Python¶
“Python is a high-level programming language with a specific design philosophy that emphasizes code readability, e.g. through the use of indentation. It’s aim is to help programmers write clear, logical code for small and large-scale projects, and is described as a “batteries included” language due to its comprehensive standard library.” (source: https://www.python.org/about/)
Philosophy and guidelines
Introductory material and tutorials
Helpful questions on Stack Overflow
https://stackoverflow.com/questions/155609/whats-the-difference-between-a-method-and-a-function
https://stackoverflow.com/questions/509211/understanding-slice-notation
https://stackoverflow.com/questions/1977362/how-to-create-module-wide-variables-in-python
https://stackoverflow.com/questions/16476924/how-to-iterate-over-rows-in-a-dataframe-in-pandas