πΈπͺ Svenska
Apply now
Course Curriculum
9 modules
66 hours of video lessons
197 coding challenges
1
Pseudocode
27 chapters
7 hours
What will you learn?
What pseudocode is and why it's important for problem-solving in programming
How pseudocode lets you structure your ideas/solutions before writing the code
What the basic keywords are for writing pseudocode
2
Data Types
20 chapters
6 hours
What will you learn?
What the different Python data types are and what they are for
How to convert data from one data type to another
How to use variables to store, retrieve, and calculate information
The rules and best practices when creating variables
3
Control flow
33 chapters
10 hours
What will you learn?
What Boolean expressions are and what they are for
How to use if-statements to let your program make decisions
How to use `for` and `while` to continuously run pieces of code
How to fix common errors when using loops
4
List & Set
26 chapters
8 hours
What will you learn?
What lists and sets are and their differences
How to store, reference, and manipulate data in lists and sets
How to perform filtering and transformation operations on lists and sets
How to sort and loop elements of a collection
5
Dictionaries
23 chapters
8 hours
What will you learn?
What a dictionary is and what it is for
What the difference between Dictionaries and other data structures is
How to create programs that combine Lists, Sets, and Dictionaries
How to manipulate data stored in Dictionaries
6
Error Handling
22 chapters
7 hours
What will you learn?
The different types of errors
The tools and mechanisms to resolve the different types of errors
What the None value is and how to handle it
How to use the debugger to identify and fix errors in your code
7
Functions
26 chapters
8 hours
What will you learn?
What a function is and what it is used for
The difference between user-defined and built-in functions
The importance of using functions in software development
The rules and best practices when creating functions
The common errors when creating functions and how to avoid them
8
Object-oriented Programming
26 chapters
7 hours
What will you learn?
What object-oriented programming is
The basics of object-oriented programming
To design and write your classes
The basics of inheritance and polymorphism
9
Others
23 chapters
5 hours
What will you learn?
What PyCharm is, how to install it, and use it
The basic Git commands and what each one is used for
How to write code that follows the best industry practices