Advertisement
Guest User

The Ultimate Python Collection V1.1

a guest
Dec 12th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. The Ultimate Python Collection V1.1
  2. Python Expert - James Powell(PyData):
  3. - What Does It Take To Be An Expert At Python - https://www.youtube.com/watch?v=7lmCu8wz8ro
  4. - MetaClasses - https://realpython.com/python-metaclasses/
  5. - Decorator - https://realpython.com/primer-on-python-decorators/ , https://realpython.com/courses/python-decorators-101/
  6. - Generator - https://realpython.com/introduction-to-python-generators/
  7. - Context Manager - https://realpython.com/working-with-files-in-python/ ,
  8. https://realpython.com/courses/python-context-managers-and-with-statement/
  9.  
  10. The gitPy Collection:
  11. - Algorithm List In Python - https://github.com/TheAlgorithms/Python
  12. - Many Python Examples - https://github.com/geekcomputers/Python
  13. - Show Me The Code python - https://github.com/Show-Me-the-Code/python
  14. - Chef cookbook to install Python and related tools - https://github.com/poise/python
  15. - Python Data Science Handbook - https://jakevdp.github.io/PythonDataScienceHandbook/ ,
  16. https://github.com/jakevdp/PythonDataScienceHandbook
  17. - A curated list of awesome Python frameworks, libraries, software and resources - https://awesome-python.com/
  18. https://github.com/vinta/awesome-python
  19. - Exercism exercises in Python - http://exercism.io/languages/python , https://github.com/exercism/python
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement