How to use Generative AI (ChatGBT) to learn Python
https://medium.com/@denkmatt/how-to-use-generative-ai-chatgbt-to-learn-python-8928a714137d
https://medium.com/@denkmatt/how-to-use-generative-ai-chatgbt-to-learn-python-8928a714137d
Medium
How to use Generative AI (ChatGBT) to learn Python
Basic Pands Functions other useful tools!
How to Get Date from Month and Year Columns Using Pandas
https://medium.com/@jason_the_data_scientist/how-to-get-date-from-month-and-year-columns-using-pandas-e409279476a3
https://medium.com/@jason_the_data_scientist/how-to-get-date-from-month-and-year-columns-using-pandas-e409279476a3
Medium
How to Get Date from Month and Year Columns Using Pandas
Overview
What Are Python Asterisk and Slash Special Parameters For? – Real Python
https://realpython.com/python-asterisk-and-slash-special-parameters
https://realpython.com/python-asterisk-and-slash-special-parameters
Realpython
What Are Python Asterisk and Slash Special Parameters For? – Real Python
In this tutorial, you'll learn how to use the Python asterisk and slash special parameters in function definitions. With these symbols, you can define whether your functions will accept positional or keyword arguments.
The complex simplicity of my static websites
https://alinpanaitiu.com/blog/complex-simplicity-of-static-websites/
https://alinpanaitiu.com/blog/complex-simplicity-of-static-websites/
Alinpanaitiu
The complex simplicity of my static websites
A deep dive into using indentation-based languages like Python and Slim, to build beautiful websites and love the work of doing it till the end.
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…