Python: Zero to Hero - Logic
Hey my name is Mohammed and I love programming! My favorite programming language is python simply because of how easy it is to get a hang of and how versatile and popular it is. In this "Zero to Hero" course series I will be giving a complete rundown on the core basics of python, enough to jump start your programming journey. In Logic we will learn about the core fundamentals that allow any python script to function, LOGIC! Here's what you should expect to learn in this session: Functions, Conditionals, For-loops, While-loops.
In part 1 of "Python: Zero to Hero" we learned the following: What is programming, comments, Variables, Strings/Numbers/Booleans, String formatting, Data Types, Lists & Tuples, and Dictionaries.
*please have somewhat of an understanding of these concepts if you plan on attending. Help will be provided even if you don't completely understand the topics.*
*It is recommended to have python downloaded and functioning in applications such as VScode or PyCharm. HOWEVER, this is not a requirement as an alternative solution will be provided in the case that you do not have Python installed.*