We may earn an affiliate commission when you visit our partners.
Course image
Udemy logo

Python Exercises for Beginners

Solve 100+ Coding Challenges

Estefania Cassingena Navone

If you are learning Python and you want to take your Python skills to the next level with intensive practice, then this course is for you. Apply your knowledge to solve more than 100 Python exercises and check your solutions with step-by-step video lectures with visual effects and diagrams.

Read more

If you are learning Python and you want to take your Python skills to the next level with intensive practice, then this course is for you. Apply your knowledge to solve more than 100 Python exercises and check your solutions with step-by-step video lectures with visual effects and diagrams.

Solve 100+ Exercises to Take Your Python Skills to the Next Level.

  • Solve more than 100 exercises and improve your problem-solving and coding skills.

  • Learn new Python tools such as built-in functions and modules.

  • Apply your knowledge of Python to solve practical coding challenges.

  • Understand how the code works line by line behind the scenes.

  • Identify different ways to solve a problem and which one is more concise and efficient.

  • Test your code with different values and inputs to verify its correctness.

  • Gain practical and valuable coding skills.

Course Updates

The course is updated with new exercises and resources:

August 2022 - NEW Updated Section 1

November 2021 - NEW Exercise: Find the Intersection of Two Sets

November 2021 - NEW Exercise: Balanced Square Brackets

Improve your Python Skills and Gain Valuable Practical Experience

Python is currently one of the most popular programming languages and its popularity continues to rise every year. It is used for real-world applications in diverse areas such as Web Development, Data Science, Machine Learning, Artificial Intelligence and many more. Learning Python is your next step into the powerful world of computer science. Through practice, you can improve your coding and problem-solving skills. You will also learn new tools that you can use in Python.

Your knowledge of Python will be extremely helpful in any field, including:

  • Web Development

  • Machine Learning

  • Data Science

  • Artificial Intelligence

  • Game Development

  • Mobile App Development

  • Bioinformatics

  • Medical Software

  • Computer Vision

  • and... many more.

Coding skills are essential to succeed in the world of the future. Therefore, if you are thinking about entering any of these fields or if you are planning to expand your computer science skills, then this course is for you.

The concepts and techniques that you will learn in this course are easily transferable to other programming languages like Java, JavaScript, and many more because you will practice how to analyze and solve problems using code.

Goals

By the end of this course, you will be able to:

  • Analyze a problem step by step and develop a solution in Python.

  • Solve a problem in Python using different approaches.

  • Use built-in Python functions and modules to solve a problem efficiently.

  • Understand how the code works behind the scenes.

  • Work with the main elements of Python: strings, lists, tuples, dictionaries, conditionals, loops, recursion, files, and more..

  • Test your code with various inputs and values to verify its correctness.

Learning Material & Resources

  • Coding Challenges: 100+ coding challenges with detailed descriptions and hints to guide you through this journey.

  • Exercises Divided by Levels of Difficulty: the exercises are divided into two levels, so you can start working on them according to your skill level and then solve more advanced exercises as you practice.

  • Video Lectures: 10+ hours of video lectures and resources with step-by-step solutions and explanations of how to analyze the problems and how the code works behind the scenes.

  • Visual Effects: You will learn how to solve these exercises with carefully designed visual effects, animations, and diagrams.

  • Test Cases: each coding challenge has test cases to help you test if your solution is correct. Each problem can be solved in multiple ways, so these test cases will help you confirm if your solution is correct.

  • Python Files: you will be able to download the sample solutions as Python files to run and experiment with the code in your device.

  • Progress Tracker: a PDF poster that you can print and cross out as you complete the exercises to help you track your progress. 

  • Cornell Note-taking Method Page Format: a PDF format that you can print to take notes following the Cornell Note-taking Method (a page divided into three sections to write your notes, comments, and summary).

  • Code Notebook Format: a PDF format that you can print to write your solutions or the sample solutions by hand, analyze the code, and add your comments.

The Coding Challenges Cover:

  • Strings

  • Lists and Tuples

  • Dictionaries

  • Conditionals

  • Loops

  • Recursion

  • Files

  • Miscellaneous and More Challenging Exercises

Most exercises combine different elements from these topics, but the exercises are grouped by their most relevant category.

What makes this course unique?

This course is unique because of its emphasis on providing visual and detailed explanations of how the solutions work behind the scenes, so you will not only learn how to implement them in Python, you will actually understand the purpose of each line of code.

Unique study materials complement the course experience. You will find three PDF resources specifically designed for the course: a poster, a note-taking page format with the Cornell Note-taking Method, and a code notebook.

Check your solutions with detailed video lectures and download the sample solutions to run the code on your device.

