Skip to content

Commit 6fcd749

Browse files
committed
added pdf
1 parent 7b1ab4f commit 6fcd749

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,29 @@ In Canopy and Anaconda, Open the respective terminals and execute the above.
4141

4242
##How to learn from this resource?
4343

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.
4547

4648
Launch ipython notebook from the folder which contains the notebooks. Open each one of them
4749

4850
Cell > All Output > Clear
4951

5052
This will clear all the outputs and now you can understand each statement and learn interactively.
5153

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)
62+
[06 - Functions](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/06.ipynb)
63+
[07 - Classes](http://nbviewer.ipython.org/github/rajathkumarmp/Python-Lectures/blob/master/07.ipynb)
64+
65+
These are online read-only versions.
66+
5267
##License
5368

5469
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

Comments
 (0)