Project

General

Profile

Kickstartercommon » History » Version 7

Nicolas Aunai, 19/02/2017 05:54 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 7 Nicolas Aunai
## C++
9
10
* [Classical C/C++ pitfalls explained by INTEL](https://software.intel.com/en-us/articles/the-ultimate-question-of-programming-refactoring-and-everything)
11
12 6 Nicolas Aunai
13
----
14
15
16
## Python
17
18
### Where can I get notebook examples?
19
check the [notebook gallery](http://nb.bianp.net/sort/views/) : Links to the best IPython and Jupyter Notebooks.
20
21
22
23
24
25
26
27 5 Nicolas Aunai
28 1 Nicolas Aunai
## Read Documentation you will need
29
30
* 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...
31 3 Nicolas Aunai
32
33
34 4 Nicolas Aunai
## Version Control
35 3 Nicolas Aunai
36
* [git cheat sheet](https://zeroturnaround.com/wp-content/uploads/2016/02/Git-Cheat-Sheet.png?twitterID=nixCraft%EF%BB%BF)