How Long Does It Take to Learn Python? (And Get a Job)

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 733

  • @RynzarSA
    @RynzarSA Год назад +17

    how long to get a job ? = 1-learn python (7-8 MONTH) , 2- learn how to take an interview(1-2MONTH) == So around a year

  • @bassboosted9708
    @bassboosted9708 3 года назад +215

    Im an Aeropsace Engineer and now transitioning to be a Software Engineer. Wish me luck.

  • @jaysenossai7165
    @jaysenossai7165 3 года назад +94

    Great video Kerim. Can you do a detailed video on the different levels you talked about 6:43 and the required skills for each level?

  • @tobiasmelgard2070
    @tobiasmelgard2070 3 года назад +25

    this is positive for me. I thought it would take like 5 years to become like good. this is motivating.

  • @mytube92369
    @mytube92369 2 года назад +196

    Good video man,real and down on earth. To encourage others I am 52 and not afraid of making a change. Learning every day a little bit,my mind is still doing great ,learning basics but can’t wait to complicate the hell out of it! 1 year is not much today is January and tomorrow December,so nothing to loose,I am very excited,very important in this process.

    • @snoogcity
      @snoogcity 2 года назад +17

      44 here , and 2020 forced me to switch career .

    • @IZIvibes
      @IZIvibes 2 года назад +20

      People like y'all are the one who gives us hope in life.

    • @Dilomight
      @Dilomight 2 года назад +8

      @@snoogcity 44 as well. Been a week at it. Using the book Python Crash course. Just learning for learning’s sake has made it easier to adjust to it.

    • @nicksteez9100
      @nicksteez9100 2 года назад +8

      Im 49 and Sir you just gave me hope!

    • @ArifAli-hg1eq
      @ArifAli-hg1eq 2 года назад

      Great job and message. I wish you good luck.

  • @postponingcamel5619
    @postponingcamel5619 4 года назад +37

    Found your channel after reading your excellent article on "Difference between a List and a Tuple?"
    Keep up the great work!

    • @arijkhan9173
      @arijkhan9173 4 года назад +2

      PostponingCamel isn’t a Tuple something you can’t change and a list where you store variables and change it.

    • @Afternerd
      @Afternerd  4 года назад +5

      You guys got it! You don’t need me anymore :)

  • @RudolfKlusal
    @RudolfKlusal 3 года назад +728

    I began to learn python at June 2021, at September 2021 I've began at my job, so 3 months for me :-D

    • @louisaime4490
      @louisaime4490 3 года назад +26

      @Rudolf klusal ,
      Can you advise us which good links or platform where we can learn Python .
      Thanks

    • @RudolfKlusal
      @RudolfKlusal 3 года назад +58

      @@louisaime4490 Codewars mostly :-) And I a know programming, as concepts, for long time, former PHP & C developer.

    • @alexcipriani6003
      @alexcipriani6003 3 года назад +28

      Is this is the US? Did you have any other experience related to the job?
      College degree?
      Sorry for asking but according to my experience your situation seems an exception not the norm.

    • @redge44uk
      @redge44uk 3 года назад +2

      Well done! Could you share what experience you had prior to this?

    • @RudolfKlusal
      @RudolfKlusal 3 года назад +57

      @@alexcipriani6003 No problemo, no college degree, recommendation from a friend working for that company, company hired me. It's in the Europe.
      Expierences, mostly none, I've teached the piano for 10 years, was a PHP devel bach then, but not in the field since that :-)

  • @kevinjones4849
    @kevinjones4849 3 года назад +48

    Thank you, grounded answers but still very encouraging.

  • @AbosedeTowoju
    @AbosedeTowoju 3 года назад +44

    Waoh!!! Thank you. I’m an absolute beginner whose interested in DS but need to learn Python and other programming languages. Will look forward to your other videos

  • @vasliddincorporation515
    @vasliddincorporation515 3 года назад +69

    Bro, much appreciated. it helped clear the clouds around my head

  • @garfusmaximusify
    @garfusmaximusify 3 года назад +30

    That has to be the most useful and helpful video I have watched on my coding/networking/OS etc, learning journey I have watched to date (I have watched many). A simple road map, something a lot of people would appreciate.

  • @abiodunsotannde
    @abiodunsotannde 3 года назад +27

    Sincerely, I love you for providing solutions to these basic questions.

  • @Mogojoegotube
    @Mogojoegotube 2 года назад +11

    Anywhere from a couple of weeks to a couple of months. It's quite simple once you get your head around it and it's a very good programming language to learn. Right now. I genuinely wouldn't even try to learn python 2. Defo go for python 3. "Job opportunities aren't limited by the languages you know" couldn't have said it better myself. There are roles for all languages and simply being a good PROGRAMMER and not a good python programmer will be the deciding factor. Get into the problem solving mindset and not the programming mindset

    • @henriqueb5637
      @henriqueb5637 2 года назад +1

      The thing about job opportunities not being limited to the language really gave me a motivation boost
      I’m still a bit skeptical about getting an internship or a job in a small company knowing only level 0 and 1. Do you think that is really possible? Without a degree?

  • @defendersart3051
    @defendersart3051 2 года назад +1

    skipcount = -1
    song = ['always', 'look', 'on', 'the','bright','side','of', 'life']
    for sing in song:
    if sing == 'look' and skipcount 0: skipcount = skipcount - 1
    continue
    elif skipcount == 0:
    print ('a' + sing)
    skipcount = skipcount - 1
    else:
    print (sing)
    output:
    always
    look
    aside
    of
    life
    #My Ques: How does it count to 3 or 0 in order to print look and aside? from which direction?

  • @dannybartlett4225
    @dannybartlett4225 2 года назад +2

    Learn as many as possible Java i got in less then 2 weeks Python 3 took me 6 weeks to master soon as you get the fundermentals your get a good feel for why your learning and when to jump to your next step. i enjoyed this video very good

  • @larryhatcher8927
    @larryhatcher8927 3 года назад +29

    I've been at it about 3 months now...It is frustrating that there is so much to learn but the only way is to do it...and do it...and do it....Also I will say that if you are easily upset by failure then this is not for you. You will run more bad code than good especially in the beginning

    • @chadihoayek9896
      @chadihoayek9896 2 года назад +1

      @Larry Hatcher how's your programming journey going man ?

    • @Sultan_Muhammad_Ali
      @Sultan_Muhammad_Ali 2 года назад

      How your programming going for you mate, let us know?

    • @elka7823
      @elka7823 2 года назад

      @@Sultan_Muhammad_Ali hes dead

    • @smridh5699
      @smridh5699 2 года назад +1

      @@Sultan_Muhammad_Ali he left coding and became a tiktoker

  • @Nephilim12340
    @Nephilim12340 3 года назад +18

    Have to take a programming class on python for my BS of ME. This video was really helpful for me to get a better idea of why python is what I will be working with at the University. Confirmed a lot of the implications I was suspecting and gave me additional information. Thanks very much for a great non-technical summary!

  • @TariqYasiinProd
    @TariqYasiinProd 2 года назад +1

    You're very generous with knowledge and that is a rare thing

  • @Konie07
    @Konie07 3 года назад +11

    I needed to see this, thank you.

    • @Konie07
      @Konie07 3 года назад +1

      subscribed.

  • @MrSojek
    @MrSojek 3 года назад +4

    The problem with Python is that you are unable to get a job just knowing the language. Unlike mobile dev where either Swift or Kotlin are 90% of the knowledge requied.

  • @corpuzone
    @corpuzone 3 года назад +143

    Due to algorithms, your content popped on my RUclips suggestions. I want to get into coding, primarily web development, for time being. Phyton is great to learn of doing backend dev though and quite useful to learn to automate various things on the PC.

    • @sc0rps350
      @sc0rps350 2 года назад +3

      Any updates on the journey?

    • @bekind1881
      @bekind1881 2 года назад +1

      @@sc0rps350 how about yours?

    • @casper8849
      @casper8849 2 года назад

      @@bekind1881 how about yours?

    • @anonymousgamer1606
      @anonymousgamer1606 2 года назад

      @@casper8849 how about yours?

    • @casper8849
      @casper8849 2 года назад

      @@anonymousgamer1606 i just started a week ago...and it's going great 😃👍...hbu?

  • @Sunny_Mallavarapu
    @Sunny_Mallavarapu 3 года назад +8

    How long to learn 5:32

  • @sophiesjourney1551
    @sophiesjourney1551 2 года назад +2

    Thank you for your advice. I really enjoyed this video so I decided to subscribe.

  • @suhaimiabdazais
    @suhaimiabdazais 2 года назад +1

    Tqvm Karim.. I'm 50+ years old. I hope its not late for me to learn.. Also to encourage my son.. I'm in telecommunication field.. I try to relate my current task (build automation) using Python.

  • @barrjohnm
    @barrjohnm 4 года назад +9

    great video! I am coming from Flash programming and now learning python.

  • @ChristGodinyouItrust
    @ChristGodinyouItrust 3 года назад +3

    I am an absolute beginner basically and I am not bragging but Python 3 is so friendly to incoming programmers that the 3-6 months is a ridiculous estimate for anyone who is decent at learning new things. Other than forgetting and stamina I could have learned this shit in a day. It's fun and easy.

    • @Afternerd
      @Afternerd  3 года назад +1

      Good for you, but your personal experience is not statistically significant.

    • @ChristGodinyouItrust
      @ChristGodinyouItrust 3 года назад +3

      @@Afternerd Yeah it is, I am part of the statistic. You even say it. Depends on how quickly you can learn. Some of us are quick learners.

    • @ChristGodinyouItrust
      @ChristGodinyouItrust 3 года назад +2

      @@Afternerd I am not the only quick learner hence it is statistically significant. Thank you for a good video anyway. It was helpful!

  • @yaarobsopeh656
    @yaarobsopeh656 3 года назад +21

    It's the video i need to take my last decision and start learning python.
    I hope i can learn it in 2 years, but i will try my best.
    Thanks, you gave me the motivation which i need, 💙

    • @attakbeer1
      @attakbeer1 3 года назад

      ruclips.net/video/0d6NTZJ6q6A/видео.html

    • @techihandle
      @techihandle 2 года назад +3

      You can learn it in 1 month and crack coding interview

    • @SimpsonSpotlight
      @SimpsonSpotlight 2 года назад

      @@techihandle how

    • @techihandle
      @techihandle 2 года назад +3

      @@SimpsonSpotlight you will need not more than 20 hours to study the necessary concepts first hand to learn the Python programming language if you spread out the learning over 30 days. Just after 7 days you can start practising DS. You will have to sharpen your axe before cutting the tree, just make a plan and you can be hands on with necessary language features by heart. If you consider solving 4 DS&Algo problem/day after first week you will be hands-on with atleast 80 problems which is enough for entry level coding interview. I would say 4hours daily for 30 days where 1 hour is for studying new concept 2 hour is for practice coding and 1 hour is for revision will make one good candidate for entry level Python programmer.

    • @NossTeam
      @NossTeam 2 года назад

      @@techihandle Sorry but what is DS, and how can I learn that all things you have mentioned? What should I do, I am an absolute beginner. I don't have plan and just trying to learn but I want a goal and a plan to continue.

  • @steelsteez6118
    @steelsteez6118 3 года назад +16

    From a network engineer learning python for the first time, thank you very much for your explanation and insights

  • @adjk689
    @adjk689 2 года назад

    easy and to the point. good vid. i'ts encouraging to think that it does not have to take YEARS as a beginner. Feel ready to start now,. Thanks

  • @Blackout201_
    @Blackout201_ 3 года назад +11

    I'm currently learning the basics of the basics so I know one or two things but not really what to do with them. Also the thought that when I want to do something with this it's completely from scratch without any sort of manual (at least that's how I imagine it) kinda overwhelms me and I have no idea how I'd ever do it.
    Guess I'll see how far I'll go with this

    • @youngmingo103
      @youngmingo103 2 года назад

      How are you doing so far ? A breakdown of your current skills would be nice

  • @sondisamvemnyama3476
    @sondisamvemnyama3476 11 месяцев назад +1

    Answer @5:30

  • @ryanwinchester6644
    @ryanwinchester6644 2 года назад +8

    I was in the British Army for 8 and a half years (sf 3 of those years) now have been a carpenter specializing in finish carpentry for 3 years. Loved time in the military overall and still enjoy carpentry and building now, but I’ve just started learning Python after getting curious about how programming works when I was bored one day and going down a rabbit hole of information and finding it fascinating. Hoping to learn Python well then learn other languages and look for a job in programming. I’m 30 but my back and knees feel 50 with my previous jobs and certain injuries I’ve picked up over the years and I owe it to my body to do something where I can sit down a bit more, from what I’ve seen the money is nice but honestly I just enjoy learning new stuff every time I sit down at the computer! Looking forward to my programming journey!

    • @xzex2609
      @xzex2609 2 года назад +2

      I am 50 and I learn programming too , although i have a master degree in computer and I was a programmer for my whole life , when I take some time away , the world didn't stop at where I was . the only thing that this job is taking is the fascination , you are in it for your whole life. so if you love it it is very fun , I see programming as a very fun game that is very hard to learn how to play it, and every project you have the fun of playing that game. like a very complex chess

  • @Maan77777
    @Maan77777 2 года назад +1

    Long story short,
    the more knowledge and skills you have,the more valued asset you become for any company.

  • @radhika5735
    @radhika5735 2 года назад +1

    The most brilliant vedio sir it cleared all my confusion regarding python

  • @koonleung1563
    @koonleung1563 2 года назад +12

    It all depends. It can take from an hour to few months to decades to learn Python depending on your background and a level of proficiency you want. I would just learn enough to do my job at hand and no more.

  • @christcombiccombichrist2651
    @christcombiccombichrist2651 3 года назад +6

    I'm poor to paid for programming course. All I got is a 6.5 version smart phone. It seem impossible because I have to get a computer. I still watch python how to video to get the fundamental of how python work. But now I limited by a computer. Still looking for a stable work , its been on and off.

    • @toxictonic5963
      @toxictonic5963 3 года назад

      Try some. Free Online courses... Which country are you from? Italy gives free education to students all over the world. Plz check RUclips
      . There's many ways to. Get free education in Italy if you can prove that you are. Poor. Also try online courses that's free and scholarships

  • @orihime2u913
    @orihime2u913 3 года назад +2

    Thank you so much! I really appreciate the breakdown as a total beginner into the industry.

    • @JamalDouce
      @JamalDouce 2 года назад

      How has it been going 7 months later ?

  • @thairston1
    @thairston1 3 года назад

    peg = {"Tie":1, "Noah":2, "Ma":3, "rye":4, "Law":5, "shoe":6, "Cow":7, "ivy":8, "Bee":9, "Toe":10}
    Using the "input function" how would a user call a value to get a key.

    • @Mo-vc1mv
      @Mo-vc1mv 3 года назад

      peg = {"Tie": 1, "Noah": 2, "Ma": 3, "rye": 4, "Law": 5, "shoe": 6, "Cow": 7, "ivy": 8, "Bee": 9, "Toe": 10}
      userWord = input("Pick a key from the dictionary above: ")
      for key in peg:
      if userWord == key:
      print(peg[userWord])
      Try that, let me know if this is what you were asking for.

    • @thairston1
      @thairston1 3 года назад

      @@Mo-vc1mv peg = { 1:"Tie", 2:"Noah", 3:"Ma", 4:"rye", 5:"Law", 6:"shoe", 7:"Cow", 8:"ivy", 9:"Bee", 10:"Toe", 11:"Tot"}
      answer = int( input('Favorite number between 1-10: ') )
      for key in peg:
      if answer == key:
      print(peg[answer])
      Thanks that code worked

  • @Spencer_Sp
    @Spencer_Sp 3 года назад +2

    I got to an intermediate level with c programming. Learning python to level 3 took me about a week.

  • @NP33888
    @NP33888 3 года назад +47

    I am a newbie and appreciate the way your teaching python. I am taking a course and paused to research something that was being taught. Udemy is teaching Python but, my OCD makes me question all. I am determined to learn. I would like to manage a team at one point and learning python is my first step to be able to manage software engineers. Have always managed but, never in these circles. Thank you

    • @MarcillaSmith
      @MarcillaSmith 3 года назад +11

      I am taking 2 courses in Python - one from the local community college, the other from EdX. I'm finding that for me, the "learn on your own" nature of the EdX course is better for me. I could have audited for free, but instead I paid the $99 in order to take the exams and receive a certificate for the course

    • @Anonymous-nr3ww
      @Anonymous-nr3ww 3 года назад

      Any updates?

    • @hallo-xp2wh
      @hallo-xp2wh 2 года назад +1

      @@MarcillaSmith how are things going bro

    • @randommonkey4900
      @randommonkey4900 Год назад

      @@MarcillaSmith how were they

  • @Tmahmoud5811
    @Tmahmoud5811 Год назад +2

    Awesome 👍 🎉❤

  • @Mewmew0_02
    @Mewmew0_02 2 года назад

    Good video. Keep going !

  • @AlexABC-qj6ns
    @AlexABC-qj6ns Год назад

    2)
    def custom_operator(numbers):
    length = len(numbers)
    output = [2 * numbers[0]]

    if length > 2:
    for i in range(1, length - 1):
    result = sum(numbers[:i] + numbers[i+1:]) * numbers[i]
    output.append(result)
    output.append(2 * numbers[-1])
    return output

  • @chinmayng3421
    @chinmayng3421 2 года назад +5

    I’m a civil engineer and I’m trying to learn python, fingers crossed!

    • @karanseth93
      @karanseth93 3 месяца назад

      I am fed up with this civil engineering too. I have 8 years of experience. I hope we both succeed in another field.

    • @unrealvaloyt
      @unrealvaloyt 3 месяца назад

      ​@@karanseth93 same here

  • @anthonymendoza1327
    @anthonymendoza1327 3 года назад +7

    For an experienced C/C++ programmer, about an hour to learn Python. As you said, it is an easy language.

  • @bassamtarabay9723
    @bassamtarabay9723 10 месяцев назад

    Thank you. Great vid.

  • @alp196
    @alp196 3 года назад +4

    Superb and simple explanation! Thanks my friend.

  • @PankajKumar_IT
    @PankajKumar_IT 3 года назад +7

    Thank you 😊 so much sir..
    I'm also a beginner...
    I'm taking a course python with data science

    • @peacebeuponus8951
      @peacebeuponus8951 3 года назад +1

      Bro im 0 knowledge on programming.
      What is paython with data science means?

    • @unknownusername74
      @unknownusername74 3 года назад +1

      @@peacebeuponus8951 Python is a computer programming language. It’s easy to use, and you can set up an environment to practice in pretty much anywhere. I was literally practicing right before I same this comment. Data Science refers to the extraction and analysis from sets of data if that makes sense. So to put two and two together, Python with data science is analyzing/extracting Information via Python.

    • @elka7823
      @elka7823 2 года назад

      @Kira zero math

  • @cutecute6471
    @cutecute6471 10 месяцев назад +1

    What are the best channels to learn Python?

  • @maestro7484
    @maestro7484 2 года назад +1

    Thanks for guiding me,I want to become a software engineer

  • @gabrielkripalani1681
    @gabrielkripalani1681 3 года назад

    Dude this is really helpful information. Thanks for sharing this video !

  • @KennyGonzalezcCastro
    @KennyGonzalezcCastro 3 года назад +1

    Wonderful video. Thanks for!!

  • @alphar85
    @alphar85 4 года назад +6

    Thank you for your help and clarification

  • @umeranwer6513
    @umeranwer6513 3 года назад +1

    Hi Karim, i dont have a coding or software engineering background, i am in my 30's and thinking of atleast learn some new skills. I want to learn coding, or data science but dont know whether i should.!! Since having no background scares me a lot..!!

  • @TheSaint7770
    @TheSaint7770 3 года назад

    Based on this explanation alone, I'm a new subscriber! Thanks.

  • @mohammedshahzeb5487
    @mohammedshahzeb5487 2 года назад

    Great bro,
    No nonsense, shear information and i must say “The Reality”(against impractical expectations, like saying learn python in 6 hours etc….)👍👍👍

  • @ribetina1
    @ribetina1 3 года назад +15

    Great stuff man, your english is sharp 😎👊

  • @rsluminator
    @rsluminator 3 года назад +93

    Great video Kerim. I like how you didn't just generically answer these questions, and the distinctions you made.
    Would love to see a video from you, talking more about the 5 stages that you laid out, mainly stage 2-5. Explaining what each stage is and what knowledge one acquires during that stage, and pointing out what a programmer that reached that stage can do as a software developer compared to one that didn't.

    • @Afternerd
      @Afternerd  3 года назад +8

      Thanks! I already have a video titled "How to learn Python?" that goes into more details about each stage.

  • @subhojitpramanik882
    @subhojitpramanik882 4 года назад +148

    I think it takes nearly 1 hour to completely learn any programming language basics, with all the framework and stuffs.
    But it needs years to become a master of logics.

    • @trevbarlow9719
      @trevbarlow9719 3 года назад +32

      Really? I've never learned a language and just started with python. I'm about 6 hours in and know that I am nowhere near proficient in it.

    • @tagifts
      @tagifts 3 года назад +60

      @@trevbarlow9719 That other guy probably has a strong tech background and just showing off. Take your time. First language will take time. Gradually it becomes easier.

    • @trevbarlow9719
      @trevbarlow9719 3 года назад +19

      @@tagifts Thanks, but don't worry, I wasn't put off by it. I know BS when I smell it.

    • @blackpsalmmusic9180
      @blackpsalmmusic9180 3 года назад +8

      What he’s saying bares some truth, the syntax of python is SUPER simple. Any language really, the *syntax* aspect only takes about an hour or so to get down. I’d argue that understanding a function, understanding how you can utilize them in a class, and the use cases for classes are logical, not syntactic. It takes 15 seconds to understand how a spanner works in your hand, and tons of practice to actually know where to put that wrench (in any sort of sensical manner).
      That doesn’t make the wrench any more complicated.

    • @jhde9067
      @jhde9067 3 года назад +6

      @@blackpsalmmusic9180 that analogy is so pertinent. I'd read the kind of advices and tech books you ever write.

  • @michmbolingaba7310
    @michmbolingaba7310 Год назад

    Hi there. I have discovered your RUclips channel today and have directly subscribed to it. 🙏🤝💖💖

  • @HiPh0Plover1
    @HiPh0Plover1 3 года назад +7

    the only guy that actually talk about that its just about coding to get the job but much more than that

  • @achuthas2875
    @achuthas2875 Год назад

    informative and impressive . Great video .

  • @Demonitrous
    @Demonitrous 2 года назад

    These are some quality informations. Very, very helpful. Thank you for your time to do this

  • @Purbong_Abhishek
    @Purbong_Abhishek 2 года назад

    Superb presentation bro😍👍

  • @r0b0t1z3
    @r0b0t1z3 3 года назад

    Thanks for the video!

  • @kendallx1213
    @kendallx1213 3 года назад

    Great video. Good job.

  • @joninwm
    @joninwm 3 года назад +1

    Nice information for those of us that are more Network oriented that are considering dipping our toe into python.

  • @chathurawanninayaka1987
    @chathurawanninayaka1987 2 года назад

    Great video and well explained. Thank you

  • @badral-balushi5911
    @badral-balushi5911 2 года назад

    You're videos are of great benefit, always! Thank you!

  • @naseerahmed6805
    @naseerahmed6805 2 года назад

    I started few days ago and ABSOLUTE beginner !

  • @frya928
    @frya928 3 года назад +5

    this video was so helpful thank you man

  • @abdullahakintobi
    @abdullahakintobi 3 года назад +22

    This is the best explanation I have found on RUclips. Everything is well said and cleared...
    Thanks so much..
    I owe you a subscription...

  • @dhavalparekh6813
    @dhavalparekh6813 3 года назад +49

    I like the systematic way for answering all the primary questions. Thank you for this video. I’m a noob in coding and want to start with learning Python. Could you suggest a system/laptop and config to go in order to start Python?

    • @KAIZORIANEMPIRE
      @KAIZORIANEMPIRE 3 года назад +9

      yeah but he's sort of confused. He's too linaer oriented. I learned data strutures, algorithms and basics of programming at the same time, i spent 1 hours in each, and became good after 6 months... after a year i was pretty good and 2 years amazing. (RELATIVE TO AVERAGE) so you can just do all these lessons at the same time.

    • @mislavhilc
      @mislavhilc 3 года назад

      @@KAIZORIANEMPIRE was it your first language tho?

    • @rockyp3917
      @rockyp3917 2 года назад +8

      Good God! Stop obsession over system configuration. It's not a resource intensive program you can use python on a 10 year old pc

  • @BonVoyageWorld
    @BonVoyageWorld 2 года назад

    Great Video, thank you Sir!

  • @mariussagaitis1654
    @mariussagaitis1654 3 года назад +12

    Many tutorials are based on explaning the subject from nothing to program. In my opinion, adults are learning littlebit diferent. Would be nice to have tutorials where teacher explaning from working code. Starting from simplest code going to more advanced, explaining different parts of finished working code; what part is beeing written first; what parts are being added later; how those parts of code interact and so on.

    • @YoungDen
      @YoungDen 3 года назад

      You will find very few who teach this way.

    • @keylanoslokj1806
      @keylanoslokj1806 3 года назад

      @@YoungDen like who?

    • @gamer.forever4763
      @gamer.forever4763 2 года назад

      @@YoungDen have you found someone that teaches like this?

  • @NobleTV22
    @NobleTV22 2 года назад

    Very informative. Thank you!

  • @saifminhaz
    @saifminhaz 2 года назад

    successfully demotivated! Thanks 👍

  • @antygona-iq8ew
    @antygona-iq8ew 2 года назад

    Very good video. Informative.

  • @jimmymac-wi9mc
    @jimmymac-wi9mc 2 года назад +6

    Great Video! I am just beginning my journey with Python and chose it over other languages because of its flexibility. One question I do have is if repetition with learning new concepts coding in Python helps a beginner retain more effectively and efficiently or are there other methods that are better? Thank you!

  • @RaviRaj-je3rh
    @RaviRaj-je3rh 3 года назад +1

    Wow...Really greT analysis on python... Kudos

  • @xavierromerocarrion1369
    @xavierromerocarrion1369 3 года назад +3

    Thank you so much. Your video has cleared my mind. Now I know where to focus on.

  • @bwindibwoy
    @bwindibwoy 3 года назад +1

    I learnt how to code with Java back in 2008 when I was in high school. I wish to learn Python but I have forgotten everything I had known about Java. My only reason to learn Python is land a high paying job. Kindly advise. Thank you.

  • @Deedington
    @Deedington 3 года назад +2

    Very helpful and so well explained!! Thank you very much!!

  • @charlie9601
    @charlie9601 3 года назад +19

    Thank you for a very well presented explanation...

  • @chrisboden9820
    @chrisboden9820 3 года назад +1

    Thanks for this video. As a super beginner, this was very helpful.

  • @tanushreepareek8208
    @tanushreepareek8208 3 года назад +3

    Which course would you suggest for python learning?

    • @firstyfirst
      @firstyfirst 3 года назад

      i m using Udemy btw

    • @rohandhonde3481
      @rohandhonde3481 3 года назад

      @@firstyfirst can you post the link up here which specific course there are lot of them

    • @raulrgh
      @raulrgh 3 года назад

      Python 4 everyone, on free code camp

  • @Nuvola-tech
    @Nuvola-tech 3 года назад

    well i come from c and i learned level 1 and 2 and started directly at learning level 4 in 1 day

  • @bhimgrg05
    @bhimgrg05 3 года назад +2

    Best video ever. Thank you

  • @yairval9
    @yairval9 3 года назад +2

    I used to do php , css, Js , mysql, la long time ago, not good just self taught, but i see how much easier it is to learn python, the language is straight forward simple simple simple

  • @omd0
    @omd0 3 года назад +3

    This was awesome! I have also now subscribed :)

    • @Afternerd
      @Afternerd  3 года назад +1

      Welcome to the channel

  • @mb77mb66
    @mb77mb66 3 года назад +11

    Correct about time needed to learn it :)

  • @oneindigegaming8637
    @oneindigegaming8637 3 года назад +2

    Me being in school for 18 years watching this guy telling me I can get a professional job in 1 year *questioning the world*

  • @TheReluctantCoder
    @TheReluctantCoder 3 года назад +2

    very helpful, thank you!!

  • @upgraduate
    @upgraduate 3 года назад

    Thanks for your suggestions

  • @kitgary
    @kitgary 2 года назад

    If you know programming, it takes a weekend to be able to create a CRUD web application using Flask. And another week to learn advanced python programming, a year to become expert.

  • @Monk.360
    @Monk.360 3 года назад +1

    Awesome 👌 Pretty much explained 👏

  • @franco_bsnss7482
    @franco_bsnss7482 2 года назад

    Thanks bro. Very clear english. Where are you from?

  • @N0w1at3r
    @N0w1at3r 3 года назад

    Thank you for the video.

  • @bryce3851
    @bryce3851 Год назад

    I'm going for data analysis for job wise I started learning from w3 schools and RUclips still have long ways to go !

  • @user-wp8mk3yg4o
    @user-wp8mk3yg4o Год назад

    your video was very informative for beginners.