Login Register






Where to find programming exercises filter_list
Author
Message
Where to find programming exercises #1
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
(This post was last modified: 10-31-2022, 12:05 AM by __c__. Edit Reason: typo )

Reply

RE: Where to find programming exercises #2
Quote:Where do you get the exercises to train yourself to code?
What language(s) do you have In mind?
[Image: AD83g1A.png]

[+] 1 user Likes mothered's post
Reply

RE: Where to find programming exercises #3
I think LeetCode is what you are looking for

[+] 1 user Likes barni958's post
Reply

RE: Where to find programming exercises #4
(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
(This post was last modified: 10-31-2022, 10:07 AM by __c__.)

Reply

RE: Where to find programming exercises #5
(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.
[Image: AD83g1A.png]

Reply

RE: Where to find programming exercises #6
(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.
I plead the fifth.

Reply

RE: Where to find programming exercises #7
are you a begginer looking for something to code or do you want to practice specific field?

Reply