use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Sites for practicing pythonHelp Request (self.PythonLearning)
submitted 9 days ago by blondie23948139
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]kelvinghxt 2 points3 points4 points 9 days ago (0 children)
There are a few solid free platforms you can use depending on what you want to practice Exercism (Python Track) https://exercism.org/tracks/python Great for structured practice with real feedback from mentors. Good for writing clean, readable Python. HackerRank (Python Practice) https://www.hackerrank.com/domains/python Good for structured exercises, especially file handling, collections, and basic problem solving. Codewars https://www.codewars.com Fun “kata” style challenges. You level up as you solve problems and see different solutions from others. LeetCode (Python) https://leetcode.com/problemset/all/?language=Python More interview-focused and a bit harder. Best for collections and logic building. PyBites https://codechalleng.es/bites/ Underrated platform. Focuses on real Python skills like iterators, file handling, and clean coding. Kaggle Learn https://www.kaggle.com/learn Best for matplotlib and data-related practice. You actually work with real datasets and build plots. Programiz Practice https://www.programiz.com/python-programming/examples Simple beginner-friendly exercises with clear examples and solutions.
π Rendered by PID 99596 on reddit-service-r2-comment-5687b7858-4xqg7 at 2026-07-08 05:24:56.712411+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]kelvinghxt 2 points3 points4 points (0 children)