Project

General

Profile

Kickstartercommon » History » Version 9

Nicolas Aunai, 25/03/2017 10:40 AM

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 8 Nicolas Aunai
* [The definitive C++ book guide and list](http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list)
12 6 Nicolas Aunai
13 9 Nicolas Aunai
## Bugs
14
* [What tools to find bugs in C and C++?](#What-tools-to-find-bugs-in-C-and-C++) ?
15
16
17 6 Nicolas Aunai
----
18
19
20
## Python
21
22
### Where can I get notebook examples?
23
check the [notebook gallery](http://nb.bianp.net/sort/views/) : Links to the best IPython and Jupyter Notebooks.
24
25
26 1 Nicolas Aunai
27 9 Nicolas Aunai
## Bugs
28
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).
29 6 Nicolas Aunai
30
31
32 5 Nicolas Aunai
33 1 Nicolas Aunai
## Read Documentation you will need
34
35
* 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...
36 3 Nicolas Aunai
37
38
39 4 Nicolas Aunai
## Version Control
40 3 Nicolas Aunai
41
* [git cheat sheet](https://zeroturnaround.com/wp-content/uploads/2016/02/Git-Cheat-Sheet.png?twitterID=nixCraft%EF%BB%BF)