Predavanje prikazuje cjeloviti tok rada programa: od manipulacije bitovima, preko rada s datotekama i operacijskim sustavom, do obrade korisničkih argumenata.
Read MorePredavanje prikazuje cjeloviti tok rada programa: od manipulacije bitovima, preko rada s datotekama i operacijskim sustavom, do obrade korisničkih argumenata.
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 MoreWelcome 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 MoreNow that you've familiarized yourself with the basics of Python, it's time to dive a little deeper.
Read MorePython School – Your ticket to the world of programming!
Read More