You will receive a certificate of completion that you can add to your social media profiles to showcase your new skills.

You will also have lifetime access to the course.

You are very welcome to watch the preview lectures and check out the full course curriculum.

If you are looking for an engaging, visual, and practical course, then you found it.

Enroll now, practice your problem-solving skills, and showcase your new Python knowledge.

Enroll now

What's inside

Learning objectives

  • Practice your coding and problem-solving skills with 100+ python coding challenges designed for beginners.
  • Check your solutions with detailed step-by-step video lectures that explain how to solve each challenge.
  • Learn how to use python tools to solve exercises using strings, lists, tuples, dictionaries, conditionals, loops, recursion, files, and more.
  • Solve challenging problems that combine your knowledge of the fundamentals of programming in python.
  • Ask questions to your instructor if you need any assistance or guidance.
  • Download the sample solutions as python files to run, test, and experiment with the code.

Syllabus

Welcome to the Course: Let's Start Coding
Welcome: Course Structure and PDF Resources
Welcome to the Course - Important Course Information
Collect Your Badge, Introduce Yourself, and Share your Goals
Read more
Exercises 1 - 8 | Strings (Level 1)
Welcome to String Exercises
Challenge: Print the Length of a String
Solution: Print the Length of a String
Challenge: Print the Character at a Specific Index
Solution: Print the Character at a Given Index
Challenge: Reverse a String
Solution: Reverse a String
Challenge: First and Last Three Characters of a String
Solution: First and Last Three Characters of a String
Milestone Reached
Challenge: Remove Characters at Even Indices
Solution: Remove Characters at Even Indices
Challenge: Check if a String Only Contains Numbers
Solution: Check if a String Only Contains Numbers
Challenge: Remove nth Character from a String
Solution: Remove nth Character from a String
Challenge: Replace a Character in a String
Solution: Replace a Character in a String
Collect and Share Your Badge
Exercises 9 - 16 | Strings (Level 2)
Challenge: Change Commas by Dots
Solution: Change Commas by Dots in a String
Challenge: Check if String Contains All Letters in the Alphabet
Solution: Check if String Contains All Letters in the Alphabet
Challenge: Remove Spaces from a String
Solution: Remove Spaces from a String
Challenge: Check if a String Starts with a Prefix
Solution: Check if a String Starts with a Prefix
Challenge: Check if a String Ends with a Suffix
Solution: Check if a String Ends with a Suffix
Challenge: Reverse Words in a String (*)
Solution: Reverse Words in a String (*)
Challenge: Count Repeated Characters (*)
Solution: Count Repeated Characters (*)
Challenge: Sort Words in Alphabetical Order (*)
Solution: Sort Words in Alphabetical Order (*)
Exercises 17 - 25 | Lists, Tuples, and Sets (Level 1)
Welcome to Lists and Tuples Exercises
Challenge: Multiply all Elements in a List
Solution: Multiply all Elements in a List
Challenge: Print Elements on the Same Line Without Commas
Solution: Print Elements on the Same Line Without Commas
Challenge: Get Max and Min Values
Solution: Get Max and Min Values
Challenge: Check if List is Empty or Not
Solution: Check if List is Empty or Not
Challenge: Print the Elements and Their Indices
Solution: Print the Elements and Their Indices
Challenge: Remove Matching Element
Solution: Remove Matching Element
Challenge: Remove Duplicates from a List
Solution: Remove Duplicates from a List
Challenge: Count Elements Greater than 3
Solution: Count Elements Greater than 3
Challenge: Find the Intersection of Two Sets
Solution: Find the Intersection of Two Sets
Exercises 26 - 33 | Lists, Tuples, and Sets (Level 2)
Challenge: Difference Between Two Lists
Solution: Difference Between Two Lists
Challenge: Distance Between Two 3D Points
Solution: Distance Between Two 3D Points
Challenge: Print Common Elements in Two Lists
Solution: Print Common Elements in Two Lists
Challenge: Find the Second Largest Value in a List
Solution: Find the Second Largest Value in a List
Challenge: Find the Second Smallest Value in a List
Solution: Find the Second Smallest Value in a List
Challenge: Make a Frequency Dictionary from the Elements of a List (*)
Solution: Make a Frequency Dictionary from the Elements of a List (*)
Challenge: Flatten a List that Contains Lists (*)
Solution: Flatten a List that Contains Lists (*)
Challenge: Generate all Permutations of a List (*)
Solution: Generate all Permutations of a List (*)
Challenge: Use Tuples
Exercises 34 - 39 | Dictionaries (Level 1)
Welcome to Dictionary Exercises
Challenge: Check if a Key Exists in a Dictionary
Solution: Check if a Key Exists in a Dictionary
Challenge: Add a Key-Value Pair Only if the Key is Not in the Dictionary
Solution: Add a Key-Value Pair Only if the Key is Not in the Dictionary
Challenge: Merge Two Dictionaries
Solution: Merge Two Dictionaries
Challenge: Check if All Values are Equal
Solution: Check if All Values are Equal
Challenge: Find the Maximum Value in a Dictionary
Solution: Find the Maximum Value in a Dictionary
Challenge: Find the Minimum Value in a Dictionary
Solution: Find the Minimum Value in a Dictionary

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Meticulously designed, this course provides a structured path for novice learners to solidify their Python foundations and gradually tackle more complex problems
Suitable for learners who have dabbled in Python but aspire to reinforce and extend their skills
Ideal for individuals seeking a comprehensive and engaging introduction to Python programming
Course materials include visual effects and lucid explanations, making abstract concepts more accessible to learners
Instructors provide prompt assistance and guidance to ensure learners stay on track

