Recreating Python’s Math Library, In Pure Python
https://medium.com/@T-Vine/recreating-pythons-math-library-in-pure-python-01ec5899c9f9
https://medium.com/@T-Vine/recreating-pythons-math-library-in-pure-python-01ec5899c9f9
Medium
Recreating Python’s Math Library, In Pure Python
Exploring how Python Maths work, and recreating trigonometric functions and more in Pure Python code, with no libraries.
Enhancing Reinforcement Learning in Sparse Reward Environments through Hindsight Experience Replay
https://medium.com/@evertongomede/enhancing-reinforcement-learning-in-sparse-reward-environments-through-hindsight-experience-replay-6a8837e2e052
https://medium.com/@evertongomede/enhancing-reinforcement-learning-in-sparse-reward-environments-through-hindsight-experience-replay-6a8837e2e052
Medium
Enhancing Reinforcement Learning in Sparse Reward Environments through Hindsight Experience Replay
Abstract
Streamlining Data Processing : Combining Multiple Excel/CSV Files into One Excel File Using Python
https://medium.com/@sophykwamboka24/streamlining-data-processing-combining-multiple-excel-csv-files-into-one-excel-file-using-python-707e4a3d44b1
https://medium.com/@sophykwamboka24/streamlining-data-processing-combining-multiple-excel-csv-files-into-one-excel-file-using-python-707e4a3d44b1
Medium
Streamlining Data Processing : Combining Multiple Excel/CSV Files into One Excel File Using Python
Introduction
Get to know the greatest football league in the world with python and transfermarkt
https://footballdotpy.medium.com/get-to-know-the-greatest-football-league-in-the-world-with-python-and-transfermarkt-25a7cfa6b136
https://footballdotpy.medium.com/get-to-know-the-greatest-football-league-in-the-world-with-python-and-transfermarkt-25a7cfa6b136
Medium
Get to know the greatest football league in the world with python and transfermarkt
The League of Ireland has earned the endearing nickname ‘the greatest league in the world’ from fans and pundits across Ireland. While…
Harnessing the Power of OpenAI’s Whisper Models: A Comprehensive Guide for Local Deployment
https://mustafaalimir.medium.com/harnessing-the-power-of-openais-whisper-models-a-comprehensive-guide-for-local-deployment-84ecb9707623
https://mustafaalimir.medium.com/harnessing-the-power-of-openais-whisper-models-a-comprehensive-guide-for-local-deployment-84ecb9707623
Medium
Harnessing the Power of OpenAI’s Whisper Models: A Comprehensive Guide for Local Deployment
This article guide you through process of utilizing Whisper model locally followed by exploration of its performance across various…
Unveiling Sentiments: A Data Science Journey Through Doctor Reviews
https://medium.com/@mathuzala/unveiling-sentiments-a-data-science-journey-through-doctor-reviews-7abf404d82c7
https://medium.com/@mathuzala/unveiling-sentiments-a-data-science-journey-through-doctor-reviews-7abf404d82c7
Medium
Unveiling Sentiments: A Data Science Journey Through Doctor Reviews
In the dynamic world of healthcare the perspectives and experiences of patients are invaluable. These insights typically found in…
Debugging Setup Guide for Python Projects
https://medium.com/@developertimeline/debugging-setup-guide-for-python-projects-04cabd90e82d
https://medium.com/@developertimeline/debugging-setup-guide-for-python-projects-04cabd90e82d
Medium
Debugging Setup Guide for Python Projects
In this post, I will show you proper debugging of a real-world project. Debugging is not adding print or log statements and rely on output of those methods. There could be underlying cause of a bug…
Implementing Async Logging in FastAPI Middleware
https://medium.com/@dresraceran/implementing-async-logging-in-fastapi-middleware-b112aa9c0db8
https://medium.com/@dresraceran/implementing-async-logging-in-fastapi-middleware-b112aa9c0db8
Medium
Implementing Async Logging in FastAPI Middleware
If you are accustomed to Python’s logging module and frequently work with large datasets, you might consider implementing logging in a way…
An Introduction to Python data types
https://medium.com/@randomcobalt/an-introduction-to-python-data-types-2fcb3d689d35
https://medium.com/@randomcobalt/an-introduction-to-python-data-types-2fcb3d689d35
Medium
An Introduction to Python data types
Cracking Python development for professionals
https://alvaropaconeto.medium.com/cracking-python-development-for-professionals-a128ac2753ce
https://alvaropaconeto.medium.com/cracking-python-development-for-professionals-a128ac2753ce
Medium
Cracking Python development for professionals
Python Control Flow
Understanding Strings in Python: Functionality, Manipulation, and Key Methods (Part-I)
https://medium.com/@m.arshad5857/understanding-strings-in-python-functionality-manipulation-and-key-methods-part-i-5953d1a32776
https://medium.com/@m.arshad5857/understanding-strings-in-python-functionality-manipulation-and-key-methods-part-i-5953d1a32776
Medium
Understanding Strings in Python: Functionality, Manipulation, and Key Methods (Part-I)
Strings in Python are like words, sentences, or even just a single letter you can play around with in your code. They are like building…
Introduction to Web Scraping With Beautiful Soup and Data Cleaning With Pandas(DIM)
https://medium.com/@georgemichaeldagogomaynard/introduction-to-web-scraping-with-beautiful-soup-and-data-cleaning-with-pandas-dim-201b6f0fe26a
https://medium.com/@georgemichaeldagogomaynard/introduction-to-web-scraping-with-beautiful-soup-and-data-cleaning-with-pandas-dim-201b6f0fe26a
Medium
Introduction to Web Scraping With Beautiful Soup and Data Cleaning With Pandas(DIM)
This article gives a simple introduction to practical web scraping with Beautiful Soup and how we can transform data with Pandas.
LoRA (Low Rank Adaptation) for Gemma LLM models in Python
https://medium.com/chat-gpt-now-writes-all-my-articles/lora-low-rank-adaptation-for-gemma-llm-models-in-python-cb0325c1b71f
https://medium.com/chat-gpt-now-writes-all-my-articles/lora-low-rank-adaptation-for-gemma-llm-models-in-python-cb0325c1b71f
Medium
LoRA (Low Rank Adaptation) for Gemma LLM models in Python
Consider reading this intro article first…
Enhancing AI with Langchain and RAG: Integrating Advanced Language Models for Improved Performance…
https://medium.com/@evertongomede/enhancing-ai-with-langchain-and-rag-integrating-advanced-language-models-for-improved-performance-285ac5539cef
https://medium.com/@evertongomede/enhancing-ai-with-langchain-and-rag-integrating-advanced-language-models-for-improved-performance-285ac5539cef
Medium
Enhancing AI with Langchain and RAG: Integrating Advanced Language Models for Improved Performance and Relevance
Abstract
Building a Dynamic Sales Dashboard with Streamlit, Custom CSS, and Synthetic Data
https://medium.com/@trymthoren/building-a-dynamic-sales-dashboard-with-streamlit-custom-css-and-synthetic-data-274560419b53
https://medium.com/@trymthoren/building-a-dynamic-sales-dashboard-with-streamlit-custom-css-and-synthetic-data-274560419b53
Medium
Building a Dynamic Sales Dashboard with Streamlit, Custom CSS, and Synthetic Data
In the data-driven world we navigate today, the visualization of data is not just a necessity but an art. It requires a careful balance…
Unlocking Future Value: Leveraging AI to Define Your Unique Proposition
https://shawngrover.medium.com/unlocking-future-value-leveraging-ai-to-define-your-unique-proposition-ed7c58d4e5ed
https://shawngrover.medium.com/unlocking-future-value-leveraging-ai-to-define-your-unique-proposition-ed7c58d4e5ed
Medium
Unlocking Future Value: Leveraging AI to Define Your Unique Proposition
I am going to use AI and LangChain to help define my “unique value proposition”. My larger intent is to configure an AI routine to create a…