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
+15-10Lines changed: 15 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,16 @@
1
1
2
-
#Python-Lectures
2
+
#Python-Lectures
3
3
4
-
##Introduction
4
+
5
+
6
+
7
+
[Andreas Ernst](http://users.monash.edu/~andrease/) has improvised and updated the repo to python 3, [Link](https://gitlab.erc.monash.edu.au/andrease/Python4Maths/tree/master)
8
+
9
+
## Introduction
5
10
6
11
Python is a modern, robust, high level programming language. It is very easy to pick up even if you are completely new to programming.
7
12
8
-
##Installation
13
+
##Installation
9
14
10
15
Mac OS X and Linux comes pre installed with python. Windows users can download python from https://www.python.org/downloads/ .
11
16
@@ -15,31 +20,31 @@ To install IPython run,
15
20
16
21
This will install all the necessary dependencies for the notebook, qtconsole, tests etc.
17
22
18
-
###Installation from unofficial distributions
23
+
###Installation from unofficial distributions
19
24
20
25
Installing all the necessary libraries might prove troublesome. Anaconda and Canopy comes pre packaged with all the necessary python libraries and also IPython.
21
26
22
-
####Anaconda
27
+
####Anaconda
23
28
24
29
Download Anaconda from https://www.continuum.io/downloads
25
30
26
31
Anaconda is completely free and includes more than 300 python packages. Both python 2.7 and 3.4 options are available.
27
32
28
-
####Canopy
33
+
####Canopy
29
34
30
35
Download Canopy from https://store.enthought.com/downloads/#default
31
36
32
37
Canopy has a premium version which offers 300+ python packages. But the free version works just fine. Canopy as of now supports only 2.7 but it comes with its own text editor and IPython environment.
33
38
34
-
##Launching IPython Notebook
39
+
##Launching IPython Notebook
35
40
36
41
From the terminal
37
42
38
43
ipython notebook
39
44
40
45
In Canopy and Anaconda, Open the respective terminals and execute the above.
41
46
42
-
##How to learn from this resource?
47
+
##How to learn from this resource?
43
48
44
49
You can download the pdf copy from here : [Get Started with Python](https://github.com/rajathkumarmp/Python-Lectures/blob/master/Python.pdf)
45
50
@@ -51,7 +56,7 @@ Launch ipython notebook from the folder which contains the notebooks. Open each
51
56
52
57
This will clear all the outputs and now you can understand each statement and learn interactively.
53
58
54
-
##Table of contents
59
+
##Table of contents
55
60
56
61
57
62
@@ -82,6 +87,6 @@ This will clear all the outputs and now you can understand each statement and le
82
87
83
88
These are online read-only versions.
84
89
85
-
##License
90
+
##License
86
91
87
92
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