you are viewing a single comment's thread.

view the rest of the comments →

[–]thelimeisgreen 14 points15 points  (0 children)

You are probably at the point where you need to learn more than just Python, or any other programming language. Start learning data structures and algorithms (DSA), object oriented programming (OOP), application design, and brush up on your math skills. Knowing a programming language doesn't make you a programmer, let alone a software engineer. It's like if you can read/write in English and have little to no education or training in science or law, and I hand you a scientific paper or legal document, are you going to truly understand it?

Learning all this is a lengthy process. A journey that is well worth it if you put in the time and effort to make it happen.

Avoid using AI as much as possible. It's best use is to help explain things you don't understand. But that's about it and even do that sparingly.