top of page
Search
The Tech Platform
Jul 30, 2024
How to use Azure OpenAI Embedding API for Document Search?
It is important to find the relevant document within a vast knowledge base. Whether you’re a researcher, a customer support agent, or an...
The Tech Platform
Jul 5, 2024
Switching Between OpenAI and Azure OpenAI Endpoints with Python
While both OpenAI and Azure OpenAI Service rely on a common Python client library, there are small changes you need to make to your code...
The Tech Platform
Jul 3, 2024
Per-Interpreter GIL (Global Interpreter Lock) in Python
The GIL (Global Interpreter Lock) is a mutual exclusion lock (mutex) that acts as a gatekeeper for executing Python bytecode. It allows...
The Tech Platform
Mar 29, 2024
Top Microsoft Azure Courses to Boost Your AI Skills
Artificial Intelligence (AI) is rapidly transforming the world, and Microsoft Azure is at the forefront of this revolution. If you're...
The Tech Platform
Mar 25, 2024
Best Python IDE for Developers
We'll explore some of the top best Python IDE choices currently available.
The Tech Platform
Mar 15, 2024
Enhance Your File System Workflows: New Functionalities in Python Pathlib Module
The pathlib module, introduced in Python 3.4, has become a cornerstone for working with file systems in Python. It offers a robust and...
The Tech Platform
Feb 27, 2024
A Comprehensive Guide to Gradient Descent and Its Variants
Optimization algorithms are important tools utilized across various domains to either minimize or maximize objective functions. They find...
The Tech Platform
Nov 9, 2023
Understanding the Global Interpreter Lock (GIL) in Python
Python is a popular and versatile programming language known for its simplicity and readability. It's widely used in a variety of...
The Tech Platform
Oct 19, 2023
Fstring in Python: The Complete Guide to Fstring Formatting
Python's reputation for simplicity and readability reached new heights with the introduction of Fstring, also known as Literal String...
The Tech Platform
Sep 21, 2023
Exploring Django REST Framework: Building Powerful APIs with Ease
In web development, creating robust and flexible APIs is a cornerstone for building modern applications. Enter Django REST Framework...
bottom of page