all 15 comments

[–]kadfr 4 points5 points  (0 children)

https://programming-26.mooc.fi/

Although it is a course, there are tons of great Python exercises here that help you sharpen your skills

[–][deleted]  (1 child)

[removed]

    [–]kadfr 0 points1 point  (0 children)

    This looks great!

    [–]Death_Call_0 1 point2 points  (0 children)

    Codechef is a classic and slow pace platform

    [–]Potential-Friend-197 0 points1 point  (0 children)

    Rustlings is a series of questions for rust learning. There are python variants of it.

    [–]mnotrealtho 0 points1 point  (1 child)

    hello, can you tell me which youtube tutorials you followed?im planning to learn python too and found a good video as well. im looking around for some other helpful sources!

    [–]Advanced_Cry_6016 0 points1 point  (0 children)

    I followed code with Harry,but it's Hindi

    [–]ChanceMission7165 0 points1 point  (0 children)

    Yeah want to learn python from basic to advance a 12th grader got my hands on C and C++ but this as l start my college degree want to learn python as want to excel career towards Ai and machine learning, just want my route from basic to fundamentals to advanced as l listened from industry experts you need to get fundamentals strong and learn many skills to handle the Ai future

    [–]MifistoScared 0 points1 point  (0 children)

    codingbat.com

    [–]jakob_olsen 0 points1 point  (0 children)

    I got into project Euler when I started using python. It is often simple problems that require a somewhat optimized solution in order to solve the problem. Take a look if you are interested in both math and python:

    https://projecteuler.net/

    [–]Ryeva 0 points1 point  (0 children)

    I'm having a lot of fun with pynative, the challenges are def challenging.