Course
BasicPython Basics. Part 1
Learn the basics of Python, show off your new skills on your resume, and accelerate your career!
Lifetime access
limited to this course only
$29
Unlimited lifetime access
to all 13 present and future courses
$ 99
$ 349
72% OFF
Wanna know some real-life examples of Python programming? Python was one of the primary back-end languages used to create popular apps like YouTube, Instagram, and Spotify. It's also used extensively by leading software companies like Intel, Google, and Amazon.
What makes Python so popular is its simplicity. In Python, you can write much less code than in other languages such as Java or C#. In short, coding in Python is quick and efficient. There are also nearly 150,000 third-party Python libraries that you can use for all kinds of purposes.

Our Python Basics series comprises three parts and covers all the entry-level concepts that you need to start writing your own applications. In this Python Basics Part 1 course, you'll learn about concepts such as variables, lists, conditional statements, loops, and functions. When you finish the course, you'll be able to write interactive console applications and useful Python scripts to automate common tasks.
The good news is that you don't need an IT background or any programming experience to pass this course! You can gain Python programming skills with no prior knowledge of computer science. All you need to study with us is a web browser. And we provide you with easy-to-understand explanations, practical examples, and tons of interactive exercises. At the end of each section, you'll get a quick recap of the content and take a quiz to consolidate your knowledge.
In 2018, Python rose to become one of the top programming languages in the IT community. Python is used all over the world by software engineers, academics, and computer science enthusiasts alike. It is an extremely versatile language that can be used for web development, machine learning, and data science. It's also the language of choice for most academics in various fields of study, as well as for many software engineers who want to quickly write scripts to automate their work.
Complete our Python Basics series today to expand your programming knowledge!
What's in it for me?
- 95 interactive exercises. Learn at your own pace, from anywhere and anytime. Interact with hands-on exercises for improved retention.
- Lifetime access to the course. When you purchase the course, you'll get instant personal access to all of its content.
- Certificate of completion. After you successfully finish all of the exercises, you'll get a downloadable PDF certificate to showcase your accomplishment.
- 30-day money back guarantee. If you're not satisfied with the quality of the course, you can get a refund within 30 days of your purchase.
- Hints for the exercises. You can ask questions and share insights with other members of our community through the Discuss tab.
What Are the Requirements?
- Just a web browser
This Course Will Teach You How To:
- Create your first Python application: print() text and numbers; accept input() from users
- Use variables and math in Python: understand integers, floats and strings; apply basic mathematical operators; convert between variable types
- Make decisions with conditional statements: write "if" statements with "elif" and "else"; use comparison operators; join multiple conditions with "and", "or" and "not"; create nested ifs
- Repeat code multiple times using loops: write "for" and "while" loops; use "for" loops with range() and strings; write infinite "while" loops; apply nested loops; introduce "break" and "continue" instructions
- Write functions to make your code reusable: create functions with and without parameters; define returns values; use default argument values; understand the "None" type; apply the "pass" instruction; document functions
Who Should Take This Course?
- Students taking entry-level classes in Python
- Academics who want to leverage Python in their fields of study
- Anyone who wants to start programming with no prior experience
- People interested in data science and machine learning
- Anyone interested in starting a software development career
- Anyone who wants to automate their work
Table of contents
Course progress
Exercises completed
1.
Your first Python programs
Take your first step into the world of programming.
2.
Making decisions based on conditions
Discover how to use conditional statements to enrich your applications.
3.
Repeating code multiple times
Learn loops to execute the same code multiple times.
4.
Writing reusable code
Discover how to write your own functions and use them later multiple times
5.
Quiz
Check your knowledge in this final part of the course!
