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 MoreU 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 MoreIn 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 MoreThe lecture shows the complete flow of a program: from bit manipulation, through working with files and the operating system, to processing user arguments.
Read MoreThe 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 MoreThe 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 MoreWelcome to a new Python School lesson! In this lesson, the topics are Lists, Dictionaries, and Sets in Python.
Read MoreWelcome to a new Python School lesson! In this lesson, we'll talk about Strings and Tuples.
Read MoreWelcome to a new Python School lesson! In this lesson, we'll talk about Python functions.
Read MoreWelcome to a new Python School lesson! In this lesson, we'll talk about Iterations.
Read MoreWelcome to the new Python School lesson! In this lesson we will talk about conditions, statements and logical operators.
Read More