You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,29 @@ In Canopy and Anaconda, Open the respective terminals and execute the above.
41
41
42
42
##How to learn from this resource?
43
43
44
-
Download all the ipython notebooks from this repository https://github.com/rajathkumarmp/Python-Lectures
44
+
You can download the pdf copy from [here](https://github.com/rajathkumarmp/Python-Lectures/blob/master/Python.pdf)
45
+
46
+
But it is better to download all the ipython notebooks from this repository https://github.com/rajathkumarmp/Python-Lectures and learn it on the notebook itself rather than having to refer to a pdf.
45
47
46
48
Launch ipython notebook from the folder which contains the notebooks. Open each one of them
47
49
48
50
Cell > All Output > Clear
49
51
50
52
This will clear all the outputs and now you can understand each statement and learn interactively.
51
53
54
+
##Table of contents
55
+
56
+
[00 - Introduction and Installation](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/00.ipynb)
57
+
[01 - Variable, Operators and Built-in Functions](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/01.ipynb)
58
+
[02 - Print Statement, Precision and FieldWidth](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/02.ipynb)
59
+
[03 - Lists, Tuples and Sets](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/03.ipynb)
60
+
[04 - Strings and Dictionaries](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/04.ipynb)
61
+
[05 - Control Flow Statements](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/05.ipynb)
This work is licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/
0 commit comments