# 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) ## Debugging * [What tools to find bugs in C and C++](#What-tools-to-find-bugs-in-C-and-C++) ? ---- ## 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. ## Debugging ### What tools to find bugs in C and C++ ? Use google sanitizers, [here is a video](https://www.youtube.com/watch?v=Q2C2lP8_tNE) that explains what they are and [here is the github access](https://github.com/google/sanitizers). ## 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)