gautam1858 / python-awesome

Learn Python, Easy to learn, Awesome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-awesome

Learn Python, Easy to learn, Awesome

Open In Colab

Python

Welcome to python-awesome. These notebooks are part of my Machine Learning curriculum that I am teaching in an University as part of their Graduate Program.

What are python notebooks?

Python code is not compiled, it is interpreted. Thanks of that feature you can execute python commands as you type them. If you have python installed on your machine you can actually take a look. Python notebook (also called IPython or Jupyter notebook) is a document with python interpreter "in it". That means that you can write python code inside of text document and execute it! For more info and how to run it on your machine click here.

Run notebooks

If you want to run these notebooks but without installing jupyter on your machine you can use Google Colab. Just go in here

Author: Gautam Ramachandra Contact: gmail

About

Learn Python, Easy to learn, Awesome

License:Apache License 2.0


Languages

Language:Jupyter Notebook 98.2%Language:Python 1.8%