Changing Numbers into Text in Python with num2words Library
https://programmer2305.medium.com/changing-numbers-into-text-in-python-with-num2words-library-8cc52368842d
https://programmer2305.medium.com/changing-numbers-into-text-in-python-with-num2words-library-8cc52368842d
Medium
Changing Numbers into Text in Python with num2words Library
Learn how to easily change numbers to words in Python with this beginner-friendly guide. Discover the num2words library for precise English…
Unraveling the Efficiency: Comparing Nested Data Structures in Python
https://medium.com/@kevinadityaikhsan15/unraveling-the-efficiency-comparing-nested-data-structures-in-python-8039fd4aeea6
https://medium.com/@kevinadityaikhsan15/unraveling-the-efficiency-comparing-nested-data-structures-in-python-8039fd4aeea6
Medium
Unraveling the Efficiency: Comparing Nested Data Structures in Python
Introduction:
Python offers a plethora of data structures, each with its own unique strengths and ideal use cases. Among these, nested data…
Python offers a plethora of data structures, each with its own unique strengths and ideal use cases. Among these, nested data…
Poor mans autoreload server in single file Python
https://hereket.com/posts/linux_live_reload_python_server/
https://hereket.com/posts/linux_live_reload_python_server/
uv- A faster alternative to pip and pip-tools
https://medium.com/@varunmuralidhar/uv-a-faster-alternative-to-pip-and-pip-tools-5a03ecf3135f
https://medium.com/@varunmuralidhar/uv-a-faster-alternative-to-pip-and-pip-tools-5a03ecf3135f
Medium
uv- A faster alternative to pip and pip-tools
Introduction
Activation Functions: Brewing the coffee 🧠☕(Part 2)
https://medium.com/@adityajethani/activation-functions-brewing-the-coffee-part-2-0e7f9630f9eb
https://medium.com/@adityajethani/activation-functions-brewing-the-coffee-part-2-0e7f9630f9eb
Medium
Activation Functions: Brewing the coffee 🧠☕(Part 2)
1. Introduction:
Do you really understand Moving Average and its Traffic light signal?
https://medium.com/tech-talk-tank/do-you-really-understand-moving-average-and-its-traffic-light-signal-a5ff3eb25459
https://medium.com/tech-talk-tank/do-you-really-understand-moving-average-and-its-traffic-light-signal-a5ff3eb25459
Medium
Do you really understand Moving Average and its Traffic light signal?
We may have been using the moving average wrong.
Mastering Email Automation: Personalized Messaging Made Easy with Python on Linux
https://medium.com/@minura.adikaram/mastering-email-automation-personalized-messaging-made-easy-with-python-on-linux-c934a365351e
https://medium.com/@minura.adikaram/mastering-email-automation-personalized-messaging-made-easy-with-python-on-linux-c934a365351e
Medium
Mastering Email Automation: Personalized Messaging Made Easy with Python on Linux
Email remains a vital tool for communication, and automating the process can save time and ensure consistency. With Python, you can create…
Why Python Is the Perfect Starting Point for Beginners
https://medium.com/@chakravarthibhavya/why-python-is-the-perfect-starting-point-for-beginners-a95bc93581c4
https://medium.com/@chakravarthibhavya/why-python-is-the-perfect-starting-point-for-beginners-a95bc93581c4
Medium
Why Python Is the Perfect Starting Point for Beginners
Python is an easy to understand language and is known for its simplicity, readability and versatility. Its straightforward syntax…
You Should Learn to Use the Python Debugger
https://medium.com/@wmaddox/you-should-learn-to-use-the-python-debugger-cb32d5356eec
https://medium.com/@wmaddox/you-should-learn-to-use-the-python-debugger-cb32d5356eec
Medium
You Should Learn to Use the Python Debugger
Many people just starting to learn programming, (specifically Python in this case) begin troubleshooting their programs with print…
[SOLVED] Failing to install psycopg2-binary on new docker container
https://medium.com/@fixitblog/solved-failing-to-install-psycopg2-binary-on-new-docker-container-92a452ce853e
https://medium.com/@fixitblog/solved-failing-to-install-psycopg2-binary-on-new-docker-container-92a452ce853e
Medium
[SOLVED] Failing to install psycopg2-binary on new docker container
I have encountered a problem while trying to run my django project on a new Docker container. It is my first time using Docker and I can’t seem to find a good way to run a django project on it…
Running models with Ollama step-by-step
https://medium.com/@nsidana123/running-models-with-ollama-step-by-step-b3bdbfd91e8e
https://medium.com/@nsidana123/running-models-with-ollama-step-by-step-b3bdbfd91e8e
Medium
Running models with Ollama step-by-step
Looking for a way to quickly test LLM without setting up the full infrastructure? That’s great because that’s exactly what we’re about to…
Exploring gsutil: A Comprehensive Guide to Google Cloud Storage Management
https://christianbaghai.medium.com/exploring-gsutil-a-comprehensive-guide-to-google-cloud-storage-management-fa2901b4656e
https://christianbaghai.medium.com/exploring-gsutil-a-comprehensive-guide-to-google-cloud-storage-management-fa2901b4656e
Medium
Exploring gsutil: A Comprehensive Guide to Google Cloud Storage Management
Introduction