0
Can anyone recommend me how can I access Python problems for practice
As I'm not able to practice properly.
2 Respostas
+ 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/
+ 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/