LangChain: How to build AI-driven Applications
https://medium.com/@ioann.lazaridis/langchain-how-to-build-ai-driven-applications-27443a4a46e3
https://medium.com/@ioann.lazaridis/langchain-how-to-build-ai-driven-applications-27443a4a46e3
Medium
LangChain: How to build AI-driven Applications
TL;DR: This article dives into LangChain, an essential framework for integrating Large Language Models (LLMs) like GPT-4 into Python…
Asynchronous programming in Python with async functions and asyncio
https://blog.devgenius.io/asynchronous-programming-in-python-with-async-functions-and-asyncio-ba673a4abab6
https://blog.devgenius.io/asynchronous-programming-in-python-with-async-functions-and-asyncio-ba673a4abab6
Medium
Asynchronous programming in Python with async functions and asyncio
Because asynchronous programming wasn’t always a language feature in python before 3.5, its implementation is a little bit weird when you…
Python Portfolio-Exploratory General Social Survey Data
https://medium.com/@nugrh.akbar/python-portfolio-exploratory-general-social-survey-data-9f95a6e7430a
https://medium.com/@nugrh.akbar/python-portfolio-exploratory-general-social-survey-data-9f95a6e7430a
Medium
Python Portfolio-Exploratory General Social Survey Data
Hello! I did a project to demonstrate my understanding of python. This time, i’m gonna show EDA from General Social Survey.
Who’s On First? (3/6) — Using SimpleRNN in Keras to Generate Fake Baseball Player Names
https://medium.com/@datasciencefilmmaker/whos-on-first-3-569da9d2b4f3
https://medium.com/@datasciencefilmmaker/whos-on-first-3-569da9d2b4f3
Medium
Who’s On First? (3/6) — Using SimpleRNN in Keras to Generate Fake Baseball Player Names
So far in this series I have downloaded and parsed the names of every Major League Baseball player in history, built a recurrent neural…
Stack and Queue: How much do we know about them?
https://medium.com/@AbhiramiVS/stack-and-queue-how-much-do-we-know-about-them-c81fda19ffa2
https://medium.com/@AbhiramiVS/stack-and-queue-how-much-do-we-know-about-them-c81fda19ffa2
Medium
Stack and Queue: How much do we know about them?
Stacks and Queues are two of the most important data structures, and this post will be discussing about these data structures, their…
Python Portfolio-Exploratory World Cup Data
https://medium.com/@nugrh.akbar/python-portfolio-exploratory-world-cup-data-5f975873d598
https://medium.com/@nugrh.akbar/python-portfolio-exploratory-world-cup-data-5f975873d598
Medium
Python Portfolio-Exploratory World Cup Data
Hello! I did a project to demonstrate my understanding of python. This time, i’m gonna show EDA of World Cup Data. Let’s check it out !
Welcome to Python: An Introduction to a Powerful and Versatile Language
https://medium.com/@ngerardtrevor/welcome-to-python-an-introduction-to-a-powerful-and-versatile-language-a6d0e0da20b0
https://medium.com/@ngerardtrevor/welcome-to-python-an-introduction-to-a-powerful-and-versatile-language-a6d0e0da20b0
Medium
Welcome to Python: An Introduction to a Powerful and Versatile Language
The vast realm of programming languages can feel overwhelming for beginners. But fear not! If you’re seeking a powerful, versatile, and…
ChatGPT & Document Formats: A Solution for Reading and Converting Presentations
https://medium.com/dmxai/chatgpt-document-formats-a-solution-for-reading-and-converting-presentations-4ac7ada2eada
https://medium.com/dmxai/chatgpt-document-formats-a-solution-for-reading-and-converting-presentations-4ac7ada2eada
Medium
ChatGPT & Document Formats: A Solution for Reading and Converting Presentations
The Challenge
Remove emotion from trading: Using Python to apply risk management strategies
https://medium.com/@jadendux/remove-emotion-from-trading-using-python-to-apply-risk-management-strategies-90fb565e2f31
https://medium.com/@jadendux/remove-emotion-from-trading-using-python-to-apply-risk-management-strategies-90fb565e2f31
Medium
Remove emotion from trading: Using Python to apply risk management strategies
Introduction
Solving a Tennis Refactoring Challenge in Python using SOLID
https://towardsdatascience.com/solving-a-tennis-refactoring-challenge-in-python-using-solid-f1282f85e7e0
https://towardsdatascience.com/solving-a-tennis-refactoring-challenge-in-python-using-solid-f1282f85e7e0
Medium
Solving a Tennis Refactoring Challenge in Python using SOLID
A step-by-step illustration of how to use SOLID to solve a refactoring challenge
BigQuery Methods For Re-Creating Pandas’ Top EDA Functions
https://towardsdatascience.com/bigquery-methods-for-re-creating-pandas-top-eda-functions-487d3f1abe07
https://towardsdatascience.com/bigquery-methods-for-re-creating-pandas-top-eda-functions-487d3f1abe07
Medium
BigQuery Methods For Re-Creating Pandas’ Top EDA Functions
In this guide, we’ll explore how to re-create key Pandas functions used for EDA such as describe and corr in BigQuery
GitHub Simplified: A Comprehensive Guide to Cloning Private Repositories with GitHub application…
https://blog.jurkiewicz.tech/github-simplified-a-comprehensive-guide-to-cloning-private-repositories-with-github-application-a39d5d486537
https://blog.jurkiewicz.tech/github-simplified-a-comprehensive-guide-to-cloning-private-repositories-with-github-application-a39d5d486537
Medium
How to Clone a Private Repository from GitHub on Windows using GitHub Desktop without ssh keys or PAT
In the world of software development, GitHub has become an essential tool for version control and collaboration. It allows developers to…
Malicious Domain Detection using Machine Learning
https://medium.com/@tentotheminus9/malicious-domain-detection-using-machine-learning-f1745a78580d
https://medium.com/@tentotheminus9/malicious-domain-detection-using-machine-learning-f1745a78580d
Medium
Malicious Domain Detection using Machine Learning
Spam detection, a classic example of machine learning (ML) applied to cyber security, has been around for many years. The way it works can be understood intuitively based upon how we as humans…
Python and Boto3: Automating AWS Services
https://medium.com/@michele-costa/python-and-boto3-automating-aws-services-3c8afcfefb8a
https://medium.com/@michele-costa/python-and-boto3-automating-aws-services-3c8afcfefb8a
Medium
Python and Boto3: Automating AWS Services
Stop AWS EC2 instances on schedule
Introducing PyCBCount: Simplified Blood Count Analysis
https://medium.com/@oliver.lovstrom/introducing-pycbcount-simplified-blood-count-analysis-aca6ebbbf12f
https://medium.com/@oliver.lovstrom/introducing-pycbcount-simplified-blood-count-analysis-aca6ebbbf12f
Medium
Introducing PyCBCount: Simplified Blood Count Analysis
Complete Blood Count Analysis At Home— Using Python
Optimizing Random Forest Models: A Deep Dive into Hyperparameter Tuning with Optuna
https://medium.com/@ethannabatchian/optimizing-random-forest-models-a-deep-dive-into-hyperparameter-tuning-with-optuna-b8e4fe7f3670
https://medium.com/@ethannabatchian/optimizing-random-forest-models-a-deep-dive-into-hyperparameter-tuning-with-optuna-b8e4fe7f3670
Medium
Optimizing Random Forest Models: A Deep Dive into Hyperparameter Tuning with Optuna
In this project, I’ll leverage Optuna for hyperparameter tuning optimization. Utilizing Seaborn’s life expectancy dataset, I aim to guide…