0

Suggestion or Tips for some small Tasks or projects for python for beginner friendly.

I am learning python first time using free course of solo learn and pro exercises are not accessible. I want to practice my skills, so suggest me some small tasks or projects beginner level to practice my skill. Thanks

23rd Jul 2025, 5:43 PM
MR__YOGii
MR__YOGii - avatar
3 Réponses
+ 3
MR__YOGii , to do some additional exercises, you can find *code coach exercises* in der *community section*. if you click on *view more*, the various exercises are shown in a list. > each exercise indicates the difficulty level, so you can start with exercises marked as easy. select the programming language you wanted to use. > first you should read the task description *carefully* and also the sample input / output data. then you can go to the code area and try to solve the exercise. > finally hit run. the playground will use various values (test cases) to check if your code meets the requirements. only if all test cases are passed, the exercise will be marked as solved. you can switch between the task description and the coding area. if you have any coding related question during the mentioned exercises, you can ask at this place here.
23rd Jul 2025, 6:22 PM
Lothar
Lothar - avatar
+ 1
One word: LeetCode https://leetcode.com/
23rd Jul 2025, 8:44 PM
Aleksei Radchenkov
Aleksei Radchenkov - avatar
0
For a total beginner, code coach would be a bit challenging. Al Sweigart, the writer of "Automate the Boring Stuff with Python", offer a book "Python Programming Exercises, Gently Explained" for free. https://inventwithpython.com/pythongently/ Unlike code coach or sites similar to LeetCode, it provides explanation too.
24th Jul 2025, 1:13 AM
Wong Hei Ming
Wong Hei Ming - avatar