W3Schools
w3schools.com › python › python_exercises.asp
Python Exercises
Python Variables Variable Names Assign Multiple Values Output Variables Global Variables Variable Exercises Code Challenge Python Data Types
Reddit
reddit.com › r/learnpython › good python exercises?
r/learnpython on Reddit: Good Python Exercises?
December 3, 2022 -
What's a good exercise for me to try? I've been learning Python for a bit over a month now and I wanna test what I've learned.
Top answer 1 of 20
264
Here are some often recommended resources: Exercism , Hackinscience and Practicepython — these are all beginner friendly and difficulty levels are marked Adventofcode , Codewars , Python Morsels — includes more challenging exercises for intermediate to advanced level users Checkio , Codingame , Codecombat — gaming based challenges /r/dailyprogrammer — not active currently, but there's plenty of past challenges with discussions And here are some resources for projects: Projects with solutions — algorithms, data structures, networking, security, databases, etc Project based learning — web applications, bots, data science, machine learning, etc Books: The Big Book of Small Python Projects Tiny Python Projects /r/learnpython: What do you automate with Python at home?
2 of 20
53
Advent of code is currently going. You could try yourself at some of its challenges
14 exercises to test your basic to intermediate Python skills Aug 28, 2017
r/learnprogramming 9y ago
Good coding problems that can be practiced daily (for free) : r/learnpython Sep 10, 2024
r/learnpython last yr.
Learning Python Exercise - Stack Overflow
I have taken it upon myself to learn python. As it is my second language is has not been that hard to get the hang of. I am looking for some simple python projects to undertake so I can better lear... More on stackoverflow.com
Websites for Python exercises from beginner to intermediate level?
Learn lists and dictionaries next. Then learn input. Exercise: make a basic login program that takes input from user — name and password. Check against dictionary and decide whether that person can log in More on reddit.com
Looking for practice programming, through exercises, at an incremental level of difficulty
So where can i find python coding challenges for amateurs?
There's codewars and you could try the adventofcode
More on reddit.com02:08:29
Learn Python Programming With 5 Beginner Python Exercises | 2h ...
03:40:52
5 Beginner Python Exercises to Test You Knowledge and Learn Python ...
21:33
Functions and Loops Practice: Python Basics Exercises - YouTube
53:00
Python Projects for Beginners – Master Problem-Solving! 🚀 ...
13:05
Python Modules Practice: Python Basics Exercises - YouTube
Python Tutorial For Beginners - 200 Labs & Exercises
PYnative
pynative.com › home › python exercises
Python Exercises, Practice, Challenges [800+ Exercises] – PYnative
801 Python coding exercises with solutions for beginners to advanced developers. Practice 29 topic-wise coding problems, challenges, and programs.
Practice Python
practicepython.org
Practice Python
Welcome to Practice Python! There are over 40 beginner Python exercises just waiting to be solved. Each exercise comes with a small discussion of a topic and a corresponding post with a solution. Follow on Feedly, Twitter, our mailing list, or your favorite RSS reader.
YouTube
youtube.com › programming with mosh
Python Exercises for Beginners - Exercise #1 - YouTube
Looking for Python practices to learn Python better? Watch this video to practice Python. 🔥Subscribe for more Python tutorials like this: https://goo.gl/SjX...
Published: November 4, 2018
Views: 348K
Lkhibra
lkhibra.ma › books › 100_python_excercises_by_lkhibra.pdf pdf
100_python_excercises_by_lkhi...
You need to enable JavaScript to run this app
W3Schools
w3schools.com › python › python_variables_exercises.asp
Python - Variable Exercises
Python Variables Variable Names Assign Multiple Values Output Variables Global Variables Variable Exercises Code Challenge Python Data Types
Invent with Python
inventwithpython.com › pythongently
Python Programming Exercises, Gently Explained - Invent with Python
Many books and websites have aggressive programming challenges for top coders. However, Python Programming Exercises, Gently Explained is for the rest of us. We want challenges that improve our coding skills, not leave us confused and discouraged. Other tutorials and books have taught you the basics of Python, but the 42 programming exercises in this book let you practice what you've learned.
w3resource
w3resource.com › python-exercises
Python Exercises, Practice, Solution - w3resource
Python is a versatile, high-level language known for its readability and concise syntax. It supports multiple programming paradigms, including object-oriented, imperative, and functional styles. It features dynamic typing, automatic memory management, and a robust standard library. This section is dedicated to practice exercises for those with beginner to intermediate Python skills.
Practice Python
practicepython.org › exercises
Exercises and Solutions
Why Practice Python? Why Chilis? Resources for learners · Exercises · Blog · About · 1: Character Input · 2: Odd Or Even · 3: List Less Than Ten · 4: Divisors · 5: List Overlap · 6: String Lists · 7: List Comprehensions · 8: Rock Paper Scissors · 9: Guessing Game One ·
YouTube
youtube.com › watch
Python Exercises - Beginner Series - Exercise 2 - YouTube
Write a program that prints the conversion table of sums of money in euros, in Canadian dollars. The progression of the sums is geometric as in the example b...
Published: April 26, 2019
w3resource
w3resource.com › python-exercises › sets
Python: Sets - Exercises, Practice, Solution - w3resource
This resource offers a total of 150 Python Sets problems for practice. It includes 30 main exercises, each accompanied by solutions, detailed explanations, and four related problems.
PYnative
pynative.com › home › python exercises › python functions exercises: 18 coding problems with solutions
18 Python Functions Coding Exercises with Solutions – PYnative
June 13, 2026 - Practice Python functions with exercises on defining functions, calling them, using arguments, working with inner functions, and exploring built-in functions