Original title: π My Python Roadmap Journey #2 - Basics
(Eng Below) I make progress, or at least I think so. I do not stop in my decision and I am currently finishing the basics. I feel that the converted material and its based exercises are a solid foundation of the whole Python. It’s definitely just the beginning but I can’t wait for the next topics. According to the assumptions, I was able to convert the following topics:
Type Casting Exceptions Functions and Builtin Functions Lists, Tuples, Sets Dictionaries
A few free conclusions on each of the issues: Type Casting - allows you to easily exchange data between types, both from Input and Files. Exceptions - a very convenient solution that allows the program to deal with errors instead of spilling. Functions - organize the code, help to avoid repetitions, and the built -in functions save huge amounts of time. Lists, Tuples, Sets - each of them has a different use, and the right choice affects the performance and simplicity of the solution. Dictionaries - after