Introduction to Python
- Home
- Courses
- Freelancing
- Introduction to Python
Curriculum
- 2 Sections
- 26 Lessons
- 10 Weeks
Expand all sectionsCollapse all sections
- Week 110
- 1.1Introduction to Python – Part A15 Minutes
- 1.2Introduction to Python – Part B12 Minutes
- 1.3Setting Up Visual Studio Code for Python Programming and Debugging6 Minutes
- 1.4Running Your First Program in Python and Debugging9 Minutes
- 1.5Taking Input from the User and Utilizing it8 Minutes
- 1.6Cleaning User Input Using ‘Methods’ of Strings6 Minutes
- 1.7Good Coding Practices14 Minutes
- 1.8Positional and Named Parameters in Python9 Minutes
- 1.9Joining String Together4 Minutes
- 1.10Assignments for Week 160 Minutes
- Week 216
- 2.0Manipulating Strings in Python14 Minutes
- 2.1Splitting Text and String Expressions in Python6 Minutes
- 2.2Data Types for Numbers in Python14 Minutes
- 2.3Mathematical Expressions and Operators in Python9 Minutes
- 2.4Defining a Custom Function in Python14 Minutes
- 2.5How to Get a Return Value from a Function in Python12 Minutes
- 2.6Conditional Statements – If, Elif and Else in Python10 Minutes
- 2.7Multiple Comparisons using If9 Minutes
- 2.8Determine if a Number is Odd or Even in Python9 Minutes
- 2.9Match – Case in Python8 Minutes
- 2.10Assignments for Week 290 Minutes
- 2.11While Loop In Python
- 2.12For Loops in Python
- 2.13Print Text Multiple Times in Python
- 2.14Infinite Loop Using While, Continue and Break Statements
- 2.15Detailed Look at Lists in Python
Taking Input from the User and Utilizing it
05 Taking Input from the User and Utilizing it
In this video, we introduce the “Hello World” program, a fundamental starting point for beginners to understand basic programming. We emphasize the importance of user interaction by demonstrating how to ask for and use user input, such as their name. You’ll learn how to use the ‘input’ function to receive information from users and store it in variables using the assignment operator. This video covers essential programming concepts in a simple and practical manner, making it perfect for beginners. Start here to build a strong foundation in programming!