9 replies
what is easiest way to learn python?
#python
  • Profile picture of the author techugo
    Python is more popular than ever, and is being used everywhere from back-end web servers,Python is a true general purpose language and is quickly becoming a must-have tool in the arsenal of any self-respecting programmer...and you can also learn through youtube....
    {{ DiscussionBoard.errors[11258115].message }}
  • Profile picture of the author najm
    You can find some decent courses on Udemy if you don't mind paying $10
    {{ DiscussionBoard.errors[11258926].message }}
  • Profile picture of the author Joe Ray
    Try this:
    tutorialspoint.com/python/

    And, YouTube has thousands of tutorial videos.
    {{ DiscussionBoard.errors[11259117].message }}
  • Profile picture of the author saurabh mathur
    The "fastest" way to learn Python, is to write as much Python whenever you can. Even if its just 15 minutes a day. The "easiest" way to learn Python is to watch someone do it. This I think is the fastest and easiest way to learn to do anything.
    If you are starting off programming both of these might be hard to do. This is where MOOCs come in, where you get to code and watch others code as well.
    {{ DiscussionBoard.errors[11264103].message }}
  • Profile picture of the author zorbee
    If you know the basics and just have to learn a language I advice you to do two things:

    Find ANY good resources with information about a language itself. It can be a Coursera online course, or some good book.

    Start a small project in this language. Try to create a calculator, for example, or a virtual roulette wheel, or a books catalog -- anything that you want. And start coding. Learn and code, code and learn, and google a lot if you feel yourself lost.
    {{ DiscussionBoard.errors[11337893].message }}
  • Profile picture of the author michaelscofield
    Hi!
    First of all there is no easiest way to learn python. You need proper dedication to learn any language , to learn giant/robust language like python itz need badly.
    First go to https://www.python.org/. study as possible.
    Second go to this link.
    Third Start a projet.

    And try more as you can.

    Thanks.
    {{ DiscussionBoard.errors[11341183].message }}
  • Profile picture of the author bgotti
    I don't think there is a shortcut. You can learn via online lessons/tutorials (Udemy/ YouTube).

    You can learn Python by coding a lot. You can also read books on Python. You can buy one at Amazon or if you go to college.

    It will take many months or even years to be good at Python.
    {{ DiscussionBoard.errors[11378628].message }}
  • Profile picture of the author Ayushi Choudhary
    The best and easiest way to learn python is watching the videos or reading the blogs.
    {{ DiscussionBoard.errors[11390393].message }}

Trending Topics