programming
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.
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.
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.