Exploring Python’s `os` and `pathlib` Modules: Theoretical Insights on File and Directory…
https://computer-info-1.medium.com/exploring-pythons-os-and-pathlib-modules-theoretical-insights-on-file-and-directory-b16dcb1b5ecb
https://computer-info-1.medium.com/exploring-pythons-os-and-pathlib-modules-theoretical-insights-on-file-and-directory-b16dcb1b5ecb
Medium
Exploring Python’s `os` and `pathlib` Modules: Theoretical Insights on File and Directory…
A Deep Dive into Python’s File Handling with `os` and `pathlib` Modules for Efficient Cross-Platform Code
Computational Graphs in Deep Learning
https://abhijatsarari.medium.com/computational-graphs-in-deep-learning-c55c43dfec9e
https://abhijatsarari.medium.com/computational-graphs-in-deep-learning-c55c43dfec9e
Medium
Computational Graphs in Deep Learning
If you’ve ever wondered how computers learn to recognize patterns, detect objects, or even “understand” language, deep learning might hold…
Pandas is dead. Machine Learning Teams are using these tools instead.
https://pub.towardsai.net/pandas-is-dead-machine-learning-teams-are-using-these-tools-instead-bc4124bb767c
https://pub.towardsai.net/pandas-is-dead-machine-learning-teams-are-using-these-tools-instead-bc4124bb767c
Medium
Pandas Is Dead. Machine Learning Teams Are Using These Tools Instead.
Why Machine Learning Engineers aren’t using Pandas anymore.
Build a Gradio UI for Llama 3.2 Text Models in Google Colab
https://drlee.io/build-a-gradio-ui-for-llama-3-2-text-models-in-google-colab-1f700888b802
https://drlee.io/build-a-gradio-ui-for-llama-3-2-text-models-in-google-colab-1f700888b802
Medium
Build a Gradio UI for Llama 3.2 Text Models in Google Colab
Dr. Ernesto Lee
Step-by-Step Guide: Fine-Tuning Meta’s Llama 3.2 1B Model
https://drlee.io/step-by-step-guide-fine-tuning-metas-llama-3-2-1b-model-f1262eda36c8
https://drlee.io/step-by-step-guide-fine-tuning-metas-llama-3-2-1b-model-f1262eda36c8
Medium
Step-by-Step Guide: Fine-Tuning Meta’s Llama 3.2 1B Model
Introduction
Python-oracledb 2.5 brings greater flexibility to Oracle Database apps
https://cjones-oracle.medium.com/python-oracledb-2-5-brings-greater-flexibility-to-oracle-database-apps-1484d4175657
https://cjones-oracle.medium.com/python-oracledb-2-5-brings-greater-flexibility-to-oracle-database-apps-1484d4175657
Medium
Python-oracledb 2.5 brings greater flexibility to Oracle Database apps
Python-oracledb 2.5, the extremely popular Oracle Database interface for Python, is now on PyPI.
Log Breadcrumbs: only show Logs leading up to an Error
https://towardsdatascience.com/log-breadcrumbs-only-show-logs-leading-up-to-an-error-82b9f4c15520
https://towardsdatascience.com/log-breadcrumbs-only-show-logs-leading-up-to-an-error-82b9f4c15520
Medium
Log Breadcrumbs: only show Logs leading up to an Error
Hot to log Breadcrumbs using Python’s built-int logging package
Towards better data science projects, part 5: testing Python code with pytest
https://medium.com/data-and-beyond/towards-better-data-science-projects-part-5-testing-python-code-with-pytest-c6e272a057a4
https://medium.com/data-and-beyond/towards-better-data-science-projects-part-5-testing-python-code-with-pytest-c6e272a057a4
Medium
Towards better data science projects, part 5: testing Python code with pytest
Useful tips and tricks for starting your advanced data science project in Python
Python Scripting for System Administration: A Beginner’s Journey to Automating Mundane Tasks
https://medium.com/h7w/python-scripting-for-system-administration-a-beginners-journey-to-automating-mundane-tasks-7d9a25fe77d9
https://medium.com/h7w/python-scripting-for-system-administration-a-beginners-journey-to-automating-mundane-tasks-7d9a25fe77d9
Medium
Python Scripting for System Administration: A Beginner’s Journey to Automating Mundane Tasks
How I Discovered the Power of Python for Streamlining System Admin Tasks (and Saved Hours of Work)
How to Build Robust & Explainable Hybrid Recommender Systems
https://cykurd.medium.com/how-to-build-robust-explainable-hybrid-recommender-systems-4c9efd7fb059
https://cykurd.medium.com/how-to-build-robust-explainable-hybrid-recommender-systems-4c9efd7fb059
Medium
How to Build Robust & Explainable Hybrid Recommender Systems
Recommendation systems are an essential part of our digital lives, guiding us through vast amounts of content based on our unique…
How to Push Data to the Browser with FastAPI and Python using Server-Sent Events
https://medium.com/@mikez.garcia/how-to-push-data-to-the-browser-with-fastapi-and-python-using-server-sent-events-f4bc862df42a
https://medium.com/@mikez.garcia/how-to-push-data-to-the-browser-with-fastapi-and-python-using-server-sent-events-f4bc862df42a
Medium
You don’t need WebSockets: Stream data with FastAPI using Server-Sent Events
Pushing data to the browser with a few lines of Python code
Building AI Workflows: Combining LLMs and Voice Models — Part 1
https://medium.com/@rsiva_nitric/building-ai-workflows-combining-llms-and-voice-models-part-1-9f7a6106e00e
https://medium.com/@rsiva_nitric/building-ai-workflows-combining-llms-and-voice-models-part-1-9f7a6106e00e
Medium
Building AI Workflows: Combining LLMs and Voice Models — Part 1
In this guide we’ll build a fully autonomous AI podcast, combining an LLM for script writing and a text-to-speech model to produce the…
Reprojection of Raster Data with Rasterio in Python
https://medium.com/@taremyor/reprojection-of-raster-data-with-rasterio-in-python-63696ea469a5
https://medium.com/@taremyor/reprojection-of-raster-data-with-rasterio-in-python-63696ea469a5
Medium
Reprojection of Raster Data with Rasterio in Python
Coordinate system transformation is one of the operations we often need when working with geographic data. While we do coordinate…
Understanding Statistics and Data Analysis: From Theory to Practice
https://medium.com/learning-data/understanding-statistics-and-data-analysis-from-theory-to-practice-dc7a860d28a9
https://medium.com/learning-data/understanding-statistics-and-data-analysis-from-theory-to-practice-dc7a860d28a9
Medium
Understanding Statistics and Data Analysis: From Theory to Practice
Everything you wanted to know about Statistics and Data Analysis
Intro to Async Programming in Python: The Secret Sauce Behind High-Performance LLM Applications
https://medium.com/@the.akshay.vikram/intro-to-async-programming-in-python-the-secret-sauce-behind-high-performance-llm-applications-0fd7d34988a0
https://medium.com/@the.akshay.vikram/intro-to-async-programming-in-python-the-secret-sauce-behind-high-performance-llm-applications-0fd7d34988a0
Medium
Intro to Async Programming in Python: The Secret Sauce Behind High-Performance LLM Applications
Imagine you’re building an application that needs to process vast amounts of data from multiple sources and deliver real-time insights…