SearchDuper: a simple meta-search OSINT tool to query different engines at once.
https://medium.com/@rdillon73/searchduper-a-simple-meta-search-osint-tool-to-query-different-engines-at-once-a7fbea5168ce
https://medium.com/@rdillon73/searchduper-a-simple-meta-search-osint-tool-to-query-different-engines-at-once-a7fbea5168ce
Medium
SearchDuper: a simple meta-search OSINT tool to query different engines at once.
As I was reading the very well-written book “The Tao of Open Source Intelligence” by Stewart Bertram and published in 2015, it became…
Mastering Python Inheritance: Building Hierarchies with Real-World Examples
https://medium.com/@riteshh101/mastering-python-inheritance-building-hierarchies-with-real-world-examples-26f813c9dd7b
https://medium.com/@riteshh101/mastering-python-inheritance-building-hierarchies-with-real-world-examples-26f813c9dd7b
Medium
Mastering Python Inheritance: Building Hierarchies with Real-World Examples
Inheritance is a powerful concept in Python’s object-oriented programming paradigm, allowing you to create new classes based on existing…
6 Types of Python Dictionaries: How to Choose the Right One!
https://python.plainenglish.io/6-types-of-python-dictionaries-how-to-choose-the-right-one-bc0d5299f0f6
https://python.plainenglish.io/6-types-of-python-dictionaries-how-to-choose-the-right-one-bc0d5299f0f6
Medium
6 Types of Python Dictionaries: How to Choose the Right One!
There are actually 6 types of dictionaries in the Python standard library!
FastAPI Study Diary (6) — Dependency Injection
https://medium.com/@mizutori/fastapi-study-diary-6-dependency-injection-db6bd3b48a22
https://medium.com/@mizutori/fastapi-study-diary-6-dependency-injection-db6bd3b48a22
Medium
FastAPI Study Diary (6) — Dependency Injection
Today, I want to write about Dependency Injection (DI) in FastAPI, something I’ve studied recently. Even in previous sessions (like the…
Optimising Glue Scripts for Efficient Data Processing: Part 1
https://medium.com/globant/optimising-glue-scripts-for-efficient-data-processing-part-1-3cf723b82060
https://medium.com/globant/optimising-glue-scripts-for-efficient-data-processing-part-1-3cf723b82060
Medium
Optimising Glue Scripts for Efficient Data Processing: Part 1
Boosting Performance of Glue jobs without complexity
FastAPI Study Diary (5) — Handling Request Headers and Error Responses
https://medium.com/@mizutori/fastapi-study-diary-5-handling-request-headers-and-error-responses-b9d23ed48747
https://medium.com/@mizutori/fastapi-study-diary-5-handling-request-headers-and-error-responses-b9d23ed48747
Medium
FastAPI Study Diary (5) — Handling Request Headers and Error Responses
In the last couple of articles, we learned how to receive request data in FastAPI, covering parameters in GET requests and the body in…
Topic Modelling: Crafting an LDA Model with Python for Analyzing Dialogue in the ‘Friends’ Sitcom
https://medium.com/@trantphuongthao99/topic-modelling-crafting-an-lda-model-with-python-for-analyzing-dialogue-in-the-friends-sitcom-9527bd3fd442
https://medium.com/@trantphuongthao99/topic-modelling-crafting-an-lda-model-with-python-for-analyzing-dialogue-in-the-friends-sitcom-9527bd3fd442
Medium
Topic Modelling: Crafting an LDA Model with Python for Analyzing Dialogue in the ‘Friends’ Sitcom
I/ Introduction
Exploring TP53 Gene Variations in Cancer Using Python
https://medium.com/@nikolinatomic/exploring-tp53-gene-variations-in-cancer-using-python-1ab148f5b567
https://medium.com/@nikolinatomic/exploring-tp53-gene-variations-in-cancer-using-python-1ab148f5b567
Medium
Exploring TP53 Gene Variations in Cancer Using Python
Did you know that only 1 in 20 elephants get cancer, while in humans this ratio is 1 in 5? Do you wonder why?
Run a LLM and API server with ngrok on Google Colab
https://koji-kanao.medium.com/run-a-llm-and-api-server-with-ngrok-on-google-colab-905eaa69adb6
https://koji-kanao.medium.com/run-a-llm-and-api-server-with-ngrok-on-google-colab-905eaa69adb6
Medium
Run a LLM and API server with ngrok on Google Colab
What is this?
India Unemployment Analysis — Data Analysis Project
https://medium.com/@dhruvin.analyst/india-unemployment-analysis-data-analysis-project-d5c76de8971c
https://medium.com/@dhruvin.analyst/india-unemployment-analysis-data-analysis-project-d5c76de8971c
Medium
India Unemployment Analysis — Data Analysis Project
Introduction
Unlocking the Power of Big Data with PySpark: A Comprehensive Introduction
https://medium.com/@pankajpatra1998/unlocking-the-power-of-big-data-with-pyspark-a-comprehensive-introduction-7384bed6ec06
https://medium.com/@pankajpatra1998/unlocking-the-power-of-big-data-with-pyspark-a-comprehensive-introduction-7384bed6ec06
Medium
Unlocking the Power of Big Data with PySpark: A Comprehensive Introduction
Getting started with Carla autonomous driving simulator in 10 minutes
https://medium.com/@sebastian.lorenz_62448/getting-started-with-carla-autonomous-driving-simulator-in-10-minutes-39df648548c0
https://medium.com/@sebastian.lorenz_62448/getting-started-with-carla-autonomous-driving-simulator-in-10-minutes-39df648548c0
Medium
Getting started with Carla autonomous driving simulator in 10 minutes
After my collegues and I struggled to get started with Carla I decided to write this short tutorial to get everyone started as fast as…
Getting DAG data from the Airflow API — working with Polars
https://medium.com/@MarinAgli1/getting-dag-data-from-the-airflow-api-working-with-polars-3ca1bc8a766a
https://medium.com/@MarinAgli1/getting-dag-data-from-the-airflow-api-working-with-polars-3ca1bc8a766a
Medium
Getting DAG data from the Airflow API — working with Polars
The Airflow API allows us to programmatically gather information about our Airflow deployment, such as DAG runs, task instances, pools…
Elevating Your Python Projects: Master Time Management
https://medium.com/@manugmathew/elevating-your-python-projects-master-time-management-ffbddf635709
https://medium.com/@manugmathew/elevating-your-python-projects-master-time-management-ffbddf635709
Medium
Elevating Your Python Projects: Master Time Management
In the realm of programming, the proper management of time can elevate a simple script into a robust application. Python’s inherent modules…
Wait! What are Pipelines in Python?
https://medium.com/@ayush-thakur02/wait-what-are-pipelines-in-python-628f4b5021fd
https://medium.com/@ayush-thakur02/wait-what-are-pipelines-in-python-628f4b5021fd
Medium
Wait! What are Pipelines in Python?
If you are a Python developer, you might have heard of the term pipeline. But what exactly is a pipeline and why is it useful? In this blog…
How to Learn Python from scratch or Python Tutorial
https://medium.com/@artur-khudaverdiev/how-to-learn-python-from-scratch-or-python-tutorial-7f30cd2cbe58
https://medium.com/@artur-khudaverdiev/how-to-learn-python-from-scratch-or-python-tutorial-7f30cd2cbe58
Medium
How to Learn Python from scratch or Python Tutorial
Are you looking for a decent Python tutorial? Or do you just want to learn this programming language from scratch? We offer 5 steps that…