Project

General

Profile

Kickstartercommon » History » Version 6

Nicolas Aunai, 05/02/2017 07:45 PM

1 2 Nicolas Aunai
# Common tips
2 1 Nicolas Aunai
3
4 6 Nicolas Aunai
## Python
5 1 Nicolas Aunai
6 6 Nicolas Aunai
* [Where can I get notebook examples?](#Where-can-I-get-notebook-examples) ?
7
8
9
----
10
11
12
## Python
13
14
### Where can I get notebook examples?
15
check the [notebook gallery](http://nb.bianp.net/sort/views/) : Links to the best IPython and Jupyter Notebooks.
16
17
18
19
20
21
22
23 5 Nicolas Aunai
24 1 Nicolas Aunai
## Read Documentation you will need
25
26
* Do you know [devdocs](http://devdocs.io) ? Whether you're coding in C++, C,  python, etc. there's a documentation for you. Ok there's none for IDL and poor FORTRAN...
27 3 Nicolas Aunai
28
29
30 4 Nicolas Aunai
## Version Control
31 3 Nicolas Aunai
32
* [git cheat sheet](https://zeroturnaround.com/wp-content/uploads/2016/02/Git-Cheat-Sheet.png?twitterID=nixCraft%EF%BB%BF)