
Pat presents a beginner friendly Python course, showing that Python is easy to learn and powerful for finance, math, physics, accounting, networking, testing, and AI.
Learn how to display a message in Python using the print function, create a new file, enclose text in quotation marks, and run the program to see the output.
Master Python identifier naming rules, including case sensitivity, starting with a letter or underscore, and continuing with letters, underscores, or digits, while avoiding reserved words and invalid patterns.
The lecture introduces integers and floating point numbers in Python, using two variables set to 19 and minus 84 to demonstrate integer and float types.
Explore tuples in Python, noting their immutability and lack of brackets. Learn to store multiple values, access elements by index, and understand the item assignment error that tuples raise.
Learn to use the input() function to capture user input at runtime, assign it to a variable, and display it with print, noting that the input type is string.
Convert user input to integers using the int() function, displaying how input values become integers and how summing them yields an integer, with examples of casting and integer types.
Introduce the major operators in Python, including addition, subtraction, multiplication, division, exponents, and floored division. Explain operator precedence, show division versus floor division, and illustrate assignments and modulus with samples.
Explore how Python uses the boolean data type with true and false and the not, and, or operators in simple x and y examples.
Demonstrate Python's comparison operators and boolean results using x equals 3 and y equals 4, covering equal, not equal, greater than, less than, and the inclusive counterparts.
learn how to use if statements to perform actions under specific conditions in Python, check if a number equals 1, display a message, and evaluate true or false outcomes.
Learn how to use the Python else statement to provide an alternative message when an if condition is false, and display it on the screen.
Explore membership operators in and not in in Python, showing containment checks between strings A and B and how not in yields the opposite, with code execution and results.
Explore for loops in Python using the range function to generate numbers from ten to zero and display each value, with continue, break, and pass controlling the iterations.
Explore how to call and use Python functions, pass arguments, and display results with the print function, then assign return values to variables and define new functions.
Learn to define and call a Python function step by step, using def, parentheses for optional arguments, indentation, and a print statement to display a hello message.
Learn to access a function's docstring using the __doc__ attribute and display it with the print function in Python.
WHAT IS THIS COURSE ABOUT?
This course covers the basics of Python programming language.
WHAT IS GOING TO BE COVERED IN THIS COURSE?
Main topics to be introduced in this course as follows:
Start coding with Python
Variables And Identifiers In Python
Introduction To Standard Types In Python
Getting User Input And Type Casting
Basic Operations In Python
Making Decisions — if-elif-else
More Operations
Loops
Functions
Classes - Object Oriented Programming
WHY TAKE THIS COURSE?
Learn Python 3●Programming Language●Python●Online Tutorial●Online Course●Sample Python Code ●Python Code Examples●Sample Python Project●Free Book●Download●Learn Python from Scratch●Hands-on
This course aims to cover the basics of Python to teach coding to everybody. You don't need to be developer to take this course. The use of Python will make your computations or the development of the tools which you need to implement quite fast and easy.
Python is a very popular programming language that you can use for web development, desktop applications, server applications, web applications, robotics, computer vision, speech processing, image processing, video processing, IoT, and artificial intelligence
With this course, you'll learn the basics of Python programming language. Our objective is to help you gain hands-on experience in Python and get interview and job-offer ready level.
During this course, we help you by answering your questions.