Kickstartercommon » History » Revision 7
Revision 6 (Nicolas Aunai, 05/02/2017 07:45 PM) → Revision 7/10 (Nicolas Aunai, 19/02/2017 05:54 PM)
# Common tips
## Python
* [Where can I get notebook examples?](#Where-can-I-get-notebook-examples) ?
## C++
* [Classical C/C++ pitfalls explained by INTEL](https://software.intel.com/en-us/articles/the-ultimate-question-of-programming-refactoring-and-everything)
----
## Python
### Where can I get notebook examples?
check the [notebook gallery](http://nb.bianp.net/sort/views/) : Links to the best IPython and Jupyter Notebooks.
## Read Documentation you will need
* 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...
## Version Control
* [git cheat sheet](https://zeroturnaround.com/wp-content/uploads/2016/02/Git-Cheat-Sheet.png?twitterID=nixCraft%EF%BB%BF)