huzaifa61/Open-Source-Technologies
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Introduction to Python Tutorials ##***Welcome to your first iPython Notebook.***  ## **About iPython Notebooks** iPython Notebooks are interactive coding environments embedded in a webpage. You will be using iPython notebooks in this class. You only need to write code between the ### START CODE HERE ### and ### END CODE HERE ### comments. After writing your code, you can run the cell by either pressing "SHIFT"+"ENTER" or by clicking on "Run Cell" (denoted by a play symbol) in the left bar of the cell. **In this notebook you will learn -** * Basic Syntax * Variables * Numbers * Casting * String