Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Pseudocode & End of Month - Week 4

Week goal 🏁

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.

Week subtopics

  • Functions

    • Structure of a function
      • Signature of a function
      • Naming convention
      • Arguments, Parameters
      • Return values
      • Function call
      • Equivalence with Math functions
  • Intro to Python

    • What is?
    • History
    • Versions
    • Documentation
    • How to run Python

Week challenges (Monday) 💻

  1. Ascending sort checker
  2. Count numbers by range

Week challenges (Tuesday) 💻

  1. Structure of a function
  2. Double and triple of a value
  3. Incremental count

Week challenges (Wednesday) 💻

  1. Vowel counter
  2. Factorial (recursive)

Week challenges (Thursday) 💻

  1. End of month - Work on your README

Week challenges (Saturday) 💻

  1. Python Intro
  2. Run Python

Week links 🔗

Session links 🔗