I’ve been learning Python by myself for about 3 years now and I can say that I know quite a lot but I don’t really feel confident in my own programming skills and always after a while of practicing or reviewing I end up quitting because I feel exactly this.

I don’t know how to explain it, but I really feel like I’m in a cycle repeating the same noob exercises over and over again.

For example, lately I have been practicing a lot PyQt but I really feel that I am wasting time when I don’t learn a new concept or I don’t memorize something and I need to look at my notes to remember how to do it, and also that practicing with online courses, especially with Youtube is often a challenge because the authors do things differently and I get confused by that. And when I want to learn something new the amount of information overwhelms me and I feel tired because of that.

As a Linux user I know that what I just said is stupid, because for example it is impossible to learn all the commands in the world, you just really learn the ones you use most regularly but in programming I feel that for example asking ChatGPT (or any ChatBot) counts as cheating for some reason, I don’t know how to explain it.

I really consider this probably a mentality problem more than a skill problem because honestly even though I know I can I don’t feel sure how to program, many times I even doubt the name of my variables or my functions.

Thanks for reading my silly post!

  • Lmaydev@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    9 months ago

    Memorizing isn’t a huge deal and will happen naturally as you use things more.

    For instance I’ve been doing c# for almost 20 years and I still have to Google how to do a switch expression every time! It just doesn’t stick haha

    Once you do something for the 1000th or 10,00th time you won’t need to look at your notes.

    As your knowledge grows you’ll find you actually have to look stuff up more.

    It’s an endless field and it’s all out there so you don’t need it in your head. It’s better to learn how to find the info you need.

  • vilcans@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    9 months ago

    It sounds like you have the mindset that you have to learn programming before you start doing it. Which is especially hard today as there’s so much information, so much to learn, so many tutorials to watch. There’s always something to learn. Don’t expect to reach a point when you “know” programming.

    Instead try this: Stop practicing and start programming. Start with a project that you want to do, for whatever reason. Some small utility, a really tiny game, a joke program, whatever that gets you to focus on creating something rather than learning something. You will learn the things you have to learn in order to progress on the project. This is completely normal, and a good skill to have, even for professional programmers.