Advertisement
python_notes

Good Python resources

May 31st, 2015
623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. ###################################################################################
  2.  
  3. @n1tr0g3n_com top Python resources in my opinion.
  4.  
  5. n1tr0g3n.com // top-hat-sec.com // forum.top-hat-sec.com // red-team-labs.com
  6.  
  7. ###################################################################################
  8.  
  9.  
  10.  
  11.  
  12.  
  13. probably the best video intro to python in my opinion right here by Jessica McKellar at Pycon 2014
  14.  
  15. http://pyvideo.org/video/2559/hands-on-intro-to-python-for-beginning-programmer
  16.  
  17.  
  18. @DrapsTV Python Tutorials from n00b to Pentester
  19.  
  20. https://www.youtube.com/user/DrapsTV/playlists
  21.  
  22.  
  23.  
  24. Chris Hawkes Python tutorials - from noob to pro
  25.  
  26. https://www.youtube.com/playlist?list=PLei96ZX_m9sUc4VrOaGPWSzxbSDeLy6cv
  27.  
  28.  
  29.  
  30.  
  31. Barton Poulson - Learn Python the Hard Way walkthroughs
  32.  
  33. https://www.youtube.com/playlist?list=PLCHnubFzFwjJVEvQk-FuEynAuwGV_4BNS
  34.  
  35.  
  36.  
  37. MIT 6.00 Intro to Computer Science & Programming, Fall 2008
  38.  
  39. https://www.youtube.com/view_play_list?p=4C4720A6F225E074
  40.  
  41.  
  42.  
  43.  
  44. Sentdex - from n00b to pro
  45.  
  46. https://www.youtube.com/user/sentdex/playlists
  47.  
  48.  
  49.  
  50.  
  51. Python Tips, Tricks, and Hacks
  52.  
  53. www.siafoo.net/article/52
  54.  
  55.  
  56.  
  57. A Byte of Python
  58.  
  59. http://www.swaroopch.com/notes/python/
  60.  
  61.  
  62.  
  63. My Python Pastebin Notes
  64.  
  65. http://pastebin.com/u/python_notes
  66.  
  67.  
  68.  
  69. Programming for Everybody (Python)
  70.  
  71. https://www.coursera.org/course/pythonlearn
  72.  
  73.  
  74.  
  75. An Introduction to Interactive Programming in Python (Part 1)
  76. https://www.coursera.org/course/interactivepython1
  77.  
  78.  
  79.  
  80. This site has a good intro to Python
  81.  
  82. http://doc.pyschools.com/html/index.html
  83.  
  84.  
  85.  
  86. This ones kind of like a Search engine for Python Videos
  87.  
  88. http://pyvideo.org/
  89.  
  90.  
  91.  
  92. Books:
  93.  
  94.  
  95. Python for Kids: A Playful Introduction to Programming
  96.  
  97. http://www.amazon.com/Python-Kids-Playful-Introduction-Programming/dp/1593274076/ref=sr_1_5/187-5974340-8465467?s=books&ie=UTF8&qid=1433093973&sr=1-5
  98.  
  99.  
  100. Python Programming for the Absolute Beginner, 3rd Edition
  101.  
  102. http://www.amazon.com/Python-Programming-Absolute-Beginner-3rd/dp/1435455002/ref=sr_1_33?s=books&ie=UTF8&qid=1433094026&sr=1-33
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement