Fork me on GitLab

Handling Python Distros: Anaconda, Canopy, IronPython, Official, Installing Jupyter, Widgets, Modules etc.

This artice elaborated on installing multiple python distributions on your system from: Anaconda, Canopy, IronPython, Official, etc. and managing them. It’s a non-docker based installation approch to Python on Windows. We’ll see installation of common Python - widgets, and modules in your python enviornment.


Jupyter Notebook - Setup & Creation

The Jupyter Notebook allows you to share documents containing live code, equations, visualizations and explanatory text. Uses include: data processing, numerical simulation, statistical modeling, & machine learning etc. This post will guide you in setting up the platform and creating your first notebook.


The Jupyter Notebook

The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text. Uses include: data processing, numerical simulation, statistical modeling, machine learning and much more.