14
Bubbles
7y

Okay so this Is my first actual rant before its been questions or experiences but today has been really stressful. So one of my last posts I talked about how I don't know when to use what syntax whenever and I've been practicing but every fucking time I try to start something I can't fucking get it I don't even know how to start and yeah I planned it out and Im not getting anywhere I can't this is something I wanna do for the rest of my life and I can't even manage to make simple shit its like what the living fuck. Then then I tell my friend who's also in my class who programs what I'm trying to do AND HE DOES IT IN LIKE A MINUTE OR LESS AND IT WORKS AND ITS REALLY FUCKING STUPID BECAUSE I TRY AND STUDY SO HARD AND I CAN'T GET IT NO MATTER WHAT I DO I JUST CAN'T AND IT SUCKS SO FUCKING MUCH I HATE IT I JUST WANNA BE ABLE TO UNDERSTAND HOW I CAN PUT THIS WITH THIS TO DO THIS AND ITS DEPRESSING ME SO MUCH I JUST WANT TO BE GOOD

Comments
  • 4
    You might be overthinking it, it doesn't have to be perfect the first round.

    Make it work first and after that start refactoring.
  • 0
    Its alright just don't lose heart and keep practicing you'll get there it will take bit time just.
  • 0
    @jAsE I use python, Sublime/VS Code, and I'm only really able to make stuff with the random package
  • 0
    @jAsE sure but im not too knowledgable on syntax so go ahead
  • 1
    @jAsE
    from random import randint
    print(randint(5, 50))

    It took me about like a few seconds to think of
Add Comment