#๐ need websites for homeworks like codewars i want to train algorithms
75 messages ยท Page 1 of 1 (latest)
@open bough
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
what's wrong with codewars?
nothing
i just want to know
other websites
i know leetcode but it's hard
any other?
Why not just stick to codewars for now?
That's why I'm suggesting to just stick with codewars for now
It's a great balance of difficulty
wdym by "basics," and what "algorithms" are you thinking of?
for me
i have a problem
i can't do complex code
i want to train about algorithms to do more complex thing
i learnt loops, condtions, math operators, methods, oop, (i did not learn any library
but i have basic knowledge
lists
dictionaries
and etc
i want to train how to use it together to make complex things
You could try Advent of Code from past years
do you mean stuff like project structuring, code organization, good abstractions?
cause ngl, learning algorithms won't directly help with that; building projects may be better
ye
but it's big problem for me cuz i like speed
i don't like when i am using brain
and thinking lots about it
haha
that's what most of programming is though
at the end of the day, all leetcode-adjacent sites like codewars or a billion others basically "only" trains you in data structs & algorithms
at most, they're still snippets compared to what an actual project would require, so doing more won't really help
I'd rather have something working right than working fast
i need to learn some libraries
for project
can u tell me
any project ideas
for beginners
there's lots of projects you can do without libraries
HM
!kindling and some more ideas if you got none:
The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.
it needs pyautogui
xd
why would it "need" pyautogui?
alr let me try without it
thanks for helping
my goal is to make my own vpn (it should be last project)
i have little knowledge about c
gotta start small
can u tell me some info
about proxy servers
like it costs any $ to make proxy server? you need to contact and pay your internet provider
I don't know anything about proxy servers
alr
i think codewars is clearly, by far, the best option there is available for submit-and-verify programming problems, but you can have a look around at these other sites:
- leetcode (most similar to codewars)
- hackerrank (teaches some beginner language features)
- advent of code (automation problems)
- kattis (also similar to codewars)
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.