Advertisement
asanchez75

python

Dec 17th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. https://www.quora.com/What-about-the-future-of-Python-and-Django
  2. Twisted Engine help you build Server, Web Server, Mail Client, simple publish/subscribe server and many more asynchronous things.
  3.  
  4. Tornado is a scalable, non-blocking web server and web application framework.
  5.  
  6. Flask is microframework for building Microservices.
  7.  
  8. Sanic, Python 3 web Framework is relatively new but strong async Framework which handle millions of user with blazing fast speed.
  9.  
  10. Django is Full Flegde Battle Ninja(Python Web Framework), whatever you want in framework, you will find within it. It even support synchronous and async both now.
  11.  
  12. Data Science:
  13.  
  14. Core: Numpy, Pandas, Scipy
  15.  
  16. Visualization:Matplotlib, Seaborn, Bokeh
  17.  
  18. Machine Learning: Scikit Learn
  19.  
  20. Deep Learning: Theano, Tensorflow, Keras
  21.  
  22. Natural Language Processing: NLTK, SpaCy,Gensim
  23.  
  24. Data Mining, Statistics: Scrapy, Statsmodels
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement