Advertisement
finalshare

python lib

Aug 12th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1.  
  2. permalink
  3.  
  4. You know enough to write really simple software,but you far from knowing and using python at its full potential! You need to learn the python standard libraries: specially urllib2, os, sting, re, sys, cmath, cPickle, zipfile, subprocess ,multiprocess ,threading.
  5. And other 3rd party libraries such as:
  6. Beautiful Soup, requests, httplib, lxml, scrapy for web page scraping.
  7.  
  8. Numpy, scipy, pandas, matplotlib to perform scientific calculation and test.
  9.  
  10. Pygame, pyglet for game development (I don't recommend using python to build performance heavy games)
  11.  
  12. Kivy for platform independent (that includes android and ios too!) apps.
  13.  
  14. PyQT, WXpython, PyGTK for GUI.
  15.  
  16. OpenCV, simpleCV to work with computer vision.
  17.  
  18. And so much more ~!
  19.  
  20. Practice python by solving challenges on Hacker Rank ,CodeEval,CodeChef ,TopCoder,Spoj etc
  21.  
  22. Don't be afraid to try something new.It won't kill your kittens or blow up your computer :p
  23.  
  24. StackOverflow, Reddit will always be there to help you when you need ;)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement