Seamless: In-Depth Walkthrough of Meta’s New Open-Source Suite of Translation Models
https://towardsdatascience.com/seamless-in-depth-walkthrough-of-metas-new-open-source-suite-of-translation-models-b3f22fd2834b
https://towardsdatascience.com/seamless-in-depth-walkthrough-of-metas-new-open-source-suite-of-translation-models-b3f22fd2834b
Medium
Seamless: In-Depth Walkthrough of Meta’s New Open-Source Suite of Translation Models
Meta’s open-source Seamless models: A deep dive into translation model architectures and a Python implementation guide using HuggingFace
Machine learning for the prediction of heart disease.
https://medium.com/@100006278/machine-learning-for-the-prediction-of-heart-disease-3bce995750bd
https://medium.com/@100006278/machine-learning-for-the-prediction-of-heart-disease-3bce995750bd
Medium
Machine learning for the prediction of heart disease.
Introduction
Demystifying DateTimeIndex in Pandas for Time Series Analysis
https://towardsfinance.com/demystifying-datetimeindex-in-pandas-for-time-series-analysis-cc75794a7ee7
https://towardsfinance.com/demystifying-datetimeindex-in-pandas-for-time-series-analysis-cc75794a7ee7
Medium
Demystifying DateTimeIndex in Pandas for Time Series Analysis
Time series are everywhere in the financial sector! When processing time series, there are so many points to consider. In this article, we…
Event-triggering a LLM: connecting agents with loaders
https://medium.com/@luca.brunello5/event-triggering-a-llm-connecting-agents-with-loaders-57fdf62151da
https://medium.com/@luca.brunello5/event-triggering-a-llm-connecting-agents-with-loaders-57fdf62151da
Medium
Event-triggering a LLM: connecting agents with loaders
Lately I had the chance to work on a solution of generative AI, and after some tests locally, we proceed to think about switching in…
SCD2 – Implementing Slowly Changing Dimension Type 2 in PySpark
https://medium.com/@jsl.jaisingh/implementing-slowly-changing-dimension-type-2-scd2-in-pyspark-e0f7db79122f
https://medium.com/@jsl.jaisingh/implementing-slowly-changing-dimension-type-2-scd2-in-pyspark-e0f7db79122f
Medium
SCD2 – Implementing Slowly Changing Dimension Type 2 in PySpark
SCD-2: Capturing the Past, Informing the Future
Building and Hacking a Basic Authentication System with Python
https://medium.com/sudo-learning/building-and-hacking-a-basic-authentication-system-with-python-949ca74d61cd
https://medium.com/sudo-learning/building-and-hacking-a-basic-authentication-system-with-python-949ca74d61cd
Medium
Building and Hacking a Basic Authentication System with Python
Dictionaries and why they should never be used to store secrets.
Easy Generators in Python Or Poor Me :)
https://medium.com/@boxa.devops/easy-generators-in-python-or-poor-me-fbb4e26b76a1
https://medium.com/@boxa.devops/easy-generators-in-python-or-poor-me-fbb4e26b76a1
Medium
Easy Generators in Python Or Poor Me :)
I recently had a technical interview where I was asked about intermediate to advanced topics. However, during the coding session, the…
Two basic concepts that every Python developer should know
https://medium.com/@Sergeant_Andy/two-basic-concepts-that-every-python-developer-should-know-a1d45b190e50
https://medium.com/@Sergeant_Andy/two-basic-concepts-that-every-python-developer-should-know-a1d45b190e50
Medium
Two basic concepts that every Python developer should know
Five years ago, while in my first year of university, I first learned about these techniques and principles. At first, I didn’t pay much…
Why SHOULD Python be your first language?
https://medium.com/@nijhof.dns/why-should-python-be-your-first-language-69e38ab1cf29
https://medium.com/@nijhof.dns/why-should-python-be-your-first-language-69e38ab1cf29
Medium
Why SHOULD Python be your first language?
While reading an article by Krishnaa on why Python shouldn’t be one’s first programming language, I found myself disagreeing with many of…
PANDAS ESSENTIALS FROM A BEGINNER’S PERSPECTIVE
https://medium.com/@gideonmarkus/pandas-essentials-from-a-beginners-perspective-bc5d2bf6371b
https://medium.com/@gideonmarkus/pandas-essentials-from-a-beginners-perspective-bc5d2bf6371b
Medium
PANDAS ESSENTIALS FROM A BEGINNER’S PERSPECTIVE
Introduction:
Process Mining: Variant analysis with Python
https://medium.com/@abelnkwachi/process-mining-variant-analysis-with-python-b6e51535ff9a
https://medium.com/@abelnkwachi/process-mining-variant-analysis-with-python-b6e51535ff9a
Medium
Process Mining: Variant analysis with Python
Before we go into coding, let’s start by explaining what a Process Variant is. Process variants represent different sequences of activities…
Mastering Python: 10 Essential Snippets to Level Up Your Coding Skills
https://medium.com/@toptalenticalcio/mastering-python-10-essential-snippets-to-level-up-your-coding-skills-31cbbd7ba809
https://medium.com/@toptalenticalcio/mastering-python-10-essential-snippets-to-level-up-your-coding-skills-31cbbd7ba809
Medium
Mastering Python: 10 Essential Snippets to Level Up Your Coding Skills
Navigating the depths of Python goes far beyond a mastery of syntax — it’s about tapping into its sheer potential to craft code that’s not…
Adding Amazon DynamoDB Memory to Amazon Bedrock using LangChain Expression Language (LCEL) 🦜️🔗
https://medium.com/@dminhk/adding-amazon-dynamodb-memory-to-amazon-bedrock-using-langchain-expression-language-lcel-%EF%B8%8F-1ca55407ecdb
https://medium.com/@dminhk/adding-amazon-dynamodb-memory-to-amazon-bedrock-using-langchain-expression-language-lcel-%EF%B8%8F-1ca55407ecdb
Medium
Adding Amazon DynamoDB Memory to Amazon Bedrock using LangChain Expression Language (LCEL) 🦜️🔗
Add persistent memory to your conversational AI application
A Guide for data preprocessing in Python
https://pytechacademy.medium.com/a-guide-for-data-preprocessing-in-python-baab0f5ff4c8
https://pytechacademy.medium.com/a-guide-for-data-preprocessing-in-python-baab0f5ff4c8
Medium
A Guide for data preprocessing in Python
Data preprocessing is an important step in any data analysis or machine learning project. It involves converting raw data into a format…
Building an Intelligent Chat Agent: The Power of Chat Agents in Data Science with Python (Part 1)
https://medium.com/@data95/building-an-intelligent-chat-agent-the-power-of-chat-agents-in-data-science-with-python-part-1-637a3bbab247
https://medium.com/@data95/building-an-intelligent-chat-agent-the-power-of-chat-agents-in-data-science-with-python-part-1-637a3bbab247
Medium
Building an Intelligent Chat Agent: The Power of Chat Agents in Data Science with Python (Part 1)
Embark on a transformative journey through data science as we unveil the secrets of crafting a cutting-edge chat agent powered by Python.