Advertisement
zircoz

Learn Python

Nov 29th, 2020
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Official Beginner's Guide: https://wiki.python.org/moin/BeginnersGuide
  2. Official Tutorial: https://docs.python.org/3/tutorial/
  3.  
  4. Shortcuts:
  5. https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
  6. https://wiki.python.org/moin/BeginnersGuide/Programmers
  7.  
  8. Videos:
  9. PyCon (2015 - current)
  10. https://www.youtube.com/user/PythonItalia [EuroPython]
  11.  
  12. Learn Python:
  13. https://automatetheboringstuff.com/ (for complete beginners to programming)
  14. https://learnxinyminutes.com/docs/python3/ (for people who know programming already)
  15. https://docs.python.org/3/tutorial/ (official tutorial)
  16. http://python.swaroopch.com/ (useful book)
  17. http://www.codeabbey.com/ (exercises for beginners)
  18.  
  19. For a longer and opensource list of python resources, https://github.com/bitsacm/Slack-Stock-DAG/blob/master/python.md
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement