2
R3TR0
6y

What is a good app to learn python on?

Comments
  • 0
    I am about to start with Python as well and I was thinking checking out their documentation first.
  • 0
    I'm also in need of some python resources
    Some guidance before I take on the docs..
  • 0
    Python has an entire tutorial on its website.
  • 0
    Udacity has a free class on Python.
  • 0
    Just hack some shit together with SO to get your feet wet. Then go into best practices and whatnot
  • 0
    You will not gain much mileage with just apps nor will they really teach you a lot.

    My recommendation? Read a byte of Python, by Swaroop. Then read Al's Invent with Python if you are a complete beginner and need reinforcements. After that, go ahead and look for the Mozilla Django tutorial if you wish to see the language use in a web environment. Most importantly tho....HAVE TONS OF FUN!!
  • 0
    @Julien00859 maybe you have some tips for them ;)
  • 1
    Terminal. Lol
  • 0
    If you need help working out what your code is doing I'd recommend http://pythontutor.com
Add Comment