Python: Beginner
Description: Puts effort into using the proper basic variable types and control structures. Understands modules, packages, and virtual environments.
Keywords:
- basic arithmetic operators
- basic comparisons and boolean operators
- basic structures (
if
,while
,for
) - function definition
- basic types (
integer
,float
,string
,char
,byte
) - basic sequence types (
list
,tuple
,range
)
Questions:
- What is the difference between a
list
and atuple
?
Pages about this competency
- Computer Science - Memory
- Configuring PEP8 using VS Code
- From blocks to code
- Introduction to the Python language
- Learning to program with Python (Part 1)
- Learning to program with Python (Part 2)
- Learning to program with Python (Part 3)
- Learning to program with Python (Part 4)
- Using the Python Library Reference manual
- Using the python style guide checker
- Visual Studio Code
- What's going on under the hood?
- Why Python?
Assignments about this competency
- 100 Doors
- Algorithm from flowchart
- Algorithmic exercises
- Codewars
- Game Enhancements
- Game Inventory
- Game statistics reports
- Game statistics reports 2
- Gym Carrey
- Hello World
- Let's Hang Somebody! - The Hangman Game Flowchart
- Let's Hang Somebody! A Hangman Game Implementation
- Lightweight ERP project
- Lightweight ERP project enhancement
- MinMaxAvg
- Pair Programming Exercises with Python
- Pet Project
- Practice exercise bank for Python
- Python Game Enhancement Specification
- Roman numbers
- Simple calculator
- Single player roguelike game inspired adventure game - a little warm-up
- Single player roguelike game inspired adventure game - implementation
- To-Do app
- Triangle area
- Your First Python Game