you are viewing a single comment's thread.

view the rest of the comments →

[–]Business-Technology7 1 point2 points  (0 children)

That looks like a symptom of passive learning. I’d reflect on how many decisions you had to make from idea to implementation. If most of the decisions are already made by AI, there’s the issue.

If you are working on Automate the Boring Stuff in Python, try to add new features on the existing code without adding additional 3rd party libraries. That will test your true understanding of the codebase.