We'll be practicing about Pseudocode through exercises that includes conditionals, loops and statements (i.e. control structures). For this week we will be using (again) PSeInt and getting started learning some initial concepts of Python language. You may wonder why the name of the algorithms or processes in PSeInt uses snake case naming style. It's simple: we're getting ready for our Python section.
-
Functions
- Structure of a function
- Signature of a function
- Naming convention
- Arguments, Parameters
- Return values
- Function call
- Equivalence with Math functions
- Structure of a function
-
Intro to Python
- What is?
- History
- Versions
- Documentation
- How to run Python
- End of month - Work on your README