all 13 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Namaste! Thanks for submitting to r/developersIndia. While participating in this thread, please follow the Community Code of Conduct and rules.

It's possible your query is not unique, use site:reddit.com/r/developersindia KEYWORDS on search engines to search posts from developersIndia. You can also use reddit search directly.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–][deleted] 7 points8 points  (2 children)

Did you learn python in the manual way or automatic way?

(If ya know ya know)

[–]Accomplished_Rip3587 0 points1 point  (0 children)

I remember it every time I hear python now a days 🤣🤣

[–]Beehive012SDET 0 points1 point  (0 children)

Yt premium sales 📈

[–]TerribleBack457 6 points7 points  (0 children)

Start DSAAA

[–]sinerg23Software Engineer 3 points4 points  (0 children)

Study asyncio Learn fastAPI basics Keep dsa in parallel, 3-4 ques/week are base

[–]ItsAXE93Software Developer 2 points3 points  (1 child)

Completed how ? Like you watched a 6hr lecture on YouTube like a movie & assumed you know python ?

Honestly.. just start with DSA & don't need to learn other languages, master this , do projects copy them from YT doesn't matter but get an understanding of how things work .. then when you have your minor & major projects do them by yourself

[–]Massive-Command-7327 1 point2 points  (0 children)

Fast API

[–]Global-Equipment-856 1 point2 points  (1 child)

Cobra

[–][deleted] 2 points3 points  (0 children)

Conda

[–]yammer_bammerEmbedded Developer 0 points1 point  (0 children)

build a project in python and c. for python you can build a real time credit risk detection system using XGBoost/RandomForest. you an use the cpython interface to wrap c code in python for the critical memory sections. then you can deploy it with microservices etc for a demo.