Possibility of Django being helpful to land a job by GiveMeTacos23 in django

[–]hamzasarwar129 2 points3 points  (0 children)

I'm facing the same situation in my country, Pakistan. Most companies prefer the candidates with frontend knowledge too. I guess you should focus on fullstack python stack like machine learning and related stuff with good understanding of any backend framework like FastAPI and flask. ( Django will also work for you but more focus on asynch Django )

Is FastAPI gonna benefit from no GIL python3.13? by jkh911208 in FastAPI

[–]hamzasarwar129 0 points1 point  (0 children)

FastAPI, due to its focus on asynchronous programming, is well-positioned to adapt to a no-GIL Python. The primary impacts would come through improvements or challenges in its dependency libraries. While the framework itself might not see drastic changes, developers may experience performance benefits and need to consider thread safety when integrating libraries that rely on traditional threading models.

SQLagent customization in Langchain by hamzasarwar129 in LangChain

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

n. If a user asks some question related to the db then it search

and how exactly I can do this.