Python - Intro!


What is python?

Ans : In general sense it is a computer programming language! Just remember it!

What tools do we need?

Ans : No software or tool needed for learn and practice python, you just need a internet connection with a laptop or PC.

Python tools : https://notebooks.azure.com

You need a Microsoft account to access login into Azure.

After login into Azure with the link - https://notebooks.azure.com, please follow the instruction below for running the code :

For first time goto - https://notebooks.azure.com
1. Click Libraries
2. Click New Libraries
3. Give a Library Name and Library Unique ID
4. And Click Create

After creating new Library it will explore into the new created Library.
1. Click New
2. Type a Item name
3. Select a Item Type from the list
4. Select Python 3.6 and click new

Now select and open the new item.

Methods for running the code in a cell

  1. Click in the cell below and press "Ctrl+Enter" to run the code
        or
  2. Click in the cell below and press "Shift+Enter" to run the code and move to the next cell
     
  3. Menu: Cell...
    a. > Run Cells runs the highlighted cell(s)
    b. > Run All Above runs the highlighted cell and above
    c. > Run All Below runs the highlighted cell and below






**Information is keep updating...

Comments