Save this course

Save Python Exercises for Beginners: Solve 100+ Coding Challenges to your list so you can find it easily later:
Save

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Python Exercises for Beginners: Solve 100+ Coding Challenges with these activities:
Organize and Review Course Materials
Keep track of course materials, notes, and resources to enhance your learning experience and retention.
Show steps
  • Create a dedicated folder or notebook for course materials.
  • Organize materials by topic or module.
  • Review materials regularly to reinforce understanding.
Review Core Python Concepts
Solidify your foundational understanding of Python concepts before diving deeper into the course material.
Browse courses on Data Types
Show steps
  • Review online tutorials or documentation covering core Python concepts.
  • Work through practice problems and exercises to test your understanding.
  • Identify areas where you need additional clarification or reinforcement.
Join a Python Study Group
Connect with other learners to discuss Python concepts, share knowledge, and work together on challenges.
Show steps
  • Find a Python study group or create your own.
  • Set regular meeting times and establish a communication channel.
  • Take turns presenting Python topics and leading discussions.
  • Collaborate on solving problems and share resources.
Four other activities
Expand to see all activities and additional details
Show all seven activities
Solve a Set of Programming Challenges
Practice applying Python fundamentals and problem-solving techniques to enhance your understanding of core concepts.
Browse courses on Python Basics
Show steps
  • Review the course material on Python basics, such as data types, variables, and conditional statements.
  • Start solving the coding challenges provided in the course.
  • Test your solutions against the provided test cases to verify their correctness.
  • Analyze your solutions and identify areas for improvement in your problem-solving approach.
Follow Tutorials on Python Libraries and Tools
Explore and utilize Python libraries and tools to enhance your data analysis and visualization skills.
Browse courses on Python Libraries
Show steps
  • Identify specific Python libraries or tools relevant to your interests or career goals.
  • Locate high-quality tutorials or documentation for the chosen libraries.
  • Follow the tutorials step-by-step, implementing the concepts in your own Python environment.
  • Experiment with the libraries and tools to gain practical experience.
Contribute to a Python Open Source Project
Engage with the Python community by contributing to open source projects, enhancing your coding skills and understanding.
Browse courses on GitHub
Show steps
  • Identify a Python open source project that aligns with your interests.
  • Review the project documentation and codebase.
  • Identify a specific issue or feature to work on.
  • Implement and test your code changes or contributions.
  • Submit a pull request to the project repository for review.
Build a Python Project
Apply your Python knowledge and skills to create a tangible project that showcases your abilities.
Show steps
  • Identify a project idea that aligns with your interests.
  • Plan the project, outlining the goals, scope, and implementation details.
  • Implement the project using Python, utilizing appropriate libraries and techniques.
  • Test and refine the project to ensure it meets the desired functionality.
  • Document the project, including a description, code snippets, and any relevant resources.

Career center

Learners who complete Python Exercises for Beginners: Solve 100+ Coding Challenges will develop knowledge and skills that may be useful to these careers:

Reading list

We haven't picked any books for this reading list yet.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Python Exercises for Beginners: Solve 100+ Coding Challenges.
Python Programming for Beginners: Learn to Code with...
Most relevant
Python OOP - Object Oriented Programming for Beginners
Most relevant
Python Loops and Looping Techniques: Beginner to Advanced
Most relevant
Optimization with Python: Solve Operations Research...
Data Structures & Algorithms in Java + 130 Leetcode...
Python Programming for Beginners: Learn Python from...
Python Searching & Sorting Algorithms - A Practical...
Python and Pandas for Data Engineering
Programming 101: An Introduction to Python for Educators
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser