Is it possible to learn python in one week

Joined
Apr 3, 2014
Messages
71,910
Reputation
17,276
Daps
306,273
more than 95% of the time I'm writing Javascript, but I believe I could pick Python up if I devoted 3 months of study to it.



Ole Matt is a dev :ohhh::mjgrin:




But to answer your question, OP, if you're saying what I think you're saying, that you have no programming experience at all, hell no, you won't learn nothing in no week, boi.

:usure:
 

cobra

Superstar
Supporter
Joined
Apr 24, 2017
Messages
11,653
Reputation
-1,142
Daps
50,769
more than 95% of the time I'm writing Javascript, but I believe I could pick Python up if I devoted 3 months of study to it.
Python is a pretty easy language

you don’t need 3 months. I have seen interns fixing bugs on flask and django projects within a couple of weeks


However since OP is a completely new to programming in general I would say it should take him a month of grinding 5 houra a day to Learn the basics: variables, arrays, loops and functions
 

Black Hans

Follow Jesus. Be Beautiful
Supporter
Joined
May 8, 2012
Messages
8,039
Reputation
-1,238
Daps
19,795
Reppin
John 14:6
If you already know the principles on Object Oriented Programming, learning a new language isn't that difficult. The syntax that comes with the language is the main thing that would need to be understood. However, if you don't understand OOP, then :mjlol: no you can't learn Python in a week.
 

Matt504

YSL as a gang must end
Joined
Sep 7, 2013
Messages
45,383
Reputation
15,032
Daps
275,120
Python is a pretty easy language

you don’t need 3 months. I have seen interns fixing bugs on flask and django projects within a couple of weeks


However since OP is a completely new to programming in general I would say it should take him a month of grinding 5 houra a day to Learn the basics: variables, arrays, loops and functions

Might have to take this as a challenge and jump into a Udemy course when I free up some time.

:ehh:
 

Dr. Acula

Hail Hydra
Supporter
Joined
Jul 26, 2012
Messages
26,223
Reputation
8,886
Daps
139,743
You can get basic terms down and shyt but programming will be a chore. Programming is best learned by doing. You can't cram and know it like you can for a math test.

If they expect you to have only a week of training and do anything beyond the most simple of tasks, I would tell them that is ridiculous. If they insist, look to move on because they are setting you up for failure.

But, if you are looking to study beyond the week to improve on your skills on your own, I recommend a udemy course. I had to learn React and I'm doing a course on there now and it's pretty good.


Edit: if they want you to do scripting, that's easier. If you know how to do other scripting like powershell and bash, then it makes sense to only take a week of the most basic of python and then you can just Google anything else you need. What I would do when I had to rewrite functionality in another language, I would write it in the language I'm comfortable with and then with Google and documentation, start to refractor into the desired language. If you know bash, write it in that first and then start transforming it over to python. You will also increase your python skills as you do this as well.
 
Last edited:

JamesJabdi

Superstar
Joined
Mar 11, 2022
Messages
4,278
Reputation
1,176
Daps
24,744
Learn it on their dime......If you have any issues on the job....ask the "smart guy"...not only will you get stuff done, but will also be getting private lessons.

And if they fire you....good....now you can say you have python experience and up your salary.

Work smarter, not harder:ufdup:
 
Top