Project

General

Profile

Kickstartercommon » History » Revision 8

Revision 7 (Nicolas Aunai, 19/02/2017 05:54 PM) → Revision 8/10 (Nicolas Aunai, 11/03/2017 10:07 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) 
 * [The definitive C++ book guide and list](http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list) 

 


 ---- 


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