📚 My Python Roadmap Journey #1 – Basics
(ENG below)
Pierwsze kroki… kiedyÅ› wydawaÅ‚y siÄ™ trudne, natomiast teraz to buÅ‚ka z masÅ‚em. ChcÄ…c uÅ‚atwić sobie caÅ‚y proces oraz usystematyzować materiaÅ‚ skorzystaÅ‚em z gotowego planu nauki na roadmap.sh.
Na start podjąłem się przypomnienia zagadnień:
- Basic Syntax
- Variables and Data Types
- Conditionals
- Loops
MajÄ…c już gotowy plan oraz materiaÅ‚y do nauki zaczÄ…Å‚em powtarzać wybrane zagadnienia. Nie zajęło mi to wiele czasu, jednak ponowne spojrzenie na dokumentacjÄ™ oraz materiaÅ‚y online pozwoliÅ‚o mi przypomnieć sobie drobne niuanse. Z “nowÄ…” wiedzÄ… przystÄ…piÅ‚em do napisania kilku prostych programów, które w zaÅ‚ożeniu miaÅ‚y wykorzystywać dopiero co powtórzone zagadnienia. Ich treść można sprawdzić na moim Githubie (https://github.com/Karol-Polak/Python_roadmap_journey/tree/main/Basics%231)
Nie zwlekając od razu zabrałem się za kolejne powtórki.
The first steps… used to seem difficult, but now they’re a piece of cake. To make the whole process easier and to organize the material, I used a ready-made learning plan from roadmap.sh.
At the start, I undertook to recall the issues:
- Basic Syntax
- Variables and Data Types
- Conditionals
- Loops
Having already prepared a plan and study materials, I began to review the selected topics. It didn’t take me long, but re-reading the documentation and online materials helped me remember the small nuances. With “new” knowledge, I started writing a few simple programs that were supposed to use the concepts I had just reviewed. Their content can be checked on my GitHub (https://github.com/Karol-Polak/Python_roadmap_journey/tree/main/Basics#1)
I didn’t hesitate and immediately started reviewing the next topics.