python
Production Readiness Checklist
A checklist for developers to ensure they are ready for production.
Basic Python interview questions and answers for beginners
A few questions and answers for interviewers to check someone's basic python knowledge.
Semaphores in Python Async Programming Real-World Use Cases
Use semaphore to avoid rate limit from OpenAI
Garbage Collection in Python
How to use garbage collection in Python to manage memory efficiently.
__repr__ in Python
How to use __repr__ in Python to create a human-readable representation of an object.
@property in Python
Python's @property decorator is used to define getter and setter methods for a class attribute.
10 Python Libraries Every AI/ML Developer Should Know
Python Libraries Every AI/ML Developer Should Know to get ahead in the field.
Autoincrement ID Support in SQLAlchemy
Autoincrement ID Support in SQLAlchemy library for Python in MySQL.
A Guide to the Amazon Recruiting Process: What to Expect and How to Get Ready
Amazon Recruiting Process: my experience and what to expect.
Understanding Python's Pre-Constructed Exceptions for Beginners
Understanding Python's Pre-Constructed Exceptions for Beginners: How to use try/except blocks to handle exceptions.
The Importance of Backward Slashes in Python and How to Use Them
The importance of Backward Slashes in Python and how to use them
Usage of forward slash (/) in Python
Usage of forward slash (/) in Python and how to use it
Aggregate Code timing in Python
Group by the code timings in Python using codetiming library.
Python vs Golang vs Rust
Comparison of Python, Golang, and Rust based on performance and code-timing.
Scrape News website using Scrapy
How to use Scrapy to scrape news websites using Scrapy framework.
Usage of the Underscore(_) in Python?
Usage of the Underscore(_) in Python and how to use it
Cache heavy computation functions with a timeout value
How to cache heavy computation functions with a specific timeout value.
Python double/nested for loop list comprehension
Python double/nested for loop list comprehension: How to use list comprehension to create a new list from an existing list.
Cool Python tricks you are not using, but you should.
Nice little tricks in Python: Ternary operator, Short Circuit, Comprehension, etc.
Download YouTube videos or only audios through this library
Use youtube-dl to download YouTube videos or only audios.
Python double/nested for loop list comprehension
Python double/nested for loop list comprehension: How to use list comprehension to create a new list from an existing list.
Sharing file among devices through Python
How to share files among devices on the same network through Python.
Pycon India 2019 CFP group
The Inside Story of How We Selected 30 Talks from 280+ Proposals for Pycon India 2019
Increase traffic flows to your Facebook page organically
My experience with managing the Odia Wikipedia Facebook page.
Extracting Parallel-text pairs from Wikipedia
How to extract parallel English-Odia text pairs from Wikipedia.
Circuit Breaker Pattern
Circuit Breaker Pattern: Design Pattern for handling failure in distributed systems.
Why should you use PySpark?
Business requirement, Spark's architecture, and other benefits.
Statistics about Odia Wikipedia
Statistics about Odia Wikipedia on users, edits, and pageviews
Converting NL queries to RDBMS statements
How to convert natural language queries to relational database management system (RDBMS) statements.