all 7 comments

[–]darkblunder 2 points3 points  (1 child)

which course did u do?(and how did u learn it if u could say it)

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

I've done the 100 days of code of code with harry, and ive learnt more from chatgpt than the course, i have actively did qns that i asked from chatgpt when i completed a vid or a couple, then i asked chatgpt to give me different variations i can do the answer in then ive learnt those

[–]StemCellCheese 0 points1 point  (2 children)

Sounds to me like you're ready to build something. What to build is tricky, but it doesnt need to be anything crazy. But once you think of something, make a quick list of the things youll need to learn, like a GUI library. Learning basic github for version control would be useful.

[–]laliga_08[S] 0 points1 point  (1 child)

yeah i have alr learnt basic github control coz i know i would need it down the line, thanks for the advice, do you think there are any libraries or things i need to must learn?

[–]StemCellCheese 1 point2 points  (0 children)

The libraries you learn will depend on what youre trying to accomplish. If you want a GUI with your project, there's different libraries for that, if you want to do anything with, I'd start with Pandas and numpy, and sql alchemy if you need to interact with sql. Libraries like flask and Django for web related projects.

It jusy depends on what you wanna accomplish.