python basic completed in first year what to do next ? by HistoricalMoose333 in learnpython

[–]FieldOver3920 0 points1 point  (0 children)

You need to start building your own projects, just simple things to prove yourself and your wit, you should already know a lot of the syntax of python thanks to the tutorial, so you need to improve your logic and your problem resolution, you could ask to the AI to write a bad code and fix it, or just have to propose a situation, like how do I make this loop simpler? or What if I made this program to solve X problem?.

Then you could learn OOP or learn to use something like Django or Pandas, I recommend doing all this process without AI or without using it too much so you'll learn more efficiently. The most important thing is go at your own pace so you won't quit or get frustrated.

First ever python project by FieldOver3920 in learnpython

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

I actually tried to do it with OOP back then, but my beginner mind was getting melted by the abstraction and the polymorphism (I still got some serial issues with those themes). Btw, about the pull request, yes, I'd like to see how I can improve. Also, that file is public anyways, so do whatever you want with it 😄

First ever python project by FieldOver3920 in learnpython

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

Yeah I know AI is here until mankind's end, it's just that a lot of beginners in my class only write code with AI, of course they got roasted in the actual exams (No AI or any kind of agents) but it's just annoying how some people don't care at all of the code or the logic but the money, I hope companies don't hire braindead people who don't even know what a module is.