In this video, we are going to take a look at the basics of the Python programming language, focusing on the basic syntax, primitive data types, and variables.
📕 Links 📕
🔗 Python Fundamentals playlist: https://youtube.com/playlist?list=PLzo7LopEoRYWGKR9DjWVqBpDiqecJF3MO
🔗 Text-based tutorial: https://github.com/futureprogrammer360/Python-Fundamentals/blob/master/1.%20Basic%20Syntax%2C%20Data%20Types%2C%20and%20Variables/1.1%20Basic%20syntax%2C%20data%20types%2C%20and%20variables.ipynb
⚡ Like and Subscribe! ⚡
✅ If you enjoyed the video, make sure to like, share, comment, and subscribe!
⭐ Timeline ⭐
⌚ 0:00 Introduction
⌚ 0:30 How to run Python?
⌚ 2:07 Hello World! - print() function
⌚ 2:54 Commenting in Python
⌚ 3:24 Date Types
⌚ 3:40 Strings
⌚ 4:58 Numbers (ints & floats) and Math
⌚ 6:19 Booleans
⌚ 6:48 Getting data type - type() function
⌚ 7:21 Variables
⌚ 8:30 Getting user input - input() function
⌚ 9:25 Summary and Conclusion
⭐ Hashtags ⭐
#FutureProgrammer
#Python
#Programming