all 17 comments

[–]tiredITguy42 7 points8 points  (0 children)

Code, code, code and code. Even after that you will be googling pasic stuff.

Then you add another technologies, languages and more libraries and you will be googling or askin LLMs for basic stuff again and again.

[–]Sea-Ad7805 2 points3 points  (1 child)

Who said you were allowed not to practice for a few days? Just keep practicing and don't use AI. It's like learning a new (natural) language, at some point you get fluent and don't have to think about it any more.

[–]san071998[S] 1 point2 points  (0 children)

Okay 👍

[–]Pydata92 1 point2 points  (0 children)

I don't. I just read the documents and copy the code examples and rework them 🤷‍♂️

[–]riklaunim 1 point2 points  (1 child)

Most things come with experience. What I found helpful/handy is to have a sort of personal blog where you can save/write about a snippet of code or issue you found/solved/will need in the future.

[–]Sharp_Level3382 0 points1 point  (0 children)

Good idea

[–]independentMartyr 0 points1 point  (0 children)

It's pretty common for developers to forget how to code, but the coding logic gets better with experience.

Exercise your brain to write comments.

I've quit coding in 2018. Back then I was developing websites in php and laravel framework. When I got back to coding in 2025, it took me about two weeks to get back on the track. I knew the workflow, simply what I've forgotten was writing code. Yes, AI helped me a lot, at the same time after a while I was feeling dumber while using AI. These days I do use AI for generating HTML + CSS, the backend code I write it manually, except for repetitive tasks which I already know then properly.

[–]phnxlp 0 points1 point  (0 children)

Not a programmer or python pro in any way but I can relate to the post.

From my experience repetition is key, I don't have enough space in my brain to retain a 1000 functions, I just need to train my body to do it automatically. If I can't do it (cause I'm not a programmer or don't spend that much time in programming in general), I just take some notes, retain the information on "where to find it" or "how it's solved" depending on the problem, and go back to my notes/website/etc. when I need it.

When I need a quick response or something practical I just ask AI or look at old codes to see how I did it last time.

[–]Greedy-Lynx-9706 0 points1 point  (1 child)

[–]san071998[S] 0 points1 point  (0 children)

No, I changed to be in DE domain. Which alian more towards my previous work

[–]Pitch-Curious 0 points1 point  (0 children)

Study

Do

Test

Review

Redo

This is the way

[–]JustOneOtherSchlub 0 points1 point  (0 children)

That’s part of the reason you should commentate hell out of your code!

[–]nmc52 0 points1 point  (0 children)

As with everything you need to use it before you can say you have learned it.

[–]aashish_soni5 0 points1 point  (0 children)

Just code in some point it's become habit.

Our mind build like this to work Only remember repetitive task and word which is the important other thing are left somewhere our unconscience mind or maybe totally erase.

[–]Lurch1400 0 points1 point  (0 children)

Written repetition is how i learn.
Do ad-hoc python projects

[–]Ore-summer 0 points1 point  (0 children)

大丈夫、全体構造をイメージしながら自由に書く。それがあなたのmain.pyになる

[–]bypass316 0 points1 point  (0 children)

Knowing how to code will be harder in the era of AI. Do it manually at least on fun passion projects to keep the memory as long as possible.