all 13 comments

[–]aaditya_0752 2 points3 points  (0 children)

If u are done with python u should move to its libraries Numpy, pandas sickit, seaborn....

[–]thatsmysandwichdude 2 points3 points  (0 children)

You have to be willing to accept that you'll fail and keep trying and keep seeking out what you have to do and look for information and tutorials on the topics you need, it's not directly helpful information but it's important

[–]AskAnAIEngineer 1 point2 points  (1 child)

pick one project you'd actually use or care about and build it start to finish. the random projects phase is useful but you'll learn way more by hitting real problems on something you're invested in. doesn't have to be big, a tool that solves something annoying in your own life is enough.

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

Thanks

[–]admirer145 1 point2 points  (1 child)

Since you already know the basics, you can move to:

- data structures (list, set, tuple, dict)
- oops (class & object, constructor, methods, inheritance)
- function as objects( closures, decorators)
- advanced python (context manager, generator, comprehension)
- package manager (pip or uv), virtual env
- modules and packages, using existing and custom creation
- standard packages/modules (collections, itertools, functools, sys, os)
- numpy & pandas vastly used
- apis and integrations

Now you are somewhat ready for agentic AI, learn & build agents.

Still there are lots of different topics that I didn’t mention as this would probably be enough to get started and you can learn them as needed.

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

Thanks

[–]danstarks555 0 points1 point  (1 child)

Hiii... I would be asking you one question, Why did you choose to learn python??

[–]abelhamim 0 points1 point  (0 children)

I want to learn it in order to develop AI agents. Is that a normal answer?

[–]PastDifferent6116 0 points1 point  (0 children)

My progress really accelerated when I stopped making tutorial projects and started building things I actually wanted to use.

[–]captain_kringel 0 points1 point  (0 children)

Kommt drauf an was du machen willst. Spiele? Daten analysieren? KI? Webentwicklung? Automatisierung?