Skip to content
Snippets Groups Projects
Commit 4dcb2792 authored by Nicola Spallanzani's avatar Nicola Spallanzani
Browse files

Update README.md

parent 8fcee874
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,74 @@ ...@@ -5,3 +5,74 @@
``` ```
git clone https://gitlab.hpc.cineca.it/nspalla1/intro-python.git git clone https://gitlab.hpc.cineca.it/nspalla1/intro-python.git
``` ```
## Index:
[Outlook](http://nbviewer.jupyter.org/urls/gitlab.hpc.cineca.it/nspalla1/intro-python/raw/master/00-Outlook.ipynb)
[01-Introduction_to_Python.ipynb](http://nbviewer.jupyter.org/urls/gitlab.hpc.cineca.it/nspalla1/intro-python/raw/master/01-Introduction_to_Python.ipynb)
- Philosophy
- Environment
- Interpreter
- Built-in types and operations
- Program file
- Built-in containers
- Tuples
- Lists
- Sets
- Dicts
- Flow control contructs
- if-elif-else
- For loops
- While loops
- Comparison and logical operators
- Object reference
[02-Introduction_to_Python.ipynb](http://nbviewer.jupyter.org/urls/gitlab.hpc.cineca.it/nspalla1/intro-python/raw/master/02-Introduction_to_Python.ipynb)
- File I/O
- Functions
- Argument Passing
- Doc string
- Lambda functions
- Introspection
- Functional programming
- sort
- lambda functions
- filter, map
- String formatting
- Old and new style
- Modules
- Packages
- Program arguments
[03-Introduction_to_Python.ipynb](http://nbviewer.jupyter.org/urls/gitlab.hpc.cineca.it/nspalla1/intro-python/raw/master/03-Introduction_to_Python.ipynb)
- Standard Library (quick overview)
- os, os.path, shutil
- glob
- sys
- argparse
- re
- math, random
- datetime
- logging
- gzip, csv, json
- sqlite3
- subprocess
- Scientific Modules (very quick introduction)
- Numpy
- Matplotlib
- Scipy
- Pandas
[04-Introduction_to_Python.ipynb (EXTRA)](http://nbviewer.jupyter.org/urls/gitlab.hpc.cineca.it/nspalla1/intro-python/raw/master/04-Introduction_to_Python.ipynb)
- Classes (short introduction)
- Instances
- Methods
- Attributes
- Inheritance
- Iterables and Iterators
- Error handling
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment