Python 3 Basics Tutorial
I have written a small Interactive python course for absolute beginners, where you have the explanation of the concepts, and example program attached right below which you can run to see the output. Feel free to use it.
Following are the guidelines to setup the environment to be able to run the course.
- Download the zip file from the link given below.
- You are required to download the Anaconda Distribution which comes with jupyter notebook build in that will help us run the course file.
- The installation guide for Anaconda Distribution is given in the zip file.
- Follow the Basics of Jupyter notebook guide provided in the zip folder to understand how to use the jupyter notebook.