VOOZH about

URL: https://www.coursera.org/learn/packt-introduction-to-programming-using-python-kjpjh

⇱ Introduction to Programming Using Python | Coursera


Introduction to Programming Using Python

Keep adding new skills with 10,000+ programs for $239 (usually $399). Save now.

Introduction to Programming Using Python

Included with

Ask Coursera

Gain insight into a topic and learn the fundamentals.
Beginner level

Recommended experience

2 weeks to complete
at 10 hours a week
Flexible schedule
Learn at your own pace

Gain insight into a topic and learn the fundamentals.
Beginner level

Recommended experience

2 weeks to complete
at 10 hours a week
Flexible schedule
Learn at your own pace

What you'll learn

  • Understand and apply basic Python data types and operations in programming.

  • Create and modify lists, use loops, and implement conditional logic in Python.

  • Write and utilize custom functions to improve code reusability and organization.

Details to know

Shareable certificate

Add to your LinkedIn profile

Recently updated!

May 2026

Assessments

25 assignments

Taught in English

There are 25 modules in this course

This course introduces the basics of programming using the Python language, a powerful and versatile tool in software development. Python’s simplicity makes it an excellent choice for beginners, offering a strong foundation for future programming tasks in various domains such as web development, data science, and automation.

You will start by learning how to use basic data types, assign values to variables, and perform operations on them. As you progress, you’ll learn to work with lists, loops, conditional statements, and functions to create programs with more complex logic. Through hands-on practice, you will enhance your problem-solving and programming skills. What makes this course stand out is its practical approach. It integrates foundational programming concepts with real-world examples and projects, ensuring that you can apply your skills to solve real problems. This course is perfect for beginners with no prior programming experience. It’s also ideal for anyone looking to transition into programming from other technical backgrounds. The course requires no advanced knowledge, but a general familiarity with computer usage will be helpful. By the end of the course, you will have a solid understanding of Python’s core features and be able to build your own Python programs.

In this module, we will introduce the Python programming language and cover its essential features. We’ll explore basic data types such as strings, integers, and booleans. You will also learn how to assign variables and apply basic operations, setting the foundation for building your Python programming skills.

What's included

2 videos1 reading

2 videosTotal 31 minutes
  • Overview4 minutes
  • Working with Primitive Data Types27 minutes
1 readingTotal 10 minutes
  • Full Course Resources10 minutes

In this module, we will dive into efficient variable assignment techniques, focusing on using multiple assignment statements. You will learn how to combine variable definition and assignment for related variables, making your code cleaner and more efficient.

What's included

1 video1 assignment

1 videoTotal 22 minutes
  • Working with Multiple Assignment Statements22 minutes
1 assignmentTotal 15 minutes
  • Efficient Variable Assignment Techniques - Assessment15 minutes

In this module, we will explore how to convert data between different types in Python, such as converting strings to integers. We will also address common issues that arise during conversions and provide tips on when and why type conversions are necessary in your programs.

What's included

1 video1 assignment

1 videoTotal 30 minutes
  • Converting Types in Python30 minutes
1 assignmentTotal 15 minutes
  • Data Type Conversion in Python - Assessment15 minutes

In this module, we will introduce the list data type, one of Python’s most important structures. You’ll learn how to create lists, use list indexing, and understand their use in handling collections of data effectively.

What's included

1 video1 assignment

1 videoTotal 24 minutes
  • Creating Lists24 minutes
1 assignmentTotal 15 minutes
  • Introduction to List Creation - Assessment15 minutes

In this module, we will continue exploring lists by demonstrating how to modify them. You will learn how to delete and change elements, as well as how to update sections of lists for more advanced data manipulation.

What's included

1 video1 assignment

1 videoTotal 19 minutes
  • Modifying Lists19 minutes
1 assignmentTotal 15 minutes
  • Techniques for Modifying Lists - Assessment15 minutes

In this module, we will examine sorting and reversing lists in Python. You will learn how to arrange list elements in a specified order and reverse them, gaining an essential skill for manipulating data effectively.

What's included

1 video1 assignment

1 videoTotal 22 minutes
  • Sorting and Reversing Lists22 minutes
1 assignmentTotal 15 minutes
  • Sorting and Reversing List Elements - Assessment15 minutes

In this module, we will explore list slicing, an essential technique for accessing sublists. You will learn how to use slice syntax to extract specific portions of a list and apply these techniques to real-world data retrieval problems.

What's included

1 video1 assignment

1 videoTotal 18 minutes
  • Slicing Lists18 minutes
1 assignmentTotal 15 minutes
  • List Slicing Techniques - Assessment15 minutes

In this module, we will examine various Python operators, focusing on mathematical and comparison operators. You will learn how to perform calculations and comparisons, building the foundation for complex logic in your programs.

What's included

1 video1 assignment

1 videoTotal 29 minutes
  • Working with Operators29 minutes
1 assignmentTotal 15 minutes
  • Mastering Python Operators - Assessment15 minutes

In this module, we will delve into operator precedence and the order of operations in Python. You will learn how expressions are evaluated and how to structure your code for clarity and accuracy using parentheses when necessary.

What's included

1 video1 assignment

1 videoTotal 23 minutes
  • Determining Operator Precedence23 minutes
1 assignmentTotal 15 minutes
  • Understanding Operator Precedence - Assessment15 minutes

In this module, we will introduce if statements as a way to create conditional logic in your programs. You will learn how to handle different outcomes with else and elif statements to add decision-making capabilities to your code.

What's included

1 video1 assignment

1 videoTotal 20 minutes
  • Working with If Statements20 minutes
1 assignmentTotal 15 minutes
  • Conditional Logic with If Statements - Assessment15 minutes

In this module, we will extend the use of conditional logic by introducing compound conditional expressions. You will learn how to test multiple conditions using logical operators and refine your decision-making logic in Python.

What's included

1 video1 assignment

1 videoTotal 25 minutes
  • Using Compound Conditional Expressions25 minutes
1 assignmentTotal 15 minutes
  • Advanced Conditional Expressions - Assessment15 minutes

In this module, we will introduce for loops as a tool to iterate over data collections. You will learn how to automate repetitive tasks and efficiently process elements in data structures such as lists and ranges.

What's included

1 video1 assignment

1 videoTotal 24 minutes
  • Working with For Loops24 minutes
1 assignmentTotal 15 minutes
  • Iterating with For Loops - Assessment15 minutes

In this module, we will explore while loops and how they differ from for loops. You will learn how to control loop execution with conditions and avoid common pitfalls such as infinite loops.

What's included

1 video1 assignment

1 videoTotal 19 minutes
  • Working with While Loops19 minutes
1 assignmentTotal 15 minutes
  • Looping with While Constructs - Assessment15 minutes

In this module, we will explore nested for loops, which allow you to handle more complex iteration tasks. You will learn how to write and optimize nested loops, understanding their performance considerations in larger programs.

What's included

1 video1 assignment

1 videoTotal 20 minutes
  • Nesting For Loops20 minutes
1 assignmentTotal 15 minutes
  • Complex Iterations with Nested For Loops - Assessment15 minutes

In this module, we will focus on reading files in Python. You will learn how to open and read file contents using basic Python functions, along with the importance of managing file resources safely using context managers.

What's included

1 video1 assignment

1 videoTotal 22 minutes
  • Reading Files22 minutes
1 assignmentTotal 15 minutes
  • File Reading Techniques in Python - Assessment15 minutes

In this module, we will explore how to write to files and copy files in Python. You will understand the difference between various file modes and apply these techniques to automate file copying tasks.

What's included

1 video1 assignment

1 videoTotal 17 minutes
  • Copying Files17 minutes
1 assignmentTotal 15 minutes
  • File Copying Methods - Assessment15 minutes

In this module, we will automate email merging to send personalized emails. You’ll learn how to work with lists and files to generate dynamic email content, which you can send to multiple recipients at once.

What's included

1 video1 assignment

1 videoTotal 18 minutes
  • Merging Mails18 minutes
1 assignmentTotal 15 minutes
  • Automating Email Merges - Assessment15 minutes

In this module, we will look at reading inputs from the console and formatting outputs for user readability. You will gain hands-on experience in handling user data and displaying it in an organized and understandable manner.

What's included

1 video1 assignment

1 videoTotal 28 minutes
  • Reading Console Inputs and Formatting Outputs28 minutes
1 assignmentTotal 15 minutes
  • Handling Console Inputs and Outputs - Assessment15 minutes

In this module, we will explore handling command-line arguments in Python. You will learn how to build Python tools that accept and process input directly from the command line to enhance your programs' functionality.

What's included

1 video1 assignment

1 videoTotal 24 minutes
  • Reading Command Line Arguments24 minutes
1 assignmentTotal 15 minutes
  • Processing Command Line Arguments - Assessment15 minutes

In this module, we will dive into defining custom functions, one of the core features of Python. You will learn how to create functions to break your code into reusable components, making your code more efficient and maintainable.

What's included

1 video1 assignment

1 videoTotal 24 minutes
  • Defining Functions24 minutes
1 assignmentTotal 15 minutes
  • Creating Custom Functions - Assessment15 minutes

In this module, we will explore the concept of default arguments. You will learn how to provide default values for function parameters, making your functions more flexible and user-friendly.

What's included

1 video1 assignment

1 videoTotal 13 minutes
  • Using Default Arguments13 minutes
1 assignmentTotal 15 minutes
  • Implementing Default Arguments in Functions - Assessment15 minutes

In this module, we will discuss keyword and positional arguments in Python functions. You will learn how to use both types of arguments effectively and when each is the best choice for making your code clear and easy to understand.

What's included

1 video1 assignment

1 videoTotal 26 minutes
  • Using Keyword and Positional Arguments26 minutes
1 assignmentTotal 15 minutes
  • Working with Keyword and Positional Arguments - Assessment15 minutes

In this module, we will cover exception handling in Python using try-except blocks. You will learn how to catch and manage runtime errors to keep your programs running smoothly, and when it's appropriate to let an error stop the program.

What's included

1 video1 assignment

1 videoTotal 24 minutes
  • Handling Exceptions24 minutes
1 assignmentTotal 15 minutes
  • Exception Handling in Python - Assessment15 minutes

In this module, we will introduce Python’s math and random modules. You will learn how to use these standard libraries to handle complex mathematical operations and generate random data for your applications.

What's included

1 video1 assignment

1 videoTotal 27 minutes
  • Using Math and Random Modules27 minutes
1 assignmentTotal 15 minutes
  • Exploring the Math and Random Modules - Assessment15 minutes

In this module, we will explore how to use Python’s datetime and os modules. You’ll learn to manage file metadata and perform time-based tasks in your programs, improving the utility and efficiency of your code.

What's included

1 video2 assignments

1 videoTotal 30 minutes
  • Display Datetime Working Directory File Metadata30 minutes
2 assignmentsTotal 75 minutes
  • Full Course Assessment60 minutes
  • Full Course Practice Assessment15 minutes

Instructor

Offered by

Explore more from Software Development

Why people choose Coursera for their career

👁 Image

Felipe M.

Learner since 2018
"To be able to take courses at my own pace and rhythm has been an amazing experience. I can learn whenever it fits my schedule and mood."
👁 Image

Jennifer J.

Learner since 2020
"I directly applied the concepts and skills I learned from my courses to an exciting new project at work."
👁 Image

Larry W.

Learner since 2021
"When I need courses on topics that my university doesn't offer, Coursera is one of the best places to go."
👁 Image

Chaitanya A.

"Learning isn't just about being better at your job: it's so much more than that. Coursera allows me to learn without limits."

Frequently asked questions

Python is a versatile and widely-used programming language known for its readability and ease of use. It is used in various fields such as web development, data science, automation, artificial intelligence, and more. Learning Python is relevant today because it opens up opportunities in many in-demand industries and is beginner-friendly for anyone new to programming.

This course, "Introduction to Programming Using Python," provides a foundational understanding of Python programming. It covers key concepts such as working with data types, variables, loops, conditionals, functions, file handling, and error handling. By the end of the course, learners will have the skills to write basic Python programs and work with different Python constructs effectively.

After completing this course, you will be able to write Python programs, manipulate data types, use loops and conditionals for decision-making, handle exceptions, and work with files. You will also be able to build small projects and perform automation tasks using Python, which can be useful in both personal and professional settings.

No prior programming experience is required to enroll in this course. The course is designed for beginners and will start with basic programming concepts. However, basic computer skills, such as using text editors or understanding how to navigate a computer, will be helpful.

This course is ideal for beginners who are interested in learning Python programming. It is also suitable for individuals who may have some experience in other programming languages but want to learn Python. Whether you're looking to pursue a career in tech or just develop programming skills for personal use, this course provides the foundational knowledge you need.

The course consists of 10 hours of video content, which can be completed at your own pace. The actual time it takes to finish may vary depending on how much time you dedicate to practice and completing exercises alongside the video content.

Yes, you can preview the first video and view the syllabus before you enroll. You must purchase the course to access content not included in the preview.

If you decide to enroll in the course before the session start date, you will have access to all of the lecture videos and readings for the course. You’ll be able to submit assignments once the session starts.

Once you enroll and your session begins, you will have access to all videos and other resources, including reading items and the course discussion forum. You’ll be able to view and submit practice assessments, and complete required graded assignments to earn a grade and a Course Certificate.

If you complete the course successfully, your electronic Course Certificate will be added to your Accomplishments page - from there, you can print your Course Certificate or add it to your LinkedIn profile.

This course is currently available only to learners who have paid or received financial aid, when available.

Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.

Financial aid available,