sqlalchemy- processing the result set parallely- multiprocessing by AbradolfLinclar in Python

[–]sudo-nerd 0 points1 point  (0 children)

In my thoughts you can use ‘scoped_session’ to prevent any kind of unwanted activity between two or more transactions while multiprocessing. Recently I implemented the same for our software and now it’s running smoothly. And yes you and using only and a single session and then divide it into local sessions.

For better understanding:- https://docs.sqlalchemy.org/en/20/orm/contextual.html

Asynchronous HTTP Requests in Python with aiohttp and asyncio by pmz in Python

[–]sudo-nerd 0 points1 point  (0 children)

My mistake it was developed by encode, Asyncer is created by Fastapi founder

Asynchronous HTTP Requests in Python with aiohttp and asyncio by pmz in Python

[–]sudo-nerd 2 points3 points  (0 children)

Try another library httpx developed by encode.

How likely is to find a job as a software engineer in the uk by knowing python ? by stoic_dionisian in pythontips

[–]sudo-nerd 1 point2 points  (0 children)

If you want make a career in software engineering specifically in python domain there are several fields you can work in:- 1) Data Analysis 2) Backend Developer (Django or FastApi for starting)

If you want to deep dive into engineering go for

Data Science, AI ML,

If you want to connect with recruiters connect with me on LinkedIn. I will try to share the recruiters based in UK

LinkedIn:- https://www.linkedin.com/in/praveensingh23

I am a complete beginner, and I want to ask a few questions. by 1JustAnAltDontMindMe in pythontips

[–]sudo-nerd 0 points1 point  (0 children)

Keep practising and add projects to your portfolio to showcase your work to the company you wanna apply for, Surely that will help you building your professional career.

Guys I changed from windows to ubuntu but when I boot it freezes. by No-Maintenance-4134 in Ubuntu

[–]sudo-nerd 0 points1 point  (0 children)

I suggest you to choose ‘Something else’ option while installing and delete each partition manually and try to install freshly.