Sinisterly
Where to find programming exercises - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Coding (https://sinister.li/Forum-Coding--71)
+--- Thread: Where to find programming exercises (/Thread-Where-to-find-programming-exercises)



Where to find programming exercises - __c__ - 10-30-2022

Where do you get the exercises to train yourself to code? I'm looking for something like projecteuler.net, but less focused on mathematics and more on coding in general


RE: Where to find programming exercises - mothered - 10-31-2022

Quote:Where do you get the exercises to train yourself to code?
What language(s) do you have In mind?


RE: Where to find programming exercises - barni958 - 10-31-2022

I think LeetCode is what you are looking for


RE: Where to find programming exercises - __c__ - 10-31-2022

(10-31-2022, 01:20 AM)mothered Wrote:
Quote:Where do you get the exercises to train yourself to code?
What language(s) do you have In mind?
I'm currently studying Rust and Python

(10-31-2022, 02:38 AM)barni958 Wrote: I think LeetCode is what you are looking for
Thanks, I will take a look at it


RE: Where to find programming exercises - mothered - 10-31-2022

(10-31-2022, 10:03 AM)__c__ Wrote: I'm currently studying Rust and Python
In terms of Python, this site allows you to test your code, as well as provides quizzes.

In my view, It's a very good starting point.


RE: Where to find programming exercises - Endeavor - 12-12-2022

(10-30-2022, 11:58 PM)__c__ Wrote: Where do you get the exercises to train yourself to code? I'm looking for something like projecteuler.net, but less focused on mathematics and more on coding in general

w3schools.com, the one and only source I love and trust.

Generically speaking, I'm pretty sure Harvard and Stanford have their college courses posted for free on youtube. You can also look into those.


RE: Where to find programming exercises - bobbyBoy - 01-28-2023

are you a begginer looking for something to code or do you want to practice specific field?