Creational Design Patterns #1: Factory Method
https://vijayasriiyer.medium.com/creational-design-patterns-1-factory-method-fc206edc8b6d
https://vijayasriiyer.medium.com/creational-design-patterns-1-factory-method-fc206edc8b6d
Medium
Creational Design Patterns #1: Factory Method
Factory method provides an interface for creating objects in a superclass, allowing the inherited subclasses to alter the type of objects
From Manual to Magical: Transforming Data Analysis with Python
https://medium.com/technology-nineleaps/from-manual-to-magical-transforming-data-analysis-with-python-350777540729
https://medium.com/technology-nineleaps/from-manual-to-magical-transforming-data-analysis-with-python-350777540729
Medium
From Manual to Magical: Transforming Data Analysis with Python
In today’s data-driven world, the ability to automate routine tasks is a game-changer. Python, with its extensive libraries and scripting…
Speed Boost: How Multi-Threading Makes Your Programs Faster
https://medium.com/@mailmeastushar/speed-boost-how-multi-threading-makes-your-programs-faster-fc663e27d98c
https://medium.com/@mailmeastushar/speed-boost-how-multi-threading-makes-your-programs-faster-fc663e27d98c
Medium
Speed Boost: How Multi-Threading Makes Your Programs Faster
Imagine you’re at a grocery store, and you need to buy a bunch of items. Now, you have two options:
Navigating the AI Galaxy: Unraveling Bias for Fair Outcomes
https://medium.com/@giuseppelepisco/navigating-the-ai-galaxy-unraveling-bias-for-fair-outcomes-a3b10da95eb5
https://medium.com/@giuseppelepisco/navigating-the-ai-galaxy-unraveling-bias-for-fair-outcomes-a3b10da95eb5
Medium
Navigating the AI Galaxy: Unraveling Bias for Fair Outcomes
In the vast expanse of the digital universe, where algorithms rule and data flows like stardust, there lies a challenge that threatens the…
An Introduction to Machine Learning: Basic Concepts
https://python.plainenglish.io/an-introduction-to-machine-learning-basic-concepts-979786dfd838
https://python.plainenglish.io/an-introduction-to-machine-learning-basic-concepts-979786dfd838
Medium
An Introduction to Machine Learning: Basic Concepts
Abstract
Building a quick Q&A chatbot with Falcon-180b
https://medium.com/@jyotidabass/building-a-quick-q-a-chatbot-with-falcon-180b-b9b6438888ba
https://medium.com/@jyotidabass/building-a-quick-q-a-chatbot-with-falcon-180b-b9b6438888ba
Medium
Building a quick Q&A chatbot with Falcon-180b
Falcon 180B is a 180-billion-parameter Large Language Model (LLM). It has comparable performance to Google’s PaLM 2 (Bard) and is not far…
[notes on] Accessing Databases using Python
https://adzic-tanja.medium.com/notes-on-accessing-databases-using-python-086eebd95e4e
https://adzic-tanja.medium.com/notes-on-accessing-databases-using-python-086eebd95e4e
Medium
[notes on] Accessing Databases using Python
In these notes, we will dive into fundamental concepts related to using Python to interact with databases. Using Jupyter Notebooks, we will…
Change Data Capture (CDC) Realtime Streaming with Postgres, Debezium, Kafka, Apache Spark and Slack
https://medium.com/@yusuf.ganiyu/change-data-capture-cdc-realtime-streaming-with-postgres-debezium-kafka-apache-spark-and-slack-42f6ee74bc1c
https://medium.com/@yusuf.ganiyu/change-data-capture-cdc-realtime-streaming-with-postgres-debezium-kafka-apache-spark-and-slack-42f6ee74bc1c
Medium
Change Data Capture (CDC) Realtime Streaming with Postgres, Debezium, Kafka, Apache Spark and Slack
In the dynamic world of data processing and analytics, Change Data Capture (CDC) stands out as a critical technology for real-time data…
The Compound Assignment Operator in Python
https://zlliu.medium.com/the-compound-assignment-operator-in-python-24d4c5b97391
https://zlliu.medium.com/the-compound-assignment-operator-in-python-24d4c5b97391
Medium
The Compound Assignment Operator in Python
# Python From Zero To One (Part 5)
Fantastic 5 Python Build Tools Every Python Developer Should Have 🧑💻
https://python.plainenglish.io/python-build-tools-8aa38a158c82
https://python.plainenglish.io/python-build-tools-8aa38a158c82
Medium
Fantastic 5 Python Build Tools Every Python Developer Should Have 🧑💻
Looking for the best Python build tools to accelerate your development process? Well, check out this list of the best 5 Python build tools…
Python in Late 2023: Unleashing the Power of a Timeless Language
https://medium.com/@giuseppelepisco/python-in-late-2023-unleashing-the-power-of-a-timeless-language-75bd73ee7a72
https://medium.com/@giuseppelepisco/python-in-late-2023-unleashing-the-power-of-a-timeless-language-75bd73ee7a72
Medium
Python in Late 2023: Unleashing the Power of a Timeless Language
Still worth learning, still worth using
Strategic ML Analytics in Finance: Steps on Manual Approach to NPA Predictions
https://rameshponnusamy.medium.com/strategic-ml-analytics-in-finance-steps-on-manual-approach-to-npa-predictions-ef6fa1cc180a
https://rameshponnusamy.medium.com/strategic-ml-analytics-in-finance-steps-on-manual-approach-to-npa-predictions-ef6fa1cc180a
Medium
Strategic ML Analytics in Finance: Steps on Manual Approach to NPA Predictions
Hey there, we’re on a mission to predict Non-Performing Assets (Bad Loans) the old-school way, steering clear of all those complicated…
FastAPI Template for LLM SaaS Part 2 — Celery and Pg-vector
https://pub.towardsai.net/fastapi-template-for-llm-saas-part-2-celery-and-pg-vector-0db158b6c1b0
https://pub.towardsai.net/fastapi-template-for-llm-saas-part-2-celery-and-pg-vector-0db158b6c1b0
Medium
FastAPI Template for LLM SaaS Part 2 — Celery and Pg-vector
This blog post is part of the FastAPI + Supabase Template for LLM SaaS series, building on the concepts introduced in Part 1 (Auth and File…
Fun of Python 🐍Programming for Teens ✨ — Part 8
https://medium.com/@merwan01/fun-of-python-programming-for-teens-part-8-e13149d09bb6
https://medium.com/@merwan01/fun-of-python-programming-for-teens-part-8-e13149d09bb6
Medium
Fun of Python 🐍Programming for Teens ✨ — Part 8
🎤Combining Loops and Functions — Supercharge 💥 Code!