What Cost Convenience: FastAPI And The Responsibility For Others' Opinions
https://ekadanta.co/posts/639bcb85-8894-4101-a486-69615847c106
https://ekadanta.co/posts/639bcb85-8894-4101-a486-69615847c106
What is a topological sort good for? | Examples in Python
https://www.cameronmacleod.com/blog/topological-sort
https://www.cameronmacleod.com/blog/topological-sort
Cameronmacleod
How to sort parent nodes before child nodes? - Topological sort - Cameron MacLeod
Khan Academy's switch from a Python 2 monolith to a services-oriented backend written in Go
https://blog.quastor.org/p/khan-academy-rewrote-backend
https://blog.quastor.org/p/khan-academy-rewrote-backend
Quastor
How Khan Academy Rewrote their Backend
Khan Academy's switch from a Python 2 monolith to a services-oriented backend written in Go.
Web Scraping with Python: A Quick Guide to Scrape Data from Website
https://dev.to/quokkalabs/web-scraping-with-python-a-quick-guide-to-scrape-data-from-website-n3o
https://dev.to/quokkalabs/web-scraping-with-python-a-quick-guide-to-scrape-data-from-website-n3o
DEV Community
Web Scraping with Python: A Quick Guide to Scrape Data from Website
Web scraping is a process to scrape data from a website and save it for further use. This technique...
Object-Oriented Design: Why don't you explain this to me like I'm five
https://dev.to/salimcodes/object-oriented-design-why-dont-you-explain-this-to-me-like-im-five-173h
https://dev.to/salimcodes/object-oriented-design-why-dont-you-explain-this-to-me-like-im-five-173h
DEV Community
Object-Oriented Design: Why don't you explain this to me like I'm five
Introduction In the world of creating software, a strong foundation is key. Before even...
Building a Robust Webhook Service with Golang: A Comprehensive Guide
https://dev.to/koladev/building-a-robust-webhook-server-with-golang-a-comprehensive-guide-4oa0
https://dev.to/koladev/building-a-robust-webhook-server-with-golang-a-comprehensive-guide-4oa0
DEV Community
Building a Robust Webhook Service with Golang: A Comprehensive Guide
Introduction In software engineering, certain concepts like webhooks require careful...
AND, OR and XOR Operator in Python with Example
https://medium.com/@priyakhandelwal/and-or-and-xor-operator-in-python-with-example-ff18d3f626ac
https://medium.com/@priyakhandelwal/and-or-and-xor-operator-in-python-with-example-ff18d3f626ac
Medium
AND, OR and XOR Operator in Python with Example
You must have learned about the bitwise operator when you started your journey in computer science. I remember I discovered these in the…
Using Python to Stop AWS EC2 Instances w/ Lambda and EventBridge
https://medium.com/@cedric-watkins/using-python-to-stop-aws-ec2-instances-w-lambda-and-eventbridge-6cd81f4d4da
https://medium.com/@cedric-watkins/using-python-to-stop-aws-ec2-instances-w-lambda-and-eventbridge-6cd81f4d4da
Medium
Using Python to Stop AWS EC2 Instances w/ Lambda and EventBridge
Objective
The Performance Dialect of Python Programmers
https://shivamdutt606.medium.com/the-performance-dialect-of-python-programmers-ccf1c267ed2c
https://shivamdutt606.medium.com/the-performance-dialect-of-python-programmers-ccf1c267ed2c
Medium
The Performance Dialect of Python Programmers
Code Quality
Python Challenge: Middle Character of the word
https://medium.com/@pythonchallengers/python-challenge-middle-character-of-the-word-a3e6addaf652
https://medium.com/@pythonchallengers/python-challenge-middle-character-of-the-word-a3e6addaf652
Medium
Python Challenge: Returns middle character(s) of a string
The Problem | You are going to be given a word. Your job is to return the middle character of the word. If the word’s length is odd, return…
Install a Real-Time Intrusion Detection System (IDS) with Suricata and Python
https://medium.com/@rubenszimbres/install-a-real-time-intrusion-detection-system-ids-with-suricata-and-python-7ce7ae78c5a3
https://medium.com/@rubenszimbres/install-a-real-time-intrusion-detection-system-ids-with-suricata-and-python-7ce7ae78c5a3
Medium
Install a Real-Time Intrusion Detection System (IDS) with Suricata and Python
This period was supposed to be a sabbatical, but for the last 2 weeks I’ve been attending the Google Cybersecurity Certificate course on…
The Power and Practicality of Learning Python Programming
https://medium.com/@vusnhx/the-power-and-practicality-of-learning-python-programming-1400e8ff9fff
https://medium.com/@vusnhx/the-power-and-practicality-of-learning-python-programming-1400e8ff9fff
Medium
The Power and Practicality of Learning Python Programming
In today’s technology-driven world, the ability to harness the power of programming languages has become an invaluable skill. Among these…
Analyzing Air Quality Trends in Indian Cities through Exploratory Data Analysis
https://medium.com/@anjaliramesh/analyzing-air-quality-trends-in-indian-cities-through-exploratory-data-analysis-d7e1e9ceb927
https://medium.com/@anjaliramesh/analyzing-air-quality-trends-in-indian-cities-through-exploratory-data-analysis-d7e1e9ceb927
Medium
Analyzing Air Quality Trends in Indian Cities through Exploratory Data Analysis
This exploratory data analysis examines air quality trends in major Indian cities from 2010 to 2023 using data compiled by the Central…
How to Create Eye-Cathing Country Rankings Using Python and Matplotlib
https://towardsdatascience.com/how-to-create-eye-cathing-country-rankings-using-python-and-matplotlib-d57e4594fe13
https://towardsdatascience.com/how-to-create-eye-cathing-country-rankings-using-python-and-matplotlib-d57e4594fe13
Medium
How to Create Eye-Catching Country Rankings Using Python and Matplotlib
A beautiful alternative to standard line charts