+ 2
Where to practice practical coding?
Hi guys, I am midway through my beginner Python course and plan to complete the intermediate. Even though SoloLearn teaches the programming language fundamentals, it lacks practical coding after the lessons. I just want to ask if there is a website that will allow you to challenge and practice your preferred language, preferably for free. LOL
6 Answers
+ 6
The code playground on Sololearn is a pretty good compiler for practising anything you're learning with code.
+ 4
Ronie Vic Eronico
Have you tried useaing searchbarđ by yourself?
Though, you can also look it up online by yourself.
Quick quide.. hope it helpful.
list of few learning platform.
HackerRank, LeetCode, Codecademy, Codewars etc..
+ 3
Depends on what you want to do, there are a lot of options :
1) competitive programming : codechef, codeforces, atcoder etc
2) open source : look for a beginner friendly open source project on GitHub, GitLab or BitBucket
3) personal projects : there are a ton of project ideas all around the internet, pick one up and start building it.
4) Hackathons : look for some hackathons or similar programming competitions happening near you, if you are in a university then it would be significantly easier to get a genuin good one.
Anything you do, you would be end up on a lot of roadblocks and everytime you search online for a solution or ask someone in forums like these, you would learn something new.
+ 2
Hey Ronie, have you checked out pycharm? The community version is completely free, you'll be able to write a code that you can bundle to make an actual program
+ 1
not yet, really appreciate your response. Thanks