Python

Python by Topic

Python Basic

Advanced

Modules

  • Builtin Modules
  • External Modules
    • NumPy
    • Pandas
    • Matplotlib
    • Plotly
    • Pydot
    • Seaborn
    • SciPy
    • Requests
    • Scrapy
    • BeautifulSoup
    • PIL
    • OpenCV
    • Genism
    • pyMySQL
    • SymPy
    • pyMongo
    • SQLAlchemy
    • Theano
    • Bokeh
    • Poetry
    • Dash
    • PyTorch
    • Scikit-Learn
    • Keras
    • Tensorflow
    • NLTK
    • TextBlob
    • Bokeh

Machine Learning

Projects

  • Automation

Useful Tools and Resources

Python - Basic Operators
· ☕ 6 min read
Basic operators in python programming language

Python - Variables
· ☕ 6 min read
Variables in python programming language

Python - Basic Syntax
· ☕ 5 min read
Basic syntax in python programming language

Python projects
· ☕ 2 min read
A list of python projects ideas

Activate python virtualenv programmatically
· ☕ 1 min read
Putting the script into the bin of your virtualenv, and then adding that bin location to your global PATH will not automatically source your virtualenv. You do need to source it first to make it active. All that your system knows is to check that extra path for the executable and run it. There isn’t anything in that script indicating a virtualenv. You could, however, hardcode the she-bang line to your virtualenv python, in which case the site-packages will end up on the path: