Our presentation was built using remark, and you can open it here.
Link to our wiki's Home page
- Interpreter
- Variables
- Data Types
- Flow Control
- Data Structures
- Iteration
- Functions
- Comprehensions and Generators
- Decorators
- Object Oriented Programming
- Modules
- Spyder/Anaconda: Installs python and various modules for you, recommended for an easier setup.
- VS Code: Requires the manual installation of the most recent version of Python 3. Please refer to Python in VS Code for more detailed instructions. We recommend the Code Runner extension (present on the website listed above).
- Vim: Vim8 or NeoVim prefered. Only use if you are familiar with Vim. Recommended extensions: coc, coc-python (node.js required for both).
If you don't want to install Python and/or an IDE you can also use websites that interpret Python code, such as online-python.com.
- Python Standard Library (Latest 3.x version released)
- João Costa (@joaocostaifg)
- João Lucas (@joaolucasmartins)
- Tiago Silva (@tiagodusilva)