Debugging process with text-mining project: using Guardian API (beginner version)
https://medium.com/@jupiterpie/debugging-process-with-text-mining-project-using-guardian-api-beginner-version-57ea0d47312c
https://medium.com/@jupiterpie/debugging-process-with-text-mining-project-using-guardian-api-beginner-version-57ea0d47312c
Medium
Debugging process with text-mining project: using Guardian API (beginner version)
This is a snippet of my first text-mining project with my partner.
Terraform Unleashed: From Provisioning to Configuration
https://medium.com/@tal00ron/terraform-unleashed-from-provisioning-to-configuration-d71107585388
https://medium.com/@tal00ron/terraform-unleashed-from-provisioning-to-configuration-d71107585388
Medium
Unleashing Terraform Power: From Provisioning to Configuration
I’m thrilled to present my first publication, and it’s all about unleashing the sheer power of Terraform. This project’s mission? To show…
Building the Ultimate Trading Screener with Python — Part 2 Optimizing generation of screener data
https://medium.com/@xescuder/building-the-ultimate-trading-screener-with-python-part-2-optimizing-generation-of-screener-data-6ba3dec22a3a
https://medium.com/@xescuder/building-the-ultimate-trading-screener-with-python-part-2-optimizing-generation-of-screener-data-6ba3dec22a3a
Medium
Building the Ultimate Trading Screener with Python — Part 2 Optimizing generation of screener data
In this article, we’ll look at how to optimize the data generation performed in Part 1 Generating screener data , using parallelization…
Using Pydantic models for settings management
https://medium.com/ordina-data/using-pydantic-models-for-settings-management-73408ad2ca5a
https://medium.com/ordina-data/using-pydantic-models-for-settings-management-73408ad2ca5a
Medium
Using Pydantic models for settings management
Abstract: The article discusses the utilization of Pydantic models for efficient settings management. It emphasizes the importance of…
An agent-based case study for urban digital twins
https://medium.com/geospatial-intelligence/an-agent-based-case-study-for-urban-digital-twins-1e9f16a5ca2a
https://medium.com/geospatial-intelligence/an-agent-based-case-study-for-urban-digital-twins-1e9f16a5ca2a
Medium
An agent-based case study for urban digital twins
In recent years, the concept of urban digital twins has gained momentum as cities seek innovative solutions to address complex urban…
The Data-Driven Workout Plan: My Day 1 as a Fitness-Focused Analyst
https://medium.com/@akhileshraut/the-data-driven-workout-plan-my-day-1-as-a-fitness-focused-analyst-3c9fe20e4822
https://medium.com/@akhileshraut/the-data-driven-workout-plan-my-day-1-as-a-fitness-focused-analyst-3c9fe20e4822
Medium
The Data-Driven Workout Plan: My Day 1 as a Fitness-Focused Analyst
Photo by Huckster on Unsplash
Demystifying Python Classes for Beginners 🐍
https://medium.com/@kjalleda/demystifying-python-classes-for-beginners-9a90f0890d23
https://medium.com/@kjalleda/demystifying-python-classes-for-beginners-9a90f0890d23
Medium
Demystifying Python Classes for Beginners 🐍
Ever wondered what ‘classes’ are in Python programming? Think of them as blueprints for building something useful — like houses in a…
Python Dictionary: A Guide for Beginners
https://medium.com/@wordpediax/python-dictionary-a-guide-for-beginners-c05bda8756fe
https://medium.com/@wordpediax/python-dictionary-a-guide-for-beginners-c05bda8756fe
Medium
Python Dictionary: A Guide for Beginners
In the world of Python programming, dictionaries are a versatile and fundamental data structure that allows you to store and manipulate…
Optimizing Data Analysis: A Guide to Handling Missing Data Effectively
https://medium.com/@jagroopofficial29/optimizing-data-analysis-a-guide-to-handling-missing-data-effectively-083488e8cbd3
https://medium.com/@jagroopofficial29/optimizing-data-analysis-a-guide-to-handling-missing-data-effectively-083488e8cbd3
Medium
Optimizing Data Analysis: A Guide to Handling Missing Data Effectively
Managing missing data is a crucial stage in the data preparation process.
Since real-world data is rarely expected to be 100% full, it is…
Since real-world data is rarely expected to be 100% full, it is…
Merging Two Sorted Linked Lists: An Efficient Approach
https://medium.com/practice-in-public/merging-two-sorted-linked-lists-an-efficient-approach-b393a706eec6
https://medium.com/practice-in-public/merging-two-sorted-linked-lists-an-efficient-approach-b393a706eec6
Medium
Merging Two Sorted Linked Lists: An Efficient Approach
Merging sorted linked lists, O(n)
Build A Web App Using Flask in Python: Flask-SQLAlchemy (Introduction) (008)
https://medium.com/@letsstartlooping/build-a-web-app-using-flask-in-python-flask-sqlalchemy-introduction-008-8ca38e87255b
https://medium.com/@letsstartlooping/build-a-web-app-using-flask-in-python-flask-sqlalchemy-introduction-008-8ca38e87255b
Medium
Build A Web App Using Flask in Python: Flask-SQLAlchemy (Introduction) (008)
In this article, I will explain how to use Flask SQLAlchemy to work with Databases like MySQL, SQLite, PostgreSQL, etc. If you have been…
Exploring Web Scraping Projects: From Beginner to Advanced Levels
https://medium.com/@yasykur_rafii/exploring-web-scraping-projects-from-beginner-to-advanced-levels-3f2fabe811db
https://medium.com/@yasykur_rafii/exploring-web-scraping-projects-from-beginner-to-advanced-levels-3f2fabe811db
Medium
Exploring Web Scraping Projects: From Beginner to Advanced Levels
Web scraping has become an indispensable skill for extracting data from websites, allowing users to gather information for analysis…
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…