European Union

Obrazek kursu

Classes for students who have completed the first part of the Introduction to Coding in Python course.

Start programming in one of the most popular coding languages ​​and feel like a real programmer. Python is used, for example, for calculations in institutions such as NASA or the European Organization for Nuclear Research CERN! Knowing this language opens up almost unlimited future opportunities!

once a week 14 lessons - each lesson: 2x45 minutes


Group Size Up to a maximum of 12 people


Payment Monthly, quarterly, yearly


4 monthly payments $70.00

or

one time payment ($40) $380.00


Do you have any questions?

Intro

During the second part of the course, you will learn more complicated structures and commands in Python. We will teach you how to use them to create your own Python projects.

Plan of the course

The lesson's purpose is to revise material from the first semester, such as variables and operations on variables, conditional instructions, loops, and functions.
In this lesson, you will learn what classes and objects are, and in what cases it is worth using them in programming. We will learn how to create your own objects, their functions and variables.
The purpose of this lesson is to discuss the constructor in the classes and to explain the difference between the variable associated with the object and the class.
In this lesson, you will learn how to inherit classes and how to use them.
We will create a simple RPG text game, where by using classes we will add to it opponents with unique abilities.