
install Python on a mac and Windows, verify the versions in terminal or command prompt, and run your first Python program that prints hello world.
Learn basic arithmetic in Python by using print statements to perform addition, subtraction, multiplication, division, modulo, and exponent operations, observing order of operations and parentheses to control evaluation.
Solve the python basics programming challenge by subtracting item values from a bank amount using minus equals, printing the remaining balance and adding comments.
Explore useful string methods in Python PCEP by manipulating a welcome to Python message with upper, lower, capitalize, and count; also test starts with, ends with, and is digit.
learn to implement a while loop with a variable x equals five that counts down to zero, printing five to one and go, using two solution approaches.
Define a three-argument function named birthday as part of the functions assignment solution, print a formatted sentence, and call it with bike, car, and quality time with family.
Explore function scope, local and global variables, shadowing, *args for arbitrary inputs, explicit argument naming, defaults and returns, and applying functions to lists.
Explore recursive functions in Python as a function calls itself to compute factorials, using if X equals one, return one, then X minus one, with factorial five yielding 120.
Solve the Fibonacci sequence with a recursive function, defining base cases for 0 and 1 and a recursive fib(n-2) + fib(n-1). Test by printing values up to 13.
Do you want to learn Python?
If so, you have come to the right place, welcome to Python PCEP: Certified Entry-Level Python Programmer
In this course, you will learn all fundamentals of Python Programming to get you ready to become a CERTIFIED Entry-Level Python Programmer (PCEP)!
Why should you learn Python?
Python is one of the fastest-growing programming language in the world!
Python is a multi-purpose language used across many different industries:
Web applications
Games
Machine learning
Data Science
APIs
Python is everywhere!
Who is this course for?
Beginners who want to become a PCEP!
Beginners with no experience with python
Anyone who wants to learn programming
Programmers with experience in other programming languages
Any age, just an interest in learning how to program!
What you can find inside the course?
How to install Python
How to install & setup PyCharm
Working with Basic Arithmetic
Working with Variables
Comments
Strings - Text Data
User Input
Data Structures
Operators
Flow Control
Loops!
Functions
Recursive Functions
String Methods
Dictionaries
Sets & Tuples
Importing Modules
Read, Write & Create Files
Dealing with Date & Time
Exception Handling
Object Oriented Programming
Inheritance
Creating Applications and Solving Interview Questions Along the Way!
and more...!
We have over 70 high-quality video lectures
Combined with assignments and quizzes.
To strengthen your Python skills!
I am a very responsive instructor!
If you get stuck feel free to as a question in any forum. I respond within 24 hours!
Certificate of completion
Certificate is given at the end of the course, which you can use to stand out from the crowd on your resume!
The course comes with a 30-day money-back guarantee
So you can try the course, risk-free.