• Top
  • New

Python tutorial for beginners

by techbeamers on 1/27/2019, 5:53:49 AM with 4 comments
Which Python tutorial is can help to learn Python from elementary to advanced level in simple and easy steps?

  • by jessmc on 1/27/2019, 12:40:01 PM

    http://blog.danwin.com/free-python-guides/

    http://ftp.ntua.gr/mirror/python/topics/learn/non-prog.html

    https://github.com/vhf/free-programming-books/blob/master/fr...

    https://www.reddit.com/r/learnpython/

  • by techbeamers on 1/30/2019, 4:21:26 PM

    https://www.techbeamers.com/python-tutorial-step-by-step/

  • by nickz8 on 1/27/2019, 11:49:31 AM

    This one is good to get started: https://codecasts.teachable.com/p/python-crash-course

  • by throwaway8879 on 1/27/2019, 6:59:34 AM

    The official docs were great when I learnt Python more than a decade ago. They still are. After that, maybe pick up Fluent Python to understand the internals in detail.