Can anyone recommend me how can I access Python problems for practice | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone recommend me how can I access Python problems for practice

As I'm not able to practice properly.

21st Jul 2021, 5:39 AM
Welkin
Welkin - avatar
2 Answers
+ 2
In the Sololearn app you can go to Community - Practice - Code Coach. There are many basic level problems, some of them are only available for Pro subscription. There are also countless other sites that have coding challenges, from the beginner level up, you can check https://leetcode.com/ https://www.codewars.com/ https://www.codechef.com/
21st Jul 2021, 6:14 AM
Tibor Santa
Tibor Santa - avatar
+ 3
If you want to solve problems and learn Python, then I advise you the books: - "Byte of Python", - "Learning Python (Mark Lutz)", - "Learning Python: Game Programming, Data Visualization Web Applications. 3rd ed." the book is good to come to a python beginner, there are also problems in the book. I also advise you to have a website for solving problems: "projecteuler.net" The best way to learn Python is reading books. The books tell you the topics in detail, and the books also have practical tasks. /Rostislav Khalilov/
21st Jul 2021, 8:45 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar