Learn Python like a Professional! Take You from 0 to Hero
In this Python lecture, we will learn about the Jupyter Installation.
This tutorial is split into three sections. The first part is installing Anaconda. The second part is testing your installation (making sure conda works, dealing with path issues etc). Finally, the last part of the tutorial goes over the basic Hello program. As always, feel free to ask questions either here or on the youtube video.
Install Python Anaconda
Step 1.) Download and Install Anaconda from the official website-https://www.anaconda.com/download/ and click on the window, macOS or Linux as per your the system.
Step 2.) Download the Python 3.6 version for 64 bit or 32 bit
Step 4.) Select both the checkboxes to add Anaconda path during the installation process.
following error.
Step 5.) Once the installation is finished, go to the search bar and open Anaconda Prompt.
Step 6.) In anaconda prompt type the command jupyter notebook and press enter.
Step 7.) Jupyter notebook pops up in the browser at your localhost server
Step 1.) Go to New and select Python 3
Step 2.) Click on Untitled & Rename the Jupyter Notebook.
Step 3.) Select the cell and Write the first program print('hello')
1-The reason for Jupyter’s immense success is it excels in a form of programming called “literate programming”.
2-Literate programming emphasizes a prose first approach where exposition with human-friendly text is punctuated with code blocks.
3-It excels at demonstration, research, and teaching objectives especially for science. Literate programming allows users to formulate and describe their thoughts with prose, supplemented by mathematical equations, as they prepare to write code blocks.
In the next Blog, we will discuss Python Numbers
https://sngurukuls247.blogspot.com/2018/09/python-ninja-bootcamp-4-numbers.html
Step 2.) Click on Untitled & Rename the Jupyter Notebook.
Step 3.) Select the cell and Write the first program print('hello')
Why we are using Jupyter notebook?
1-The reason for Jupyter’s immense success is it excels in a form of programming called “literate programming”.
2-Literate programming emphasizes a prose first approach where exposition with human-friendly text is punctuated with code blocks.
3-It excels at demonstration, research, and teaching objectives especially for science. Literate programming allows users to formulate and describe their thoughts with prose, supplemented by mathematical equations, as they prepare to write code blocks.
In the next Blog, we will discuss Python Numbers
https://sngurukuls247.blogspot.com/2018/09/python-ninja-bootcamp-4-numbers.html
Feel free contact me on-
Email - sn.gurukul24.7uk@gmail.com
No comments:
Post a Comment