Python
Questions
- Moving average
- Complex numbers
- Lists
- Data types
- DataFrames
- Arrays
- Slicing
- Function inputs
- Function returns
- Docstrings
- Debugger
- Workspace
References
For further information we can recommend the following references:
- Official Python Tutorial A good place to start if you have little programming experience (free)
- Scientific Python Lectures (free)
- Real Python Great tutorials for learning (partly free)
- Python Crash Course, 3rd Edition The most recommended book for beginners.
- https://www.learnpython.org (free)
- 7 steps to Python, and references therein (free)