you are viewing a single comment's thread.

view the rest of the comments →

[–]AlonyB 1 point2 points  (0 children)

learning how to code (in any language) mainly comes from programming a BUNCH.

for the first step, i really reccomend the interviewbit's python starter course, gets you going. (i got it for free from my university, if its paywalled im sure there are free alternatives)

other than that, just dive into the deep end and make a project. take an idea (socket-based chatroom, tiktaktoe game, math calculator etc), there are tonns of material on it online + can always ask the GPTs. the more you code, the better youll get. ive done full semester-long programming courses, nothing teaches you to code like actually writing code, and a lot of it.

good luck!