Skip to content

Commit 577b6db

Browse files
authored
Edit
1 parent f2c40c3 commit 577b6db

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11

2-
#Python-Lectures
2+
# Python-Lectures
33

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
510

611
Python is a modern, robust, high level programming language. It is very easy to pick up even if you are completely new to programming.
712

8-
##Installation
13+
## Installation
914

1015
Mac OS X and Linux comes pre installed with python. Windows users can download python from https://www.python.org/downloads/ .
1116

@@ -15,31 +20,31 @@ To install IPython run,
1520

1621
This will install all the necessary dependencies for the notebook, qtconsole, tests etc.
1722

18-
###Installation from unofficial distributions
23+
### Installation from unofficial distributions
1924

2025
Installing all the necessary libraries might prove troublesome. Anaconda and Canopy comes pre packaged with all the necessary python libraries and also IPython.
2126

22-
####Anaconda
27+
#### Anaconda
2328

2429
Download Anaconda from https://www.continuum.io/downloads
2530

2631
Anaconda is completely free and includes more than 300 python packages. Both python 2.7 and 3.4 options are available.
2732

28-
####Canopy
33+
#### Canopy
2934

3035
Download Canopy from https://store.enthought.com/downloads/#default
3136

3237
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.
3338

34-
##Launching IPython Notebook
39+
## Launching IPython Notebook
3540

3641
From the terminal
3742

3843
ipython notebook
3944

4045
In Canopy and Anaconda, Open the respective terminals and execute the above.
4146

42-
##How to learn from this resource?
47+
## How to learn from this resource?
4348

4449
You can download the pdf copy from here : [Get Started with Python](https://github.com/rajathkumarmp/Python-Lectures/blob/master/Python.pdf)
4550

@@ -51,7 +56,7 @@ Launch ipython notebook from the folder which contains the notebooks. Open each
5156

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

54-
##Table of contents
59+
## Table of contents
5560

5661

5762

@@ -82,6 +87,6 @@ This will clear all the outputs and now you can understand each statement and le
8287

8388
These are online read-only versions.
8489

85-
##License
90+
## License
8691

8792
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)