ŠKOLA PYTHONA: Peto predavanje (2. sezona); Objektno orijentirano programiranje (OOP) part 1

U petom predavanju tema će biti objektno orijentirano programiranje u Pythonu. Kroz različite primjere iz stvarnog života i u kodu objasnit ću što je i zašto nam je bitno objektno orijentirano programiranje.

Read More  
PYTHON SCHOOL: Fourth Lecture (Season 2); Regular Expressions

In this video, we walk through regular expressions (Regex) in Python, from the basic syntax to more advanced examples using the built-in re module.

Read More  
PYTHON SCHOOL: Third Lecture (Season 2); BITWISE, OS, ENCODING, SYS

The lecture shows the complete flow of a program: from bit manipulation, through working with files and the operating system, to processing user arguments.

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