ŠKOLA PYTHONA: Treće predavanje (2. sezona); BITWISE, OS, ENCODING, SYS

Predavanje prikazuje cjeloviti tok rada programa: od manipulacije bitovima, preko rada s datotekama i operacijskim sustavom, do obrade korisničkih argumenata.

Read More  
PYTHON SCHOOL: Second Lecture (Season 2); Exceptions

The subject of this lecture is exceptions. Although the material is concise, every serious program code needs to handle exceptions. In the video, we go through their division (by error category), their groups, subgroups and the most common types of exceptions (ValueError, TypeError, ZeroDivisionError). How to use the try and except commands to your advantage to make the code correct and functional, and how to notify the user of the type of exception.

Read More  
PYTHON SCHOOL: First Lecture (Season 2); File Management

The lecture covers the key concepts of working with files in Python, including methods for opening, reading, and writing files. Through concrete examples, viewers learn how to properly use different file access methods. The lecture emphasizes the use of standards, comparing approaches to ensure code stability and readability.

Read More  
PYTHON SCHOOL: Eighth lecture; Lists, Dictionaries and Sets in Python

Welcome to a new Python School lesson! In this lesson, the topics are Lists, Dictionaries, and Sets in Python.

Read More  
PYTHON SCHOOL: seventh lecture; Strings and tuples in Python

Welcome to a new Python School lesson! In this lesson, we'll talk about Strings and Tuples.

Read More  
PYTHON SCHOOL: sixth lecture; Python Functions and Recursion: From Basics to Advanced Concepts

Welcome to a new Python School lesson! In this lesson, we'll talk about Python functions.

Read More  
PYTHON SCHOOL: fifth lecture; Iterations

Welcome to a new Python School lesson! In this lesson, we'll talk about Iterations.

Read More  
ŠKOLA PYTHONA: četvrto predavanje; Conditions & Other Introductory topics

Welcome to the new Python School lesson! In this lesson we will talk about conditions, statements and logical operators.

Read More  
PYTHON SCHOOL: third lecture; Basics of programming in Python

Welcome to a new lesson in Python School! In this lesson, you will learn to use two of the most well-known functions, the print and input functions for printing and entering data.

Read More  
PYTHON SCHOOL: second lecture; Introduction to Python and the VSC workspace

Now that you've familiarized yourself with the basics of Python, it's time to dive a little deeper.

Read More  
PYTHON SCHOOL: first lecture; Introduction to programming with Python

Python School – Your ticket to the world of programming!

Read More