Is it possible to learn python in one week

humminbird

Veteran
Joined
Nov 18, 2016
Messages
45,024
Reputation
9,266
Daps
185,647
You’re starting from zero or do you have some python knowledge
To be honest the answer is no
You’ll learn the basics like what a variable is, how to declare a variable, how to perform a function but you won’t be able to apply it. You’ll be searching for the answer every 5 seconds
 

Matt504

YSL as a gang must end
Joined
Sep 7, 2013
Messages
45,383
Reputation
15,032
Daps
275,120
Absolutely not, even if you have reached a relative level of mastery in another language and in that case you'd probably need a month of learning before you could meaningfully contribute to a project.

My advice is to continue learning on your down time and when you run into things you don't recognize, do your due diligence in searching for a solution for a period of time and THEN ask for help.
 

reppin202

Pro
Joined
Jan 10, 2013
Messages
655
Reputation
-240
Daps
568
Reppin
NULL
Absolutely not, even if you have reached a relative level of mastery in another language and in that case you'd probably need a month of learning before you could meaningfully contribute to a project.

My advice is to continue learning on your down time and when you run into things you don't recognize, do your due diligence in searching for a solution for a period of time and THEN ask for help.
Thanks this job has lost it though,in two weeks write our own code language
 

reppin202

Pro
Joined
Jan 10, 2013
Messages
655
Reputation
-240
Daps
568
Reppin
NULL
You’re starting from zero or do you have some python knowledge
To be honest the answer is no
You’ll learn the basics like what a variable is, how to declare a variable, how to perform a function but you won’t be able to apply it. You’ll be searching for the answer every 5 seconds
Thank u completely zero do u do python how long did it take for u to GET IT
 

IIVI

Superstar
Joined
Mar 11, 2022
Messages
13,584
Reputation
3,479
Daps
48,457
Reppin
Los Angeles
The main thing for all programming languages, the tools of logic it uses:

variables and basic data structures like arrays/lists, objects/dictionaries/hashmaps
functions
conditionals
loops/iteration

I think the basics/concepts can be learned in a week or two. The toughest part during that time will be getting used to what code looks like and identifying what's what in the code.

However, to actually use and be comfortable with them? fukk no, it takes some time to get comfortable and fluent using them.

If your employer knows it's employees do not have experience coding it's dumb af to think they can pick it up that quickly.

If they expect you to, then I'd consider looking for a new job because who else knows what they'll ask for if they're that naive or stay around and ask for an enormous raise - people who write Python get $100k+ their first year.

If you got to read other people's code and work with them, your company is setting up to have a codebase be a big ass mess and they gonna have to hire a bunch of expensive, experienced software engineers to refactor it :mjlol:

This however can be an incredible opportunity though. By all means you can write Python at your work and when you get comfortable with it you can literally write on your resume that you have professional experience coding with Python which may help get your foot in the door to a full-time software engineering job.
 
Last edited:
Top