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
Positional and Named Parameters in Python
08 Positional and Named Parameters
In this video, we cover essential Python programming concepts to enhance your coding skills. You’ll learn how to use the print
function with parameters like end
and sep
for better output formatting. We also explain escape sequences, such as \n
for new lines, and how to use them within strings. The main focus is on the difference between positional and named parameters in functions, highlighting their usage and benefits. This lecture is perfect for beginners and those looking to deepen their understanding of Python programming.