Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Learn Python programming fundamentals in this comprehensive 55-minute beginner tutorial designed for absolute newcomers and self-taught learners. Master the installation of Python from the official website and get comfortable with IDLE's interactive shell before progressing to saved script files. Discover Python's clean, readable syntax that resembles everyday English and explore its flexibility as a general-purpose programming language suitable for automation, data analysis, web development, and AI/ML workflows. Understand core programming concepts including variables, data types (strings, integers, floats, and booleans), basic mathematical operations, string manipulation, and user input handling. Practice essential skills like integer versus float division, type conversion, and proper code structure using Python's indentation-based syntax. Develop clean coding habits through proper commenting, readable variable naming conventions, and correct indentation practices. Apply your knowledge by building a practical triangle-area calculator that demonstrates how to connect user inputs to program outputs. Learn to navigate and utilize Python's official documentation as your primary resource for problem-solving rather than relying solely on crowd-sourced answers. Explore Python's loose typing system and understand when to use the interactive shell versus script mode for different programming tasks.
Syllabus
Start 0:00
Welcome to Python 0:08
Python Official Site 3:21
Shell VS Script Mode IDLE 6:19
What is a Variable and Variable Types 9:27
Integers VS Floats 14:43
Integer Truncation 18:02
Floats and Whole Number Floats 19:49
What is a Boolean and When are They Used 25:33
MAKE YOUR CODE READABLE 29:05
First Programming Challenge 33:24
Saving and Running Programs 40:11
Loose Typing in Python and Taking Inputs 43:26
Type Conversions 49:06
Conclusion 52:27
Taught by
Learnit Training