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
3 ответов
+ 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.
+ 2
One word: LeetCode
https://leetcode.com/
+ 1
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.