Unveiling the Magic of USSD Wallets: My Journey into Python and SQLAlchemy
https://medium.com/@isaackiplangat1999/unveiling-the-magic-of-ussd-wallets-my-journey-into-python-and-sqlalchemy-21b0e6fadf2a
https://medium.com/@isaackiplangat1999/unveiling-the-magic-of-ussd-wallets-my-journey-into-python-and-sqlalchemy-21b0e6fadf2a
Medium
Unveiling the Magic of USSD Wallets: My Journey into Python and SQLAlchemy
Ever wondered about the magic behind USSD wallets? So did I! In my quest to unravel the mysteries of this fascinating technology, I decided…
A Junior Developers View of Senior Code (and Established Projects)
https://masoncb.medium.com/a-junior-developers-view-of-senior-code-and-established-projects-11ffa31015ae
https://masoncb.medium.com/a-junior-developers-view-of-senior-code-and-established-projects-11ffa31015ae
Medium
A Junior Developers View of Senior Code (and Established Projects)
A perspective on learning via the fire hose method and how it feels as a junior Dev to come into an established environment.
Writing Functions in Python For Absolute Beginners
https://zlliu.medium.com/writing-functions-in-python-for-absolute-beginners-e0fc7830dda8
https://zlliu.medium.com/writing-functions-in-python-for-absolute-beginners-e0fc7830dda8
Medium
Writing Functions in Python For Absolute Beginners
# Python From Zero To One — Part 10
HOW TO INTEGRATE PYTHON WITH AZURE SQL DATABASE FOR ETL PROCESSES
https://sanctitygeorge.medium.com/how-to-integrate-python-with-azure-sql-database-for-etl-processes-e986dff9e959
https://sanctitygeorge.medium.com/how-to-integrate-python-with-azure-sql-database-for-etl-processes-e986dff9e959
Medium
HOW TO INTEGRATE PYTHON WITH AZURE SQL DATABASE FOR ETL PROCESSES
Recently, I was working on a data project where I needed to connect to an Azure SQL database using Python script and extract data from…
Photo by Alex Shuper on Unsplash
https://medium.com/@muzaffirkumar/photo-by-alex-shuper-on-unsplash-3f766fd1f0f4
https://medium.com/@muzaffirkumar/photo-by-alex-shuper-on-unsplash-3f766fd1f0f4
Medium
Photo by Alex Shuper on Unsplash
The Interrupted Asynchronous Task Problem and Solution with Python RQ
https://medium.com/@berkay.bat/the-interrupted-asynchronous-task-problem-and-solution-with-python-rq-435f1a597631
https://medium.com/@berkay.bat/the-interrupted-asynchronous-task-problem-and-solution-with-python-rq-435f1a597631
Medium
The Interrupted Asynchronous Task Problem and Solution with Python RQ
Introduction
How to ensure that others can run your code
https://blog.esciencecenter.nl/how-to-ensure-that-others-can-run-your-code-4c7672524a69
https://blog.esciencecenter.nl/how-to-ensure-that-others-can-run-your-code-4c7672524a69
Medium
How to ensure that others can run your code
By Julian Gonggrijp
Mastering the Prototype Design Pattern in Python for Efficient Coding
https://medium.com/@sigrid77/mastering-the-prototype-design-pattern-in-python-for-efficient-coding-cc397064118c
https://medium.com/@sigrid77/mastering-the-prototype-design-pattern-in-python-for-efficient-coding-cc397064118c
Medium
Mastering the Prototype Design Pattern in Python for Efficient Coding
Hey there! I’ve talked about design patterns before, and I’ve seen how much you all love learning about them. It’s not every day in the Python universe that we come across these nifty patterns, but…
Navigating the World of Transformers: A Dive into Encoder and Multi-Head Attention in Python
https://medium.com/@granville.turcotte/navigating-the-world-of-transformers-a-dive-into-encoder-and-multi-head-attention-in-python-98e55e66ca44
https://medium.com/@granville.turcotte/navigating-the-world-of-transformers-a-dive-into-encoder-and-multi-head-attention-in-python-98e55e66ca44
Medium
Navigating the World of Transformers: A Dive into Encoder and Multi-Head Attention in Python
Imagine a world where computers understand language just like us. That’s the goal of Natural Language Processing (NLP), where we teach machines the nuances of human language. At the heart of this is…
Mastering Hawkes Processes for Event Prediction in Python
https://medium.com/@brandt47/mastering-hawkes-processes-for-event-prediction-in-python-bfaed43f3f2c
https://medium.com/@brandt47/mastering-hawkes-processes-for-event-prediction-in-python-bfaed43f3f2c
Medium
Mastering Hawkes Processes for Event Prediction in Python
Hawkes Processes are fascinating statistical tools that allow us to predict the likelihood of events over time, based on previous occurrences. They’ve been a buzz in the data science community for…
Flutter and Object-Orientated Concepts: A data scientist meets app development
https://medium.com/@markstent/flutter-and-object-orientated-concepts-a-data-scientist-meets-app-development-b8416ea4c797
https://medium.com/@markstent/flutter-and-object-orientated-concepts-a-data-scientist-meets-app-development-b8416ea4c797
Medium
Flutter and Object-Orientated Concepts: A data scientist meets app development
As a data scientist, I’ve always been intrigued by the power and simplicity of Python — it’s been my go-to language for data analysis…
Crafting a Compact Language Model: Your Guide to a Mini LLaMA
https://medium.com/@tom.baumbach57/crafting-a-compact-language-model-your-guide-to-a-mini-llama-aa796cb62490
https://medium.com/@tom.baumbach57/crafting-a-compact-language-model-your-guide-to-a-mini-llama-aa796cb62490
Medium
Crafting a Compact Language Model: Your Guide to a Mini LLaMA
Have you ever wondered how tech giants build AI that can chat, answer questions, or write stories? They use something called a Large Language Model (LLM). These models can have billions of settings…
Supercharging Your FastAPI for Machine Learning Workloads
https://medium.com/@lorena_frami/supercharging-your-fastapi-for-machine-learning-workloads-8c34470c61fd
https://medium.com/@lorena_frami/supercharging-your-fastapi-for-machine-learning-workloads-8c34470c61fd
Medium
Supercharging Your FastAPI for Machine Learning Workloads
FastAPI has quickly become the go-to choice for deploying machine learning models. It’s a powerful tool that has won the hearts of developers, thanks to its simplicity and performance. However, to…
Migrating from Matlab to Python or Vice Versa?
https://code.likeagirl.io/migrating-from-matlab-to-python-or-vice-versa-4da119628235
https://code.likeagirl.io/migrating-from-matlab-to-python-or-vice-versa-4da119628235
Medium
Migrating from Matlab to Python or Vice Versa?
Take these 5 key differences into consideration
Day-24 — Local And Global Variable In Python
https://medium.com/@imshivam077/day-24-local-and-global-variable-in-python-8f46288fd641
https://medium.com/@imshivam077/day-24-local-and-global-variable-in-python-8f46288fd641
Medium
Day-24 — Local And Global Variable In Python
Local Variables:
Python — Greedy Algorithms for Optimization Problems
https://medium.com/@KeyurRamoliya/python-greedy-algorithms-for-optimization-problems-16504e9929f4
https://medium.com/@KeyurRamoliya/python-greedy-algorithms-for-optimization-problems-16504e9929f4
Medium
Python — Greedy Algorithms for Optimization Problems
Greedy algorithms are helpful for solving optimization problems by making a series of locally optimal choices that lead to a globally…
Decoding Apache Spark Architecture: 10 Essential Concepts and Files Demystified with Practical…
https://medium.com/@techlakshmi.india/decoding-apache-spark-architecture-10-essential-concepts-and-files-demystified-with-practical-7327a443efaa
https://medium.com/@techlakshmi.india/decoding-apache-spark-architecture-10-essential-concepts-and-files-demystified-with-practical-7327a443efaa
Medium
Decoding Apache Spark Architecture: 10 Essential Concepts and Files Demystified with Practical…
Apache Spark, renowned for its lightning-fast distributed data processing, relies on a robust architecture. In this article, we’ll unravel…