Speed Up Python With C Functions
Post Views: 18 Last weekend, I spent some time exploring how to plug C into Python, how it works, and how much it can speed …
Post Views: 18 Last weekend, I spent some time exploring how to plug C into Python, how it works, and how much it can speed …
Post Views: 144 About a year ago, I set up an Azure Function App that would fire whenever a file was uploaded to a specific …
Post Views: 318 Making HTTP requests in Python often involves repetitive code for handling parameters, authentication, retries, and error handling. In modern applications, making HTTP …
Post Views: 357 When we are building systems that interact with external services like payment gateways, cloud storages, or notification systems, I think it’s essential …
Post Views: 223 Python introduced Protocol in PEP 544 (Python Enhancement Proposal) and officially added it in Python 3.8. If you’re coming from a Golang …
Post Views: 373 In Python, you’ve probably come across terms like multi-threading, multi-processing, async and event loops. They can be confusing at first. What should …
Post Views: 433 As developers, we all rely on Git in our daily tasks. However, many of us only use basic commands of Git like …
Post Views: 577 In a recent project, I faced an issue while working with azure IoT hub. I found that its python package azure-iot-hub despite …
Post Views: 1,324 Django is famous for its simplicity, flexibility, and robust features that made it a “batteries-included” framework offering comprehensive tools for web development, …
Post Views: 1,280 I think “The Pragmatic Programmer” book by David Thomas and Andrew Hunt is a timeless treasure that remains ever-relevant in software development …