atlas news
Geek Python
25 september
16h22
Power-up API Testing with EchoAPI’s AI
Sachin Pal
When you’re building an application, one thing you can’t skip is API testing. Whether it’s a login flow, payment gateway, or a complex e-commerce...
05 june
15h10
BrightData’s MCP Enables AI Agents Fetch Real-time Info
Sachin Pal
In the world of artificial intelligence, especially large language models (LLMs), there’s a quiet revolution happening. It’s called Model Context...
06 january
06h30
How to Install PyPy and Use it?
Sachin Pal
PyPy is an implementation of Python written in RPython (Reduced Python) language, and it is seen as a replacement for CPython. PyPy claims that it is...
30 november
03h30
EchoAPI for API Testing and Debugging
Sachin Pal
You might have heard of Thunder Client, a REST API client extension for Visual Studio Code that allows developers to test APIs. Thanks to its...
09 november
17h18
10 Useful yet Rarely Used OS Functions in Python
Sachin Pal
You must have used functions provided by the os module in Python several times in your projects. These could be used to create a file, walk down a...
04 november
11h04
Stream Video to Frontend in FastAPI
Sachin Pal
FastAPI is a fast and modern web framework known for its support for asynchronous REST API and ease of use. In this article, we’ll see how to stream...
01 november
16h14
Fixing Circular Import Error in Python
Sachin Pal
Have you ever come across circular imports in Python? Well, it’s a very common code smell that indicates something’s wrong with the design or...
10 october
13h36
How to Disable GIL in Python 3.13?
Sachin Pal
The official version of Python 3.13 has been released by the Python organization, and with this, you get many major changes. One of the major changes...
09h37
How To Install Redis on Windows Successfully?
Sachin Pal
Redis is an in-memory database that actually makes it the fastest among all the databases. What does in-memory mean? It means that it stores the data...
19 september
15h51
How Much SQL You Should Know for Data Science Role?
Sachin Pal
If you are applying for data science roles, it is essential to have a solid understanding of key SQL topics and concepts. Data retrieval and...
18 september
07h27
How To Insert Multiple Data Within Database Using Single SQL Query in Python
Sachin Pal
In this article, we’ll learn how to insert multiple entries or data in the database using a single SQL query in Python. Insert Multiple Entries in...
16 september
10h30
How To Connect Database With Python
Sachin Pal
In this article, we’ll learn how to connect MySQL database with Python using the PyMySQL database driver. Connect Database with Python First, we need...
1781262143