Error encountered during initialization of the flask Migration
https://medium.com/@rakesh0651/error-encountered-during-initialization-flask-migration-9e846a7af415
https://medium.com/@rakesh0651/error-encountered-during-initialization-flask-migration-9e846a7af415
Medium
Error encountered during initialization of the flask Migration
Command used: flask db init (press enter)
Make Your First AI in 15 Minutes with Python
https://medium.com/@arshiad3v/make-your-first-ai-in-15-minutes-with-python-09cca56a71f8
https://medium.com/@arshiad3v/make-your-first-ai-in-15-minutes-with-python-09cca56a71f8
Medium
Building Your First AI as Fast as Possible
Today we are going to guide you through the process of creating your very first artificial intelligence using Google Colab, pandas, and TensorFlow in Python. Google’s Colab allows us to write and…
5 IMPRESSIVE Python Resume Projects (You Can Finish in A Weekend)
https://medium.com/@arshiad3v/5-impressive-python-resume-projects-you-can-finish-in-a-weekend-99b4bd2f4adb
https://medium.com/@arshiad3v/5-impressive-python-resume-projects-you-can-finish-in-a-weekend-99b4bd2f4adb
Medium
Project Building: A Gateway to High Salaried Coding Jobs
Irrespective of whether you have a CS degree or any previous coding experience, adding the right projects to your resume can put you ahead of other candidates. The key is not just to build random…
Implementing Tree-of-Thoughts with LLM using Langchain
https://medium.com/@renu.0731/implementing-tree-of-thoughts-with-llm-using-langchain-9604e04cbbaa
https://medium.com/@renu.0731/implementing-tree-of-thoughts-with-llm-using-langchain-9604e04cbbaa
Medium
Implementing Tree-of-Thoughts with LLM using Langchain
In a landscape where language models often seem to possess a mind of their own, a new frontier emerges with the “Tree of Thoughts” model…
Mastering the Unknown: Leveraging Softmax and Boltzmann Exploration for Optimal Decision-Making in…
https://medium.com/@evertongomede/mastering-the-unknown-leveraging-softmax-and-boltzmann-exploration-for-optimal-decision-making-in-cccd3f6b0032
https://medium.com/@evertongomede/mastering-the-unknown-leveraging-softmax-and-boltzmann-exploration-for-optimal-decision-making-in-cccd3f6b0032
Medium
Mastering the Unknown: Leveraging Softmax and Boltzmann Exploration for Optimal Decision-Making in…
Abstract
How to Create a Python Package from Scratch
https://medium.com/@AlexanderObregon/how-to-create-a-python-package-from-scratch-ce68e28453fb
https://medium.com/@AlexanderObregon/how-to-create-a-python-package-from-scratch-ce68e28453fb
Medium
How to Create a Python Package from Scratch
Introduction
Navigating the python dependency hell for package publishers
https://medium.com/@mathav95raj/navigating-the-python-dependency-hell-for-package-publishers-3d73a33677e8
https://medium.com/@mathav95raj/navigating-the-python-dependency-hell-for-package-publishers-3d73a33677e8
Medium
Navigating the python dependency hell for package publishers
In a project requiring installation of multiple python packages, one more often encounters an error stating that pip was unable to install…
Build a LLM App with RAG to Chat with GitHub in 10 Lines of Python
https://medium.com/@bijit211987/build-a-llm-app-with-rag-to-chat-with-github-in-10-lines-of-python-a23002de49b0
https://medium.com/@bijit211987/build-a-llm-app-with-rag-to-chat-with-github-in-10-lines-of-python-a23002de49b0
Medium
Build a LLM App with RAG to Chat with GitHub in 10 Lines of Python
Let’s explore straight how to build a Large Language Model (LLM) app that can chat with GitHub using Retrieval-Augmented Generation (RAG)…
Create 3D Earth Animation using Manim
https://medium.com/@kamol.roy08/create-3d-earth-animation-using-manim-892245675f62
https://medium.com/@kamol.roy08/create-3d-earth-animation-using-manim-892245675f62
Medium
Create 3D Earth Animation using Manim
In my previous article, we explored the power of Manim for geographic visualization, leveraging its capabilities to bring spatial data to…
Implementing Medallion Architecture in Microsoft Fabric with Lake House and Data Warehousing Pt. 2
https://luis-oliveira.medium.com/implementing-medallion-architecture-in-microsoft-fabric-with-lake-house-and-data-warehousing-pt-2-4ddff8916bd3
https://luis-oliveira.medium.com/implementing-medallion-architecture-in-microsoft-fabric-with-lake-house-and-data-warehousing-pt-2-4ddff8916bd3
Medium
Implementing Medallion Architecture in Microsoft Fabric with Lake House and Data Warehousing Pt. 2
As we dive into the silver layer of medallion architecture within Microsoft Fabric, we’re about to get hands-on with some Python magic…
A Tutorial on Variable Importance (with SHAP) in Python
https://medium.com/@rolandnagydata/a-tutorial-on-variable-importance-with-shap-in-python-b4fb3c96a710
https://medium.com/@rolandnagydata/a-tutorial-on-variable-importance-with-shap-in-python-b4fb3c96a710
Medium
A Tutorial on Variable Importance (with SHAP) in Python
Comprehensive but to the point summary of the variable importance metrics, in particular the SHAP approach and a real-life example.
Are Equally Weighted ETFs Truly Superior to Market Cap Indexes?
https://ai.gopubby.com/are-equally-weighted-etfs-truly-superior-to-market-cap-indexes-d1c3e0567b27
https://ai.gopubby.com/are-equally-weighted-etfs-truly-superior-to-market-cap-indexes-d1c3e0567b27
Medium
Are Equally Weighted ETFs Truly Superior to Market Cap Indexes?
This article provides you with the Python code needed to analyze investments and make better decisions.
Web Scraping Stats & Game Scores from MLB.com Using Requests Library
https://chineloosuji.medium.com/web-scraping-stats-game-scores-from-mlb-com-using-requests-library-b3c32e2b2ec9
https://chineloosuji.medium.com/web-scraping-stats-game-scores-from-mlb-com-using-requests-library-b3c32e2b2ec9
Medium
Web Scraping Stats & Game Scores from MLB.com Using Requests Library
Looking for access to sports data but can’t find a free API?
Thinking about grabbing your credit card and signing up for one?
Thinking about grabbing your credit card and signing up for one?
Tech Translations: How to Approach Them with AI for Your Next App
https://medium.com/@vadikus/tech-translations-how-to-approach-them-with-ai-for-your-next-app-49519419e8a5
https://medium.com/@vadikus/tech-translations-how-to-approach-them-with-ai-for-your-next-app-49519419e8a5
Medium
Tech Translations: How to Approach Them with AI for Your Next App
No matter who you are in IT, one thing is familiar to almost everyone who works with an international audience: translations. This is…
Data Splitting With Python & Sci-Kit Learn (train, test, split)
https://medium.com/@onehenry/data-splitting-with-python-sci-kit-learn-train-test-split-1d22d7d79c94
https://medium.com/@onehenry/data-splitting-with-python-sci-kit-learn-train-test-split-1d22d7d79c94
Medium
Data Splitting With Python & Sci-Kit Learn (train, test, split)
When working on a supervised learning problem, there are crucial steps that you need to take in order to develop a ML model that performs…