Python: Zero to Hero - Data
Starts
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 Data we will briefly go over a simple introduction to programming, we will then move on to the core of all programs/scripts/code in general, DATA! Here's what you should expect to learn in this session: What is programming, comments, Variables, Strings/Numbers/Booleans, String formatting, Data Types, Lists & Tuples, and Dictionaries.
Please have python downloaded and functioning, I recommend finding a YouTube video on how to download and use python with VScode or Pycharm
VScode and PyCharm are the environments (applications) where you will be writing code.
I recommend VScode as it will be the environment I use
*NOTE: A Python: Zero to Hero - Logic course will be the following and final course for this 2 part series*