16-18 ετώνΗ πιο δημοφιλής επιλογή
Introduction to Coding in Python (course of AI elements) ONLINE- Copy- Copy- Copy
Start programming in one of the most popular coding languages and feel like a real programmer. Python is used, inter alia, in for numerical calculations in institutions such as NASA or the European Organization for Nuclear Research CERN! Knowing this language opens up almost unlimited development opportunities!
Εισαγωγή
This course is an opportunity to learn the language used by professional programmers. By learning the Python programming language, students are introduced to the terminology commonly used in the IT environment, learn to write their own code and create their own programs and games with pygame library.
During the classes, students will get to know, inter alia, issues such as classes and exceptions - their elements and application and create your own Python projects.
Πρόγραμμα μαθήματος
1Lesson 1. Introduction to Python
In this lesson we’ll create our first program in Python and get to know the Visual
Studio Code IDE (Integrated Development Environment).
2Lesson 2. Variables and mathematical operations part 1
In this lesson we’ll learn basic data types (int, float, bool, string) and the term
variable. We’ll also learn the most commonly used mathematical and logical
operators.
3Lesson 3. Variables and mathematical operations part 2
In this lesson we’ll get to know basic mathematical operations on variables and
built-in Python maths functions.
4Lesson 4. Relational and logical operators, boolean data type
In this lesson we’ll dive into the world of relational and logical operations:
>, >=, <, <=, ==, !=, ‘and’, ‘or’, ‘not’.
5Lesson 5. Conditional statements pt. 1
In this lesson we’ll learn what conditional statements are and how to use them.
6Lesson 6. Conditional statements pt. 2
In this lesson we’ll reinforce our knowledge about conditional statements and use
them in different exercises.
7Lesson 7. Loops pt. 1
In this lesson we’ll introduce loops. We’ll get to know the "while" loop and its use cases based on examples.
8Lesson 8. Loops pt. 2
In this lesson we’ll deepen our knowledge about loops. We’ll learn the "for" loop. We’ll find out how to choose a proper loop for a given task and how to nest loops.
9Lesson 9. Lists
In this lesson we’ll learn Python Lists and deepen our knowledge about strings.
10Lesson 10. Functions pt. 1
In this lesson we’ll learn functions.
11Lesson 11. Functions pt. 2
In this lesson we’ll reinforce our knowledge about functions and add some new
interesting information.