#career-advice

1 messages · Page 176 of 1

pale venture
#

!e print("e")

inner wrenBOT
#

@pale venture :white_check_mark: Your 3.12 eval job has completed with return code 0.

e
pale venture
#

!e await ctx.send("hello")

inner wrenBOT
#

@pale venture :x: Your 3.12 eval job has completed with return code 1.

001 |   File "/home/main.py", line 1
002 |     await ctx.send("hello")
003 |     ^^^^^^^^^^^^^^^^^^^^^^^
004 | SyntaxError: 'await' outside function
pale venture
#

!e import os

def print_all_files(directory):
for root, dirs, files in os.walk(directory):
for file in files:
print(os.path.join(root, file))

print_all_files('/')

inner wrenBOT
#

@pale venture :x: Your 3.12 eval job has completed with return code 143 (SIGTERM).

001 | /home/main.py
002 | /lang/python/3.12/include/python3.12/moduleobject.h
003 | /lang/python/3.12/include/python3.12/ceval.h
004 | /lang/python/3.12/include/python3.12/pydtrace.h
005 | /lang/python/3.12/include/python3.12/typeslots.h
006 | /lang/python/3.12/include/python3.12/datetime.h
007 | /lang/python/3.12/include/python3.12/pymath.h
008 | /lang/python/3.12/include/python3.12/frameobject.h
009 | /lang/python/3.12/include/python3.12/pystate.h
010 | /lang/python/3.12/include/python3.12/pyconfig.h
011 | /lang/python/3.12/include/python3.12/floatobject.h
... (truncated - too many lines)

Full output: too long to upload

pale venture
#

!e
file_path = '/home/main.py'

with open(file_path, 'r') as file:
print(file.read())

inner wrenBOT
#

@pale venture :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | file_path = '/home/main.py'
002 | 
003 | with open(file_path, 'r') as file:
004 |     print(file.read())
pale venture
#

!e file_path = '/home/main.py'

with open(file_path, 'r') as file:
print(file.read())

inner wrenBOT
#

@pale venture :white_check_mark: Your 3.12 eval job has completed with return code 0.

001 | file_path = '/home/main.py'
002 | 
003 | with open(file_path, 'r') as file:
004 |     print(file.read())
pale venture
#

!e import os

def go_offline():
os.system("killall python3")

go_offline()

inner wrenBOT
#

@pale venture :warning: Your 3.12 eval job has completed with return code 0.

[No output]
pale venture
#

!e print("e")

inner wrenBOT
#

@pale venture :white_check_mark: Your 3.12 eval job has completed with return code 0.

e
brave cove
umbral frigate
#

@pale venture #bot-commands please.

pale venture
#

sorry

fringe sphinx
#

Are you in university? Tell us a bit more?

acoustic phoenix
gritty rivet
white relic
#

I think the sample size is just too small tbh

#

Unless you sent out a lot more copies of the January version

#

The time you send them out is a confounding factor

vapid jay
#

I'm curious to know which all domains Python can be used in. Currently Python is the only language I know.

peak halo
vapid jay
#

So I'm stuck between learning a new language to go into some other domain OR learning theory concepts of AI and related fields and use Python (and also learn more of it)

fringe sphinx
acoustic phoenix
vapid jay
#

I'm your junior and would it be possible for you to tell me how exactly were you able to figure out about your interests in those fields? I'll be joining uni this year for CS but I still don't know what in CS I wanna pursue later on (as in which sub-field)

fringe sphinx
# vapid jay I'm your junior and would it be possible for you to tell me how exactly were you...

It's totally OK to not specialize. I've worked in many different domains (subjects) in my career, in all sorts of roles. A working knowledge of many topics is more important than specialization in one. Don't believe me? Listen to the (a?) GOAT: https://www.youtube.com/watch?v=-QxI-RP6-HM

The creator of C++, Bjarne Stroustrup, shares some valuable life advice that, let’s face it, all developers, no matter their years of experience could use. According to Bjarne, ‘You can’t just do code’, you need to develop more skills if you want to be a well-rounded successful developer. Watch this unreleased interview if you want some inspirat...

▶ Play video
#

I believe that most CS majors don't have a specialty when they graduate. They're (usually) generalists.

vapid jay
#

How do I "explore" different domains

fringe sphinx
#

Doesn't matter what: it's like going to the gym as a teenager - it doesn't matter what you do, you'll get stronger.

fringe sphinx
inner wrenBOT
#
Kindling Projects

The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.

lusty birch
#

Python on top

vapid jay
fringe sphinx
fringe sphinx
#

Have you picked your university?

vapid jay
vapid jay
fringe sphinx
fringe sphinx
# vapid jay Yup it's all finalized

Congratulations! Universities publish their curriculum (courses) for each major. I'd suggest reading that, and reading all the course descriptions.

vapid jay
fringe sphinx
#

Maybe search for "university name computer science course map" or "curriculum"

vapid jay
vapid jay
#

This is how it's looking for the 1st three years:

Introduction to Computer Science
Foundations of Engineering Design I
Foundations of Engineering Design II

Introduction to Computer Systems
Python Programming
Data Structures
Information Security
Discrete Computational Structure

Design and Analysis of Algorithms
Software Engineering
Database Design and Development

fringe sphinx
#

Pretty normal, makes sense.

#

Just remember that those topics teach you conceptual / thinking / etc. The practical stuff is what you'll learn on your own, through projects.

#

Since you're just starting learning coding, it doesn't make sense (yet) to even worry about the 2nd and 3rd year topics (like DSA and Databases and SWEing)

vapid jay
fringe sphinx
acoustic phoenix
fringe sphinx
#

Also, since AI/ML is so popular, you should plan to do a project to learn a bit about it. It's not hard to do small projects.

vapid jay
#

Yes the website does mention about taking electives but doesn't say what those elctives are lol

digital fjord
#

There's likely a list you can find somewhere, they tend to be quite long though.

vapid jay
vapid jay
fringe sphinx
acoustic phoenix
true harness
#

undergrad will give you exposure to a ton of different fields (if you look for it) through electives. you can take them and see if you like them

vapid jay
vapid jay
fringe sphinx
vapid jay
fringe sphinx
fringe sphinx
vapid jay
fringe sphinx
lucid citrus
#

What source do you guys use to learn code?

lunar juniper
#

I have began learning pyrhon in YouTube but i am unable to solve easy problems and i dont understand a single code when I try to understand it can anyone give an advice that where I can learn python better

gritty rivet
peak halo
tidal gazelle
#

Can anyone share their thoughts regarding what the Nvidia CEO said about AI replacing coders?

vapid jay
tidal gazelle
peak halo
# tidal gazelle Can anyone share their thoughts regarding what the Nvidia CEO said about AI repl...

The CEO of Nvidia is motivated to make AI sound as impactful as possible, since all the AI that anyone cares about these days depends on hardware produced only by Nvidia.

I think in the next few years, developers will be expected to leverage AI tools in order to be more productive (like automatically refactoring code or producing some boilerplate). And the ability for AI tools to perform simple coding tasks might make junior roles more competitive. But I don't think large numbers of developer positions will be eliminated.

buoyant seal
fringe sphinx
#

Because they're not saying: 'there won't be coders'

near ocean
#

I would not listen to what x ceo has to say about things unless its the CEO of paying your bills

white relic
#

eh, there is some value in paying attention to what people are saying and where the industry hype is.
But predicting the future is hard and CEOs aren't necessarily better at it than the rest of us.
(I haven't actually seen/read the comment in question)

#

it's always easy to predict that historical trends will continue and they often do, but that kind of prediction mostly pans out for entrenched interests who can bet on existing investments and infrastructure

near ocean
#

I can only find cringe snippets and theyre all of the type "you dont have to learn to program, just to prompt the ai"

white relic
# tidal gazelle <@541404250668924941> Apologies for the ping, but since you may be experienced w...

In addition to the above, it's also worth noting that people have been predicting the AI revolution will replace human workers since at least the 50s.
The current generation of AI is not capable of doing that, so predicting that it will happen in the next few years is to expect a major technological innovation of the kind which historically are very very hard to anticipate.
Most likely the next major innovation in AI will not emerge from continued work on making bigger, better LLMs but from some other direction entirely.
A few years ago everyone thought truck drivers would be the first people AI would make obsolete, that isn't working out well so far.

fringe sphinx
#

Just to be clear: I think what the CEO said was very different than what Raven (and other people / reddit) has summarized them as saying.

white relic
#

Another way to look at it is that progressively better AIs have been replacing humans since the 50s.
But historically, that tends to free up humans for higher level tasks, not eliminate jobs with no replacement. And it's by no means clear that the end of that trend is right around the corner.

#

I guess I should read it before commenting smh

kindred oyster
#

I'll just quote this line said by someone in the server -
"I will believe his claims when he lays off 100% (or like 90%) of his coding workforce"

lucid citrus
#

honestly, after a while of coding, I figured out how to use AI to to increase my productivity. Like filling repetitive stuff

whole flare
near ocean
#

I dont think he ever wrote a single line of code after college

fringe sphinx
#

What was his comments? (I don't think he said what you think he said)

near ocean
#

What do you think he said

fringe sphinx
#

I think that they think that they said that coders won't exist.

#

(Hows that sentence construction 🙂

#

My impression is that they're saying: coding will be more accessible

near ocean
#

Prompting an ai which happens to be his product is not wider accessibility

fringe sphinx
#

And that the claim that: 'everybody must learn to code' is pointless: not because coders will be obsolete, but because not everyone needs to be a coder.

#

That was the beginning of their comments, talking about the push for everyone to learn to code. In other words; him saying: not everyone needs to code is not the same as 'nobody needs to code'

near ocean
#

I was just about to post that
What a load of shit

#

As if nvidia would ever hire "prompt engineers" instead of software engineers

balmy mural
#

Our team is currently looking to get a few licences of copilot to try out. Everyone is happy to try it out, but no one really wants it. We've all tried working with different LLMs and it's just not really made any significant impact on our dev speed or workflows. Hoping that copilot can speed up some of the boilerplate code we do for our front ends when writing new features by exposing it to the codebase

mystic violet
#

i always wondered why people ripped on the 'no work, high pay' jobs. Why not just... work that job?

#

you're doing no work... for high pay, like, what can i say

vapid jay
#

As days progress eventually everything will be replaced by AI except all the manual labour work which down the line as well could follow the same path

fringe sphinx
peak halo
#

"programming" might sound more "elevated" than "coding", but everyone uses them interchangeably. Whereas "typing" and "writing" are not interchangeable.

fringe sphinx
peak halo
#

huh, all this time I thought Leslie Lamport was a woman

peak halo
peak halo
vapid jay
#

currently but by the looks if it it's only about a few years away

vapid jay
lucid citrus
#

Do I need to learn linux? I only have window

fringe sphinx
#

I'd argue that the next decades will be even -more- interesting for CS.

#

The last two decades felt kinda boring.

vapid jay
peak halo
fringe sphinx
heady pilot
#

my whole carrer

balmy oak
#

"What ya up to?"

"Oh just writing up a story."
"Oh just typing up a story."

peak halo
fringe sphinx
balmy oak
peak halo
# balmy oak Not in real life in actual conversation.

No, the are different in real life and in actual conversation (as opposed to what?)
if you're "typing up a story", that means you're also composing the story. Whereas if you're "typing a story", that would indicate that the story is already written (perhaps with pen and paper) and you're just entering it into the computer (or typing it on a typewriter, I guess).

balmy oak
#

Writing can mean the physical act of creating words on some sort of medium. It can also mean the creative act of actually creating story.

Typing usually means the physical act of typing something.

They can be interchangable. They arent always

#

I agree with your earlier sentiment about what Leslie said

#

I think coding and programming are interchangeable. Typing and writing can be as well

peak halo
#

I have nothing else to add about the semantic subtleties we've discussed.

balmy oak
#

Ok. We'll just agree that writing and typing can be interchangeable and leave it at that

peak halo
#

I don't agree.

balmy oak
#

"Im sending a text." People say this all the time. Alot of the time they mean "I am composing my thoughts combined with typing the thoughts and will hit the send button". English definitions are very intertwined and casual.

peak halo
#

This isn't relevant to this channel and isn't ultimately important.

kindred oyster
#

tbh does it really matter 🤷‍♂️

balmy oak
#

Does any thing matter? But ill agree this isn't relevant to the channel

dapper bane
#

Been doing an internship anyway to make some extra cash

#

Pong me

unique torrent
#

print

gritty sage
#

Idk where to really say this but Mint or Ubuntu for beginners?

smoky quest
gritty sage
#

Its for career in computer science but ty for ur help

smoky quest
gritty sage
#

What if you are a chef tho

smoky quest
icy zealot
#

can someone help me ? im dying on this one

from string import ascii_letters
import random

for i in range(10):
    Name = "".join(random.choices(ascii_letters, k=1) for i in range(8))
    print(Name + "@gmail.com")
pine sleet
gritty sage
whole flare
brave cove
#

hi guys, Are there any test engineer community website?

smoky quest
brave cove
smoky quest
vapid jay
#

ye i want to be a hacker and um i hav no idea whats a STEM degree

deft herald
#

So anything in those fields

deft herald
tacit epoch
vapid jay
#

cyber security ig idk

tacit epoch
# vapid jay bro like white hatter

yea thats called ethical hacking , ethical hackers hack devices with the owners consent . They mostly do this because companies hire them to do this and ask them to create a report on the security flaws in their systems. for more info , check this website
https://www.synopsys.com/glossary/what-is-ethical-hacking.html

Explore ethical hacking, including its key concepts, necessary skills, and certifications. Learn about the problems ethical hackers identify and the limitations they face.

tacit epoch
#

Also idk about other countries but here in india , ethical hackers work with the police to catch cyber criminals , criminal hackers ,etc

astral whale
#

i have a question.....i got a call for a business development intership that i have got short listed for that... but they said they will be providing me linkedin premium so that i could talk to their US- client also they were asking for to give me my linkedin passward so that they would give me the premium.....do you think its fake/scam?

buoyant seal
astral whale
#

i didnt gave up my password

#

why only scam people want me😭

buoyant seal
# astral whale i didnt gave up my password

Smart Cookie 🍪 ^_^ https://youtu.be/EHVSE2d8RZg

Michelle Creber at age 12 performing "Ignite" with Bailee Madison, Claire Corlett, Melody Choi & Maddy Yanko in the Hallmark movie "Smart Cookies". Also featuring Jessilyn Gilsig and Samantha Ferris.

TWITTER: https://twitter.com/MichelleCreber
FACEBOOK: http://www.facebook.com/MichelleCreber
WEBSITE: http://www.michellecreber.com
IMDB: http://w...

▶ Play video
astral whale
#

i got happy for a moment

#

and now i feel like to cry

buoyant seal
astral whale
#

k wait

astral whale
#

look@buoyant seal

#

im gonna have a good cry now

buoyant seal
# astral whale

you know after some thinking...
I think there is nothing really about you. It is not personal

I get scam letters from random messangers at least every week or more often
Scammers aren't really you know picky whom to scam ^_^

fringe sphinx
# astral whale im gonna have a good cry now

Some dad advice: don't take any of this personally. Every day is an opportunity to try something different. The opportunities are out there, trust the process and seek input (like you're doing)

#

(Hah, what Darkwind said!)

astral whale
#

so my resume is not shit?

fringe sphinx
# astral whale so my resume is not shit?

Well, tbh, I don't like it. No details under the experience or projects and too much space on your overview. So, nothing here tells me you really know how to code (for instance). I ignore skills and other blocks, and go straight to experience/projects.

astral whale
#

but im a fresher how can i experience

fringe sphinx
astral whale
fringe sphinx
buoyant seal
# astral whale so my resume is not shit?

Well... i'll try to mention what i like and what i dislike about this resume.
I like

  • It has higher education.
  • it has internships, two!
  • ergh.... obviously plenty of enthusiasm towards data science and probably data engineering
  • good languages knowledge claimed at least

what i dislike:

  • (Very minor thing) at this point i am triggered at the worg "Passionate". Everyone is passionate. no point to write.
  • (Balanced i guess) I dislike heavily web scrapping personally (technology often used for bad purposes), but then i connect it with that you are data scientist/data engineer and it looks okay to me i guess, since they can be often needing it.
  • it has projects... but no links to see their code to Github or smth 🤔 (Hard to evaluate your coding skills)
    • No links to github/gitlab/kaggle.com or any other place to see your work examples basically (may be personal site?). This point is probably the most important to me and makes me doubting your coding skills. I wish to see some code, or documenting/research thinking since u are data scientist and etc

Some conclusion here from overview: well higher education + TWO internships really stand out. So probably should be okay going, but still would be really nice eventually building your own portfolio of work examples

astral whale
#

hmmm okay i'll do something about it

#

i have this scary quick question and i hate when people tell me to do competitive coding becuz i know i suck at it... can someone please tell me that is data structure and algorithms i.e competitive coding important for a data analysis ?

buoyant seal
buoyant seal
# astral whale i have this scary quick question and i hate when people tell me to do competitiv...

hmm how to answer that... question with many answers.

  1. Data structures and algorithms is a good discipline nice to know as fundamental stuff for any CS graduated person
  2. Solving leetcoding stuff is in general separate skill from having work skills, so i don't view it important at all.
  3. during job seeking i encountered very small amount of places that ask leetcoding
  4. one of those places was company oriented more for data scientists. May be data scientists are more often asked leetcoding
  5. it is known fact that people trying to get hired into FAANG or FAANG imitating companies have a lot of leetcoding as their process (Hello Yandex company)

So my summarized answer will be.
As regular devs i never often encountered need for leetcoding, and i still never bothered to learn. As any person often coding i will be able to solve stuff eventually, but probably often can be stuck for hard questions if never solved it. Or may be even leetcoding of lesser difficulty.
May be data scientists encounter it more.
May be if i will be going to job hunt i could reconsider my standing and doing leetcoding. But i am not sure if i will be willing to get hired to companies that coduct it as there are other ways to check people

#

So....
In some situations leetcoding is important to find job
in some others it is not. Depends on where u wish to get hired i guess

#

I value more having shown coding skills for code quality and they are... never seen in leetcoding pretty much

#

so this makes me questioning if leetcoding is even having a point beyond checking if person is able to solve fizz buzz

#

So... with some good chance i will remain lazy ever doing leetcoding for my full career.

astral whale
#

i just wanna cry for a while wait

buoyant seal
# astral whale ok

Things i value instead of leetcoding.

Code Complete book https://www.amazon.com/Code-Complete-Practical-Handbook-Construction/dp/0735619670

If i could recommend to read only a single book in entire life, that would be this one. It is very all encompasing book covering a lot of aspects of software development. Some of them in more than enough capacity. Some of them is showing only briefly and redirecting to where to learn them further. With this book u will have much clear picture that there is still a lot to learn ahead. It has plenty of recommendations what to read next.

Despite it being written in 2004 year as second edition, it still remains relevant for 98%+ of its text. With reading its material you will learn reusable skills that will remain persistent through your full career. it will help you to write more cleaner, more readable and maintainable code in any programming language. It will help you to understand possible goals in development to aim for, and what you could be missing to code with more efficiency.
This book goes over all different aspects to do software engineering more efficiently and in more maintainable way, recommending for each thing how to extend in depth skills further

buoyant seal
# astral whale ok

https://www.amazon.com/Unit-Testing-Principles-Practices-Patterns/dp/1617296279

This book teaches theory behind unit testing. For which goals to aim for, how to escape pitifals. It will explain you importance of unit testing and what kind of testing exists. This book is important to weaponize your skills to an average commercial level development.

https://www.amazon.com/Test-Driven-Development-Kent-Beck/dp/0321146530

This book teaches practice behind unit testing. On a specific example it walks you through how to have unit testing as part of your development cycle at every moment. It teaches you feeling how much gap between tests is allowed in your working code.

Unit testing is one of most important cornerstones for me to writing good code easy to maintain and extend at code scale size.
It improves for me code quality by magnitudes just because i do it in any language

#

with learning later things for code architecture... i gain ability to have code i enjoy writing and maintaining through multiple years

buoyant sun
safe wolf
#

Hey , any guidance/tips for a python programming beginner like me ?? grumpchib

#

Without traditional cs degree.. and uploading my daily work/learning/projects on Twitter/X will be good way ??

#

I am currently following Angel Yu's 100 days of code bootcamp on Udemy

spice latch
gritty rivet
harsh basin
#

Guys, I have a question for you: What coding related advice will you give to if you met your youngerself

whole flare
wind python
#

check the report I sendt it is an entire fucking reddit story

vapid jay
#

hello everyone new member here well just lem me give u a short intro why i joined this server
So i am indian guy who just gave is boards paper and now its about stream selection time[what study gonna do after 12th] so i am really intrested in computers,coding etc related to machine learing, ai etc and i am thinking to take bca[bachelor's of computer application] where i can learn various languages but as coming from commerce stream ik only basic about coding but really intrested in it so anyone give me some guide how can do coding and make a career in it [ik basic about python and now learning it just struggling in some topics]

sweet lintel
#

hi

vapid jay
#

hello

sweet lintel
#

I am new to Python, and it is my first programming language :D

#

I wish, my journey goes good

vapid jay
#

oo nice good luck

kindred oyster
vapid jay
kindred oyster
#

Yeah , it's ok then ig.

#

!res here is free resources you can get started with learning python

inner wrenBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

vapid jay
#

ya but i feel demotivated when i dont know anything and anyone ask about it and i cant ans, they start to make judgement that i cant able to do bca

kindred oyster
#

If you want to do it , people can't stop you. You gotta stop caring what they say. It's just how the world works , some people say shit to u and u can just ignore them

vapid jay
vapid jay
kindred oyster
#

You should learn to ignore stuff 😅. You will waste more energy in arguing with them. Just say ok and work in silence. And silence them with the success

vapid jay
faint depot
#

Hi guys. I know you probably get this question a lot but im bloody struggling in finding a project to code. I dont want to do a shitty simple coding project. I want to do one where its interesting but challenging enough where it helps me to learn more and be a better programmer

peak halo
#

my first project was that I created a simulation for ranked choice voting. so it created a bunch of random ballots and showed how the final winner might not be the person with the most votes in the first iteration. And I did that because I'm interested in political reform ||even though I know it won't happen 😢 ||

kindred oyster
#

I feel like making a python app that whenever my phone gets connected to a PC , it can backup my stuff in the background. Like , a local backup. ( Just realised this is career discussion, sorry 💀)

true harness
faint depot
#

My situations probably not uncommon but Im so sick of the studying. Spent my whole life doing it for it to not go anywhere so i just want to do something. I dont want to spend hours on python DSA and doing leetcode type exercises and learning shit ton of theory. Just want to learn through actually coding something

faint depot
#

Ive only been 50% through the grokking algorithms book and did a few codewar exercises and thats it for DSA

peak halo
buoyant seal
faint depot
#

Atm i restarted a small project where i extract data from a stock csv file (by date) and then creating a separate excel file storing that data. Once i complete it, ill go onto another project

gritty rivet
faint depot
#

Atm ill do more python projects, while relearning my a level (high school) maths on the side to eventually get onto Ml

smoky quest
#

pretty cool!

smoky quest
# faint depot My situations probably not uncommon but Im so sick of the studying. Spent my who...

That signals something could be improved in your approach or that you are placing some unrealistic goals upon yourself.
Because you would not be sick of studying if it gets you closer to your goal.

So make sure you do not just read books end to end without practicing. You should do the exercises and even some projects for each chapter.
Learning from scratch does take time, but building a strong foundation means things will be "easier" as you add complexity and get into more advanced areas

faint depot
#

Thank you to everyone who gave me advice

true hatch
#

how can i get a bachelor's in 2 years (Computer Science)

smoky quest
gritty rivet
true hatch
smoky quest
true hatch
smoky quest
# true hatch i hate school

middle school is very different from college. It's a lot more fun and you get to explore deeper very interesting topics

gritty rivet
true hatch
true harness
#

i mean, you'll have other courses than CS. and what do you think a job as a software developer will be like pithink

true hatch
#

I guess so (why is there a 20 minute cooldown?)

smoky quest
#

if you will get tired of doing CS all day long for college, you are going to have a bad time at your job

smoky quest
#

It's gonna get worse too since you will have homework and projects.

true harness
smoky quest
true hatch
smoky quest
true hatch
#

I think ill pass

smoky quest
true harness
true hatch
smoky quest
smoky quest
true hatch
#

money is 90% of my focus

whole flare
#

🤔

true hatch
whole flare
#

What is the 10%?

true hatch
safe zenith
#

Not sure if any of you guys have taken TheOdinProject. I've heard it's a good way to learn fullstack but I wanted to hear other people's opinion. Also, just to put it out there, I'm looking into Solutions Architect as a potential career. I know that getting certifications such as the AWS dont really guarantee a job, it's by building a strong portfolio, however, I wanted to get an entry position like a helpdesk assistant. Not to sure where to start to get hired in an entry postion.

smoky quest
gritty rivet
smoky quest
true hatch
safe zenith
smoky quest
gritty rivet
smoky quest
#

If it was that easy and an equivalent path, no one would do it

true harness
gritty rivet
true hatch
#

my future career is in massive questions

smoky quest
true hatch
gritty rivet
safe zenith
smoky quest
smoky quest
true hatch
#

why is there a 20 second cooldown

smoky quest
true hatch
#

But, maybe if I work hard in High School get a High GPA, SAT & ACT. Maybe I could go to a very high level college and study CS

true hatch
true harness
#

you really don't need both SAT and ACT. furthermore, it's not the only thing you need (actually you don't need either for many schools). you will need strong extracurriculars, strong essays, and a lot of luck

true hatch
true harness
#

not necessarily. but it might help

true hatch
true harness
#

i can't tell you exactly what you should do. sure, it could help

true hatch
#

but what are extracurriculars? I thought that they were sports

pine sleet
true hatch
safe zenith
pine sleet
smoky quest
smoky quest
true harness
safe zenith
#

I see. Thanks for the tips. To my first question, have any of you guys taken the TheOdinProject course?

smoky quest
#

no

opal sable
#

why can't I talk in voc

smoky quest
burnt zephyr
#

hi guys i got a possible job, but they asking me how much i expect to earn... as my first data analyst job what should I say?

#

questions before an interview... they may not contact in the end tho

silent osprey
#

is there any free website you can learn python interactively like leetcode joust for free?

peak halo
fringe sphinx
#

It's an unfair question because everyone wants to say: as much as you'll pay me.

echo anchor
sharp plank
#

on a cv is it better to put personal projects in a separate section to projects done as part of a uni course? if i have the space

whole flare
#

I would say so, yes

true harness
#

i don't on mine. why make the distinction?

sharp plank
#

ive heard more weight can be attributed to projects you did outside of uni since you took the initiative to do it

peak halo
true harness
red basin
#

dang

peak halo
sharp plank
#

I heard from a head of technology its the other way round 😅

#

guess it just depends

true harness
fringe sphinx
#

Me; I don't care about setting. The question is whether they can engage in a conversation around the project.

smoky quest
#

Same here. I only care about 👏 the 👏 demonstrated 👏 skills 👏 .
The only distinction I would care is if it's done in a professional setting (internship or job) vs non-professional (school or personal)

vapid jay
smoky quest
vapid jay
#

That makes more sense. Thanks!

smoky quest
#

different skills, both relevant

signal oar
#

hoping to apply for remote jobs and internships for web dev... ik django crud,css,flexbox,js dom.. idk any frontend frameworks. now am building my ecommerce like app

signal oar
#

so after 2 years

smoky quest
signal oar
signal oar
smoky quest
signal oar
smoky quest
#

students have to find them on their own.
tbh, you missed the boat for this summer

signal oar
#

from where? to find?

smoky quest
#

you find internships through:

  • Looking for internship ads on linkedin/indeed
  • Spam your local companies
  • Nepotism
signal oar
signal oar
smoky quest
#

there is only one way to find out 😉

signal oar
#

when i search internships on google i get a lot of sketchy websites also how do ik its legit or not

smoky quest
#

linkedin and indeed are pretty solid

signal oar
#

okh ill try

#

so u would suggest going for a internship rather than building projects and maybe try free lancing already tried no clients notice me

smoky quest
signal oar
#

okk ill try to find some

signal oar
smoky quest
signal oar
#

i cant find anything related to salary or stipend.. if thats not listed does it mean free of cost?

signal oar
#

ok

fluid owl
#

i wanna be a plumber

umbral frigate
red cape
weak hedge
#

what you peeo sayy of ai hype

plush summit
north rune
fluid owl
lilac bloom
#

yo

brazen anvil
#

hi does anyone have any idea on computer error?

#

is there any suitable channel to ask abt the error i am facing for my ssd

#

anyone ? i Got a S.M.A.R.T test warning

brazen anvil
#

anyone

#

while running
wmic diskdrive get status
this command i got

Status
Pred Fail

umbral frigate
#

People work whenever they can sometimes.

kindred oyster
inner wrenBOT
simple bloom
#

anyone who can help me out with finding a student job in coding, I'm a first year student Applied Computer Sciences in Belgium.

vapid jay
#

I need help figuring out how to protect an endpoint to a specific user in a database to access the admin dashboard only in flask

fleet salmon
#

Hi

severe umbra
#

Yoooo does anyone know websites where i can get free programming (computer science ) certificates ?

fleet salmon
#

We live in a capitalist society

#

👀

severe umbra
#

I mean discord is free

true harness
severe umbra
#

You show that you have experience and interrest

narrow oyster
#

Oh lord the amount of shit you have to do in order to install a fucking library in C++

narrow oyster
#

Can anybody help me?

deft pelican
#

Install a library, what does it mean?

narrow oyster
#

Like I want to use raylib in my project

deft herald
#

This channel is for career discussions

narrow oyster
#

Sorry, I'm kinda desperate rn so I was looking if anybody coulp help me on that

fringe sphinx
vapid jay
#

Hello guys

#

Is there careers for people who have online certificates and can work remotely?

snow patrol
#

probably depends on the country tho

vapid jay
#

what is oython shell ?

#

I'd just like to know how to put my python file in my commands

#

ok thank you

vale anchor
#

Hello everyone, I'm an old python programmer, i also know lua (cuz i program in roblox currently for others). SIMPLE QUESTION - how does one become a freelance web designer/developer? I want to make a living asap or I'm ending up on the streets (maybe not, but still) does anyone know 😭

pine sleet
vale anchor
#

i can learn web design, web dev fast, have tried it out before, just problem what i should do

balmy mural
vale anchor
balmy mural
#

Where do you live that a degree takes 6 years? It's generally 3-4 years. And for entry level jobs, you will be competing against people who have dedicated 3-4 years to study the field

vale anchor
balmy mural
#

So without a degree, you'd need a way to make yourself stand out compared to the 99% of other aplicants who did do their degrees, who possible have some internships under their belt, and who also made projects in their free time

molten gust
#

he

vale anchor
pine sleet
white relic
#

everybody wants to find a cheat code for real life. make the big bucks without putting in the time and effort

pine sleet
white relic
#

unfortunately real life cheat codes tend to be stuff like "be born into money"

vale anchor
#

its just the thing that cs isnt rlly worth getting if u work in my country

white relic
#

"start a YouTube channel in early 2009"

molten gust
#

can anyone help me , run my python code on cpanel host?

pine sleet
# vale anchor its just the thing that cs isnt rlly worth getting if u work in my country

i can't give you accurate advice about your country, but what i can give you is this - you will be competing with people from foreign countries that already have degrees, have many years of work experience in the industry, work for incredibly cheap prices (due to their COL), and have many personal connections that are doing freelancing. you will have to compete with these people. do with that what you will

white relic
pine sleet
vale anchor
pine sleet
#

but yes, it is still essentially the same thing for jobs. a CS degree will put you on even ground with your other candidates though, at which point it really just comes down to your skill

#

but again, not sure how it works in your country

vale anchor
#

lithuania

white relic
#

"blunder into good money in under 4 years without a degree" is not a career plan

pine sleet
# vale anchor lithuania

Can't give you accurate advice about how it works in Lithuania, but what I said still stands. If you can manage to convince clients to hire you instead, then you will make it big

vale anchor
#

im planning on going to uni, but I'm also trying to make money without uni so I can stop working for others for once in my stupid life (freelance makes more money than real jobs in this country btw :P)

pine sleet
vale anchor
pine sleet
#

but also you're going to have to not care about money for a lot more than just 5 projects

vale anchor
pine sleet
vale anchor
pine sleet
#

you can probably make a couple dollars off some random guy every now and then though

pine sleet
# vale anchor fiverr requires advertisement, upwork 18+

but also, what do you mean by "fiverr requires advertisement"? you're going to have to advertise regardless, either by word of mouth that "hey, this guy is really good at doing whatever you need done" or by paying for adspace

vale anchor
pine sleet
#

there are thousands of other people also trying to get clients

vale anchor
#

i guess..

pine sleet
# vale anchor i guess..

trust me. there are a lot of people that come through here asking for advice on freelancing. many people seem to think it's an easy money hack without a lot of work. it's not. if it were, literally everyone would be doing it

balmy spade
#

If freelancing was the easier way to make good money, everyone would be a freelancer.

pine sleet
#

see the most recently pinned message, it summarizes what we've essentially just discussed

willow basin
#

chat has anyone used the itchio library?

pine sleet
willow basin
#

wait I think wrong channel

pine sleet
#

indeed

willow basin
#

My bad

pine sleet
#

no worries

gritty rivet
drowsy ridge
#

Hello, i want to know about researches

pine sleet
drowsy ridge
# pine sleet what sort of researches

I want to go in research field. I have a strong academic background and did some in my graduation. I want to pursue it further but don't know where to apply and find experienced professors to work under

#

Have read about Harvard, but don't have much knowledge about institutes also

white relic
#

You can be a researcher in virtually anything

drowsy ridge
white relic
#

What do you want to know or learn about more specifically?

tulip glade
#

Hii guys! lately I’ve been thinking about what I should major in. Two things, cs and med. I don’t know how I should choose. (Btw I’m a freshman in hs) idk how to explore these majors during my free time or how to pick one. What should I do?

fringe sphinx
tulip glade
fringe sphinx
#

Did you enjoy it?

#

And med is a broad field. Perhaps find a way to do both?

true harness
tulip glade
# fringe sphinx Did you enjoy it?

since i was learning off of yt videos, books and websites, it was fun at first learning but then i got bored and procrastinated to continue. however i did apply for a summer program, we'll be learning more coding and doing projects. so if i enjoy this program then ill keep looking into this major.

tulip glade
fringe sphinx
true harness
tulip glade
# true harness didn't you say you were a freshman in high school? why do you need to pick a maj...

we have core classes we can't choose, but every year we have around 4-5 classes we need to choose, it's to help us choose a major by the end of high school. the electives can be for fun but mostly people choose something related to a career they're interested in. like art, cs, engineering, med, math, etc. by the time its senior year and you need to choose a major to apply for colleges most people would know what they want to do. that's why its getting harder.

#

mostly people try different fields throughout these 4 years, some find out what they like and use these years to study their major more for better opportunities.

fringe sphinx
tulip glade
wind cedar
#

In general with these tech companies, if you apply were in the process with them but got rejected. They’ll reconsider my application when I apply again as long as I have new experiences professionally and in the classroom right? In other words apply with a different resume than before right?

smoky quest
fading jewel
#

does any1 here major in any enginner major or like electrical / computer enginer

pine sleet
fading jewel
pine sleet
pine sleet
fading jewel
pine sleet
strange pumice
#

alright guys recent graduate here, needs tips to penetrate the job market

#

looking to enter as a software engineer

fringe sphinx
harsh remnant
#

How did y’all get ur first position as a software engineer? Did you just keep applying and hoping someone will respond?

balmy spade
#

I got a job as a support specialist. Took a side-step to an application engineer. Took another side-step into software development.

fading jewel
#

can sum1 help me with my sitatuion. im a 15 yr old and like i belive i am more mature and advanced than kids my age. i have alot of free time and i want to spent it on productive stuff becuz thats how i have fun. im part of two skl clubs, i volunnner at hostpial, i leanred js, python, reactnative and alot of coding stuff. i also do 100 pushups a day. but i still wanna do more. any suggestions>>? dont giive me advice like have fun, i alrdy have fun and want to acctually do useful things

peak halo
peak halo
# fading jewel no clue

this is the career discussion channel on the python server. if you're looking for more general life advice (ie, not career advice), you might want to look elsewhere, or in one of the off-topic channels.

#

though if you do want advice for what to do as a high schooler who's interested in a career in programming, this would be the place to ask.

true hatch
#

Do software engineers work on weekends?

balmy spade
#

That's entirely going to depend on the situation. I would like to think most commonly the weekends are days off. Workload, job requirements, and many other things will play into that though. There have certainly been weeks I've put in tons of extra time on the weekend.

true harness
#

additionally, being on call may require you to work on weekends to respond to something

vapid jay
#

We have some programmers on call in case there are issues with prod deployments but I don't work in that division

true hatch
#

working on weekends is so wack

balmy spade
#

My last vacation was blissful. First one in a few years that I had a team capable of handling on-call for the deployments. Took a while to get there, but worth every step to come back and see how they handled a fire with ease. py_strong

vapid jay
#

So like just having some weekends required isn't the worst

true hatch
jovial ridge
#

Does dicrete math and any other math Often used in your career later on?

vapid jay
true hatch
vapid jay
#

This isn't true at every company

jovial ridge
vapid jay
#

Money, but I think in the US if you're salaried they can choose to not pay you overtime since software developers are considered exempt workers

true harness
jovial ridge
vapid jay
balmy spade
true hatch
true harness
true hatch
#

idk the food concept at work honestly

jovial ridge
true harness
true hatch
#

bro its true why

jovial ridge
vapid jay
#

Hi everyone, gearing up for a job search after working for my current employer in an industry with a lot of legacy tech for 3 years. I have a list of things I'm learning/brushing up on and I was wondering if anyone had some additional suggestions of things to learn. Looking for full stack gigs. I'm in the US with 3 YoE unfortunately a lot of it with older finance tech.

CSS
React/Redux
Typescript
Express
MongoDB
Node
PostgreSQL
Docker
OOP design patterns (i.e. gang of four)
Grinding leetcode/dsa
Bash and various utilities i.e. sed and awk
Might learn Spring as well, not sure if useful since I'm doing node atm anyway

balmy spade
true harness
# jovial ridge Is there anything you reccomend for students to take? Courses, books, etc. Is t...

in high school it genuinely doesn't matter that much; the things you do in college will be much more valuable and deeper. the priority would be keeping your grades up and getting into a good school. on the side though, learning programming would be the best way to prepare. CS isn't about learning programming languages, but pretty much everything in CS is expressed with programming, so it is important to have a strong programming ability

vapid jay
#

It seems near where I live most jobs have similar frameworks to those or a little different (i.e. angular, maybe java spring instead of node, etc. but I've done java in college)

true hatch
#

do i need to learn coding before uni? or can i just learn it at cs uni

true harness
#

"need" is a strong word. around a third of freshmen have not taken a programming course before. but that's not to say that it won't help you. i would recommend it if possible, it's fun 😌

balmy spade
true harness
#

if programming is not fun for you, maybe reevaluate if you want to do CS?

vapid jay
true hatch
jovial ridge
#

There's a computer class in our school.

But for jobs, is it more important to learn theoretical knowledge or practical knowledge? In our country we can choose Either D4(Mostly Practical Appliable Knowledge) or S1(A Slightly Higher in terms class, and Also more theoretical)

vapid jay
true hatch
vapid jay
# true hatch why?

You're going to be competing with people interested in CS as a subject and if you have no interest beyond money, you probably will get out competed

fringe sphinx
#

So, anything you can do to make it easier is a good thing. Not necessary but helpful.

true harness
true hatch
vapid jay
true hatch
vapid jay
#

whatever

fringe sphinx
hearty mango
fringe sphinx
#

And, programming in general is used in many non-CS majors, so learning it has benefits

true hatch
true harness
#

yeah. programming is possibly the most marketable skill these days

jovial ridge
fringe sphinx
true hatch
fringe sphinx
true harness
true hatch
# fringe sphinx Wdym?

like the guy on tv who explains what tf is going on in an nba game (like: SLAM DUNK BY LEBRON JAMES)

true harness
#

aren't those usually retired players?

true hatch
#

i like sport commentators

fringe sphinx
true hatch
jovial ridge
# true harness if you're not getting what you need to learn from school, then you should supple...

Im currently watching Full course Python on youtube By Brocode (hard to learn often because Of school)

I feel like it's a good one Other than some confusions i usually get and Just often asked ChatGpt for an explanation.

But for now i don't know what career to take, my school psychology test said anything in IT and Astronomy, but I don't know what IT jobs to take. How do i know which one fits me?

fringe sphinx
true hatch
fringe sphinx
true hatch
fringe sphinx
#

CS undergrad with a minor in broadcast journalism, followed by law school.

true harness
#

school will be necessary for pretty much every "desirable" job. even if it's trade school, you need to learn how to do the job

true hatch
jovial ridge
#

You should probably try to find out what you wanna do first to be honest. I'm one of the lucky one who knows what i wanna do after highschool and college, but many people isn't like that and Ended up Not having any jobs or Having the major they hate for college @true hatch

fringe sphinx
#

Meh, in high school, I thought I wanted a non science major until senior year, then went EE, hated it and switched to CS

true harness
fringe sphinx
#

Some people just don't know.

high coral
fringe sphinx
#

Have a family member who went ME, also hated it, and ended up in law school

#

(And loves it)

jovial ridge
jovial ridge
true hatch
#

my dad is an electrical engineer

fringe sphinx
#

And, you can specialize in grad school if you want.

jovial ridge
#

Does america have a different type of IT major to take? There's so many IT based major in my country, Some Business based, Science based, etc

true hatch
#

@fringe sphinx just if you wanted to know. My favorite uncle went to majored in CS, but he dropped out bc it was too hard for him, he now folds clothes at H&M.

true harness
fringe sphinx
#

It all worked out. But, college is hard. Freshman attrition rates are surprisingly high

jovial ridge
#

Lol, American culture is so different than my country. You guys ended up in military For what considered to be A failure, and People here would pay money to bribe and get in the military

jovial ridge
#

But I would probably prefer working for an american company If possible. IT Workers pay Sucks here...

fringe sphinx
jovial ridge
true hatch
#

do you get scholarship if you go to military?

pine sleet
#

not sure if there's a certain amount of time you have to serve for or what the conditions are

pine sleet
#

but those that have served get a bunch of perks that's highly useful to kickstart a career

pine sleet
#

though they still make way more than the average

jovial ridge
pine sleet
jovial ridge
pine sleet
fringe sphinx
true hatch
#

when there are seeds in this Shiii

pine sleet
fringe sphinx
jovial ridge
fringe sphinx
true hatch
#

stanford my dream school

true hatch
#

is double majoring worth it?

deft herald
#

Definitely something to talk to your advisor about.

true hatch
deft herald
#

Cool. Those would definitely mesh well together. Are you still in high school?

deft herald
#

Oh yeah I remember you from before

#

Too early to worry about what you're going to major in, haha. You might completely change your mind in 4 years

true hatch
#

i should disble my discord account and do something useful

deft herald
#

Was just scrolling up and saw your dad is an EE. That was actually my degree too but I ended up as more of a software guy

deft herald
#

EE was really fun actually. I loved all the engineering classes (except for thermodynamics)

true hatch
#

the thing im scared about CS is that my favorite uncle went to majored in CS, but he dropped out bc it was too hard for him, he now folds clothes at H&M.

deft herald
#

I mean many people give up because something is hard. That's not going to be you though

true hatch
#

Why do you say that?

deft herald
#

Just trying to say you don't have to have the same story

round ledge
#

Guys I have a problem pls help!!

true hatch
#

ohhh, smart guy

deft herald
gaunt burrow
#

is anyone current or previous military (i am looking into going into the military preferably for cyber security after i finish school but i don’t know if that’s a option available)

summer roost
#

you'll probably need to specify what country's military you're thinking of joining, and what level of schooling you're talking about

kindred oyster
#

ummm, <@&831776746206265384> promoting a pirated app ?

still condor
#

!cban @alpine merlin Spread your shady software somewhere else

inner wrenBOT
#

:incoming_envelope: :ok_hand: applied ban to @alpine merlin permanently.

tardy birch
#

anyone working in industry or anyone could tell me what is day to day task of python automation engineer role

shy sigil
smoky quest
shy sigil
smoky quest
#

it's like saying: what if you had the very same position without a degree? Truth is you would not have had that opportunity

shy sigil
#

What opportunity? We're talking about the applying-for-job stage
Everybody can apply

smoky quest
shy sigil
#

The same skills I'd be using but under a different company's name, and maybe I'd learn some more in the new company
Whereas that master's person wouldn't have had those skills to begin with

Isn't it possible someone has gone through undergrad and university without any version control tooling knowledge at all?

smoky quest
shy sigil
#

Right, do they teach the hot new frontend frameworks in masters?

smoky quest
shy sigil
#

Version control was one example, anyways I must leave now
But I'll be glad to read any points that haven't been shared - for now I still don't see what a person with masters has thats so useful skill-wise

smoky quest
shy sigil
#

Nuh-uh. Learning a frontend framework is NOT a one-day task

smoky quest
#

any professional engineer can learn a new language or framework in a day or so. That's the easy part. No one cares about it

near ocean
#

People wouldnt be asking for years of exp in x tech if it was easy to pick up in a day

smoky quest
#

yet people with python skills get hired in scala jobs. Or any language

#

It's a proxy based on the current stack they use.

near ocean
#

If a company is willing to set out a period for people to train to catch up in ability to their other employees thats their own prerogative

vapid jay
#

One day to be committing a meaningful amount in a completely new lang/framework is a bit delusional

near ocean
#

It doesnt happen in a day or even a week

smoky quest
#

I guess our experiences differ in different markets

#

People who would be afraid of changing languages in a short time wouldn't fare well

vapid jay
#

where I work it would be difficult to even understand the what the bug or feature are asking you to do within a day

vapid jay
#

That's not a flex I just think at most jobs that interact with another field i.e. finance/banking/healthcare this is not my exp or people I've talked to

#

It also sets a very unrealistic standard. If you learn javascript within a day as someone whose been doing python for 3 years, your javascript is dogshit

#

I'm not trying to be rude that's just insane to say it's a single day

smoky quest
# vapid jay It also sets a very unrealistic standard. If you learn javascript within a day a...

no one said you would write perfectly idiomatic code leveraging all the nuances and subtleties of the language.
But you should be able to write code in it and get the gist of it.

There is also a reason companies are hiring "software engineers" and not "python engineer" or "java engineer". The very limited cases where it's valid is when they look for someone who have very specific experience and skills they mush acquire (ex: tuning the JVM)

vapid jay
#

1 day is still an absurd timeline

smoky quest
#

skills issue

vapid jay
#

I'm not even arguing that you hire for general SDE skill rather than stack, I'm saying that the timeline you gave is very unrealistic for anything beyond toy programs

near ocean
smoky quest
#

languages are just tools, not end in themselves. What matters are the skills used to build stuff, be it DBs, backends or anything else

vapid jay
#

Alright bro go work in haskell after only being a python programmer in a day

shy sigil
#

I can see the point about being able to do something with the language in 1 day,
but your point was also high paying jobs available for people with masters, I'm not sure high pay is what you get from one day of javascript regardless of your educational background

smoky quest
#

By the time you graduate, you will have seen a few languages already

vapid jay
#

Of course if you're Geohotz they'll hire you beacuse you're geohotz

shy sigil
#

Sure, but not javascript
Why wouldn't I prefer the person who's been using it in an actual job for a year for something similar to our needs

near ocean
#

I cant tell if this is serious talk or shittalking

vapid jay
#

but geohotz is not writing useful idiomatic code within a specialized domain in a different programming paradigm within a day or probably even a week

#

Of course you hire for overall skill at the end of the day your timeline is ridiculous and saying skill issue just makes you sound like a nonce

smoky quest
smoky quest
shy sigil
smoky quest
vapid jay
#

Right and that involves domain specific knowledge of ML

smoky quest
#

Indeed. And for ML, I won't care if they used python or R or matlab. Or torch or tensorflow or jax

shy sigil
#

Ah, for a field like ML/DL/AI/DS I wasn't considering and I kinda agree about the power of masters
You brought up frontend/software-engineering though, and thats also what I was initially thinking of

vapid jay
#

So they already have the exact domain specific experience that you're asking for and you're only swapping between mostly similar languages that are within the same paradigm roughly

shy sigil
#

A no-maths field basically

smoky quest
shy sigil
#

So basically masters is extremely valuable skill-wise for ML/DL/AI/DS
Not so much for frontend/backend, and someone with work experience will have a better chance

smoky quest
rough kindle
#

#SaveHumanityFromExtinction #SaveEarth

smoky quest
smoky quest
vapid jay
#

Good morning everyone! ✨
I wanted to ask if someone could kindly advise me on what I should start learning if I want to become a good data scientist. I only know a bit about programming, mainly R and C++ (and very little Python). Any advice on what I should do first? Many people told me that I should learn SQL... Is that right? (btw I don't know if this is the right chat to discuss this topic 🥲 )

smoky quest
sweet lintel
#

HI

#

I am new to python, I am currently learning it from Bro Code, I don't know anything else lol

umbral frigate
inner wrenBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

vernal terrace
#

Is there any field related of machine learning in biomedical engineering?

#

What about neuroscience?

#

Hmm

#

I am learning machine learning by myself so needed an advice on which fields i can pursue for master that are related to ML

#

Ok no problem

fringe sphinx
#

There's not going to be too many choices, I'd think.

vernal terrace
#

I honestly have no idea but i think if the field is programming related then good

#

Cause the entire field is based on electronics and the only thing i have found is neuroscience

fringe sphinx
kindred oyster
#

i would say that going with electronics (i think there is the biomedical option for it) is a totally valid option tbh. Its not that strange for people having a related field degree like electronics to jump into IT. (given that you learn the skills necessary on your own time)

vernal terrace
vapid jay
#

Hey all, I am soon starting a bootcamp which includes programming in python. Can you guys please tell me some useful online links as a starter where I can learn the basics until my course starts?
Thanks in advance 🙂

inner wrenBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

buoyant seal
kindred oyster
# inner wren

filter for beginner on here

people usually recommand the automate the boring stuff with python free ebook
if you like videos, i recommand corey schafer on youtube

vapid jay
#

Thanks a lot 🙂

kindred oyster
#

can we get a thread or smth for this guy ?
every time i open this channel seeing what people are asking and i see this propagation with his personal updates 😂

whole flare
#

let the dude cook

kindred oyster
#

i agree that the stats are indeed useful for people
i dont mean that you should stop , i just mean that its a bit too frequent/much
it would be great if there was a thread or smth for this stats updates so that people who want to follow it can follow it without occupying the whole channel

#

the last message of the stats , sure
but would you agree that you have been giving constant updates about where you have been personally applying , where you have been rejected and what not even before you made this excel sheet ?
i also dont see how these updates are on topic , but since mods dont say anything i assume they are on topic 🤷‍♂️

viral dragon
#

are there any courses that help with getting a job?

kindred oyster
viral dragon
viral dragon
kindred oyster
viral dragon
#

thanks

open ivy
#

The skills that make someone good at getting a job are very different than the skills that are useful on the job.

This means that there are quite a few unemployed programmers who are actually very good and passionate about the art of coding. Being unemployed, many have more free time than those on the clock. But how can I find them and reach out to them for a virtual chat?

red cape
kindred oyster
#

(having a masters is obviously better than a bachlores and can beneifit you in many ways , but it might not always make sense )

vapid jay
#

Anyone here take the ap csp exam in hs?

buoyant seal
# red cape By the way, how long will it take to grasp all of the basics? For example, if I ...

It is very hard for me to make quantified answer to such question for a reason that there are a lot of human/motivational factors
and also lack of definition what are basics does not help. Basics for what?

I can answer that if we erase all python knowledge out of my head, i will be able to reread within one weekends this book.
I can answer that my mother that learns programming too will not be able to read this book even in entire year because she lacks a motivation to complete any programming related stuff. She would forget material sooner than she reads.
Anyway this is a beginner book so i expect... a person with previous programming experience to consume it within a week of time
A person without programming experience could be consuming it for month/months of time

buoyant seal
red cape
buoyant seal
vapid jay
#

Coding is making me feel so dumb I hate it. But I like data structures and algos

white relic
# red cape I was thinking if getting used to practicing programming is worth it because eve...

Getting a job is like dating.
Nothing you do will guarantee a job, but there are things you can do that make you more attractive to potential employers and more likely to be hired. One of the most impactful things you can do is get a bachelor's degree in CS or a related discipline, as Darkwind says, it is the path of least resistance.
Even then, also like dating, it's a numbers game, to put yourself out there and get your resume in front of enough people that you maximize the chances it hits the right person's desk at the right time. It's not about doing enough projects that you can get any job you want

buoyant seal
# white relic Getting a job is like dating. Nothing you do will *guarantee* a job, but there a...

We can mention what are other attractive things people can do to maximize their chances. That will be helpful to do even if they are getting degree

  • Self studying during university and learning some language and ecosystem around of it, using in projects
    • Besides just learning lang itself, can be helpful to learn fluff of technologies to specific job role, if u managed to discovery what u like
  • Making portfolio of projects and/or contributing to open source
  • Learining core software subjects that potentially were no covered during regular studies but can be nevertheless cricial for job roles aimed ( Code Complete besides telling some aspects in detail, makes short overview for majority of them as well as recommending what to read next)
  • getting internships
  • participating in hackatons and other competions
viral dragon
#

how can i get applied to work at intel?

#

anyone?

#

please?

fringe sphinx
kindred oyster
#

try to get into college where intel comes to hire students
or
do some hardwork, build an exceptional resume , and apply for internship whilest you are pursuing your degree from any college
or
work in some other companies first , get some experience , and then apply at intel for a job

viral dragon
#

thank you so much'

analog river
#

Hey guys. I'm currently learning python, I just began btw. My background is in automotive, and i'd like to know what kind of opportunities combine automotive experience along with python programming. Thanks

#

I'm getting older and ready to do something different but want to stay in my field. Tired of the heavy lifting

white relic
# analog river Hey guys. I'm currently learning python, I just began btw. My background is in a...

I bet not many people here are in the automotive industry. If you've been in the industry a while, I bet your contacts would be able to give you a better sense of the landscape.
That said, just to speculate, Python is used a lot for data analysis/visualization, so it could pop up in physical/material simulations or industrial automation, for example.
I did an internship at a factory where I wrote visualization tools for tracking when and how often various tools went offline. (Wasn't in Python at the time but it would be now)

#

Many people whose job title ends in "engineer" probably use programming frequently and some may use Python.

analog river
#

Thanks for the tip. I appreciate it

vapid jay
#

Anyone done the CompTIA thing? Is it worth it or is it comparable to a bartenders license?

white relic
pine sleet
#

but like trent mentioned it's not too important for SWE

vapid jay
vapid jay
analog river
#

Are there certifications for Python? If so, which are the essentials?

peak halo
deft herald
#

Other than some sort of degree

vapid jay
#

I say that because they just sort of pitch it without needing aforementioned credits or the like. It's a simple high-level language for a reason.

#

It is however a great bridge into OOP in general and I'm certain there are plenty of certs for C# or C++ or whatever

vapid jay
#

Really? That's very surprising, I will search engine that right away

pine sleet
#

in general it's hard to accurate judge the competency level of a developer just from a single exam

smoky quest
vapid jay
#

Is that because of the applicative nature of programming? What exactly forbids from testing on particular languages then? I'm very curious

#

Because if they don't test on C++ or C# in general, and they I mean local colleges or what have you, then why not? *

vapid jay
#

Just why not test someone on C++ or C# in particular? Is it just because programming as a field can be applied to so many areas that it's just not wise to test on those languages?

smoky quest
vapid jay
#

That's a really good point. I'm brand new to all this btw. I do see what you mean

#

How do you measure a programmer then? What do you think is the best qualities to have?

smoky quest
pine sleet
#

tbh i would probably score a perfect score on using a hammer

digital fjord
#

How do you measure a programmer is largely an open problem in hiring.

vapid jay
smoky quest
vapid jay
#

Alright, then from the programmers point of view, how do you gauge your own ability to respond to potential jobs? They certainly vary in their degree of responsibility, so what advice would you give here in the career channel to an apsiring programmer like myself to not waste anyones time?

#

Honeslty with the little I know I think I'm barking up the wrong tree but I would love to know

#

Maybe I'm hinting toward a bigger confidence problem than an intellectual one

digital fjord
#

the usual advice to just apply, the company knows what they want better than you do and are equiped to handle your application.

pine sleet
vapid jay
#

Thanks guys, I really appreciate it

pine sleet
#

essentially don't gatekeep yourself from applying

vapid jay
#

Fug yeah, much appreciated, back to work !

hard needle
#

hi everyone
i have a simple question about fiverr
i have 2 fiverr account
1st one rating is 4.5 and the other one is fresh without any rating
and both accounts are dead.
what do you suggest me on which account i start works?

lost cypress
#

what exactly am I supposed to put at "Year Acquired" and "Date Acquired"

especially considering I am still in my bachelor's degree that I am pursuing

smoky quest
lost cypress
#

for both sections? @smoky quest

#

idk why they asked both but who knows lol

smoky quest
lost cypress
#

thank you

true harness
lost cypress
#

yea

pliant sail
#

I need to sent messages to be able to talk in vc

smoky quest
pliant sail
#

can't I just prove that I am a nerd?

smoky quest
pliant sail
#

where can I talk to nerds about a project that I am willing to start
I need to vertify if python is the correct langu for my project

true harness
# lost cypress yea

their auto parsing thing sucks so much. and removing the skills takes so long 😒

drowsy glade
#

what is python generally used for?\

deft herald
snow patrol
silver jacinth
#

is my resume better now

#

posted my old one awhile ago

true harness
# silver jacinth is my resume better now

it is improved, but still does not describe your work experience or projects in a way that makes people want to hire you. your bullets should be detailed enough that the reader actually knows specifically what you contributed and what you achieved. none of your bullet points do that.

as an example, consider "Improve Backend Functionality". this says essentially nothing. you could have refactored the entire codebase and sped everything up by 2x, but without actually saying that, the reader has no way to know.

what i'm saying is that you should brag about yourself in your resume, that's what it's for. if you've done something cool, it should be featured in a bullet point

silver jacinth
#

I see

#

thanks

true harness
#

this is essentially the same advice you got for the last version, btw

silver jacinth
#

but there's limited space

#

If I were to do a long list I will run out of space

true harness
#

correct, there's always a tradeoff. but in your case, you can definitely add more. you can also do things like decrease font size, reduce the padding between the bullet dot and the start of the text, decrease margins, and so on

silver jacinth
#

font is 12

#

margin is 8" 11.5" which everyone says is the recommended margins for a cv in canada

true harness
#

i mean just look at all this space you're not using

silver jacinth
#

I'll try and revise it

fringe sphinx
orchid vessel
#

is anyone good at python and can help me with something thats not working ?

silver jacinth
umbral osprey
#

Stop leaking government military documents!

near ocean
#

did you list scalping on ebay as work experience

silver jacinth
#

I only farmed giveaway sites basically

#

then sold everything on a ton of different accounts, the one I listed is a smaller one so no taxes

hearty island
buoyant seal
# drowsy glade what is python generally used for?\

Backend development, data science, machine learning, DevOps engineering, system administration, data engineering and even QA at least.
May be for smth more.

Tldr: for server side web apps, science, modern AI hype, scripting, tossing data around and testing things do work.

hearty island
#

i don't see a future for me as an MSBA

silver jacinth
hearty island
silver jacinth
#

post your dds on wsb, then inverse it

hearty island
#

post your due diligence on wall street bets?

silver jacinth
#

indeed

hearty island
#

lol

true harness
# silver jacinth

you have added more words, which is a start, but you should focus on adding details. changing "codebase" to "stack application" has made it more wordy, but hasn't conveyed more information. a standard framework is the "STAR method"

silver jacinth
#

In french there won't be enough space

fringe sphinx
#

You're on the right path. A few more iterations and you'll be good.

true harness
#

this is a decent example of how much information you'd expect to see. it describes why and how the tasks were accomplished

hearty island
true harness
#

i would play around with that to fit more detail

hearty island
#

what's different from a first round compared to a second round?
they'll probably go more in-depth on the resume
kick the tires
see if anything falls out

fringe sphinx
hearty island
#

i have till next tuesday, which is the date of the interview, to prepare.

fringe sphinx
#

Might be more worth focusing on the broader finance landscape rather than risk mgmt. There's no reason to expect you to know anything about risk management, that's all learnable/trainable. But, they'd probably hope you understand basics about the markets.

#

Maybe read about some of the catastrophic market failures.

#

They're fun examples of when risk management doesn't manage risk.

hearty island
fringe sphinx
#

Yup, that's great stuff. The GME and Madoff netflix (I think?) specials are also really good.

hearty island
fringe sphinx
#

Despite working largely in finance now, I find little joy in the subject (I enjoy solving problems, but I have zero interest in doing what my customers do)

hearty island
#

i actually liked learning about finance a lot and the class was decently challenging

fringe sphinx
#

I get along well with my customers. They don't want to do what I do, and I don't want to do what they do 🙂

signal meteor
#

Who can do C++

astral whale
#

I'm thinking about earning money via a job in my own country, and then saving it so that I could leave my country and do MS in data analysis, and I'm fine with any college abroad. I just want to study abroad that what matters to me... Can anyone tell me. What I need to do in advance for this plan to come true?

smoky quest
smoky quest
astral whale
#

Oh

smoky quest
#

each country is different. So there is no unique answer

astral whale
#

What country do you live in?

astral whale
smoky quest
astral whale
smoky quest
gritty rivet
hearty island
#

is it a bad idea to ask a recruiter what kinds of qs i would be expecting for the second round?

deft herald
#

Worst that can happen is they just say "read the job description"

cinder fossil
white relic
vapid jay
# vale anchor Hello everyone, I'm an old python programmer, i also know lua (cuz i program in ...

these things take time. it is rare for someone to get to a professional level in 6 months. expect your journey to take a lot longer too (around a year or two of intense study if you're looking to be a professional frontend dev), as you are a beginner.
as for homelessness, can you pick up a few shitty jobs like mcdonalds, retail, nursing home care, mall security, etc to stay afloat? it's unrealistic to expect such fast progress, but then again, there might be jobs in your area or remote jobs that just need some simple things like wordpress, a cms, html/css updates.

tender perch
#

Hello all, here is a question:
Almost everytime I see python developer job offer it tends to have some sort of data / ai requirements , so is it really safe to specialize in web python, are there enough jobs, is the momentum actually good for job creation (do people adopt flask, fastapi & django well enough to get a job in like 2 weeks).
I mean is it secure for finding jobs like .net or java ? I would like to avoid those.
Please, I'd like answer from different parts of the world, remote workers among experienced professionals of course.
Do you think it is saturated ?

peak halo
# tender perch Hello all, here is a question: Almost everytime I see python developer job offer...

The reason that so many jobs involving Python also involve AI is that virtually every job involving AI requires Python. But not the other way around. There are also Python jobs that don't involve AI, but they're essentially an entirely separate job family whose growth and shrinkage are determined by different factors than AI jobs.
That's the only part of your question I can effectively comment on. I'm an AI scientist in the US.

tender perch
buoyant seal
#

i learned Python and Golang, and curiously learning Java personally. Interested in more quality long term maintained development enough so that i am willing to pay all prices for Java 🤔

#

you can make big projects in Python, Javascript/Typescript too, writing codebases for million of code lines
But it can be more enjoyable to maintain static typed code base for such large amount instead, in which case it can be easier going with Java/Golang
It depends on your taste. Some do like dynamic typed languages more. Some do like more static typed strict stuff

#

I personally very productive in writing code in strictly typed languages. if code i write is going to be program more than 100 code lines... i prefer not using interpreted language if i have a choice (this choice is not often present, in which case i have to use interpreted languages too)

tender perch
buoyant seal
#

I am afraid to touch .Net because it has too much Windows legacy. it shifted to open source and linux support last 5+ years, but i still dont trust them enough.
All modern backend runs in linux and it is very important for writing good software. I don't trust C# ecosystem to do it. Also C# devs are more often using Visual Studio that is avilable only at Windows and often using Azure (not wishing to use azure too as devops engineer)
I can trust Python, Golang and Java ecosystems to be Linux friendly and even linux first. (when used for backend stuff)

buoyant seal
vapid jay
#

I'm starting to learn python and looking for people who are on the same journey to learn together

vale anchor
#

tf

vapid jay
#

Theme development involves web design. Wordpress is very popular

vale anchor
#

where did u find this post

vapid jay
#

from coding phase youtube

vale anchor
#

twitter?

vapid jay
#

ya

iron flint
#

yo just needed someones opinion on this

#

which is better jupyter notebook or google collab for starting out in ML

deft herald
#

doesn't matter. They basically do the same thing

#

that's like the whole "pycharm or VSCode" discussion. In the end, it's up to you to produce results. Use what you like better

#

I for instance would use Jupyter but that's because i'm in a corporate environment with a high level of IP lockdown, so it was easy for me to set up a self-hosted solution of Jupyter

#

For someone just getting into ML and not worrying about leaking private company data, Google Collab might be the least headache solution to use

hearty totem
#

Or you can write notebooks in VScode/DataSpell (the notebook spinoff of pycharm) and python files in jupyter/collab - just to do things differently (and yes it is quite viable).

Joking aside there is one advantage to collab: Google will give you some GPU credits to use - good option for personal dev if you do not want to spend monies just to learn things. It is often enough to even slightly tune LLMs

tender perch
tender perch
fleet marten
#

y'all see non-competes are going the way of the dodo in the states?

buoyant seal
# tender perch When you say golang, which framework do you aim for, people in the go community ...

i am fine with not using any
But if u wish using smth u could try using Gin with Swagger auto generation. It is always nice u know having autogenerated documentation for your frontend devs ^_^
https://blog.devgenius.io/simple-rest-service-in-golang-with-openapi-spec-and-orm-a447b1086e21
They can generate their structs for typescript out of it automatically https://github.com/drwpow/openapi-typescript

Also i liked Bun ORM as having good support for Postgres
https://github.com/uptrace/bun

strange pumice
#

But my main questin is what should i expect more or less, or what should i work on

elder geode
#

Does anyone know if it is possbile to make a bot that exits ads after the timer runs out ? Android

fringe sphinx
strange pumice
fringe sphinx
#

Location does matter, do you need a visa?

strange pumice
fringe sphinx
#

You can share a redacted (remove private info) resume here.

strange pumice
#

can i do it in dm @fringe sphinx

fringe sphinx
#

Sure, I'll take a look, but I might say to post it here for feedback if it needs a lot of work.

strange pumice
#

sure one sec

lost cypress
#

hey ---, hope you're doing well. sorry i've been busy with sorting our jury duty and work. thanks for reaching out and keeping me updated. i glad to see you're picking up Docker. It's a great way to keep your application "contained" :). Best regards!

So basically that is the response message I received from a recruiter that I followed up with after my internship interview last week. ( During the interview I was not too familiar with Docker so after it I immediately started researching and practicing with it. )

My question is about where he said It's a great way to keep your application "contained" :).

Am I being delusional and too optimistic for thinking that was a hint that my application/interview status is looking good?

#

I know this all sounds dumb lol but I couldn't help but feel that his sentence had a double meaning played into docker

#

because why else would he add the quotations and the smiley face on top of that

fringe sphinx
strange pumice
#

@fringe sphinx python discord doesnt accept pdf, lol

fringe sphinx
fringe sphinx
strange pumice
#

one sec i have an idea

true harness
#

at least full screen it 🙄

strange pumice
true harness
#

i would caution sending your personal information to a random website

strange pumice
strange pumice
#

I can't sho my uni name cause it will essentially give out my location

strange pumice
fringe sphinx
strange pumice
fringe sphinx
# strange pumice more or less

So, you probably want to make your citizenship status very clear then. It's very easy for your resume to be skipped because your status isn't clear.

#

Heck, I don't even like to interview people who live out of state.

strange pumice
strange pumice