How to Start Using GPT4 and the ChatCompletions API
https://medium.com/@jacobnarayan/how-to-start-using-gpt4-and-the-chatcompletions-api-ef30ebd483b8
https://medium.com/@jacobnarayan/how-to-start-using-gpt4-and-the-chatcompletions-api-ef30ebd483b8
Medium
How to Start Using GPT4 and the ChatCompletions API
If you are like me and are one of the many developers that recently got access to GPT4 models through general availability you’ll also…
Analyzing the Stock Market with Python — Part II
https://medium.com/alpha-beta-blog/analyzing-the-stock-market-with-python-part-ii-19f8e9d8d0e9
https://medium.com/alpha-beta-blog/analyzing-the-stock-market-with-python-part-ii-19f8e9d8d0e9
Medium
Analyzing the Stock Market with Python — Part II
Create a Diversified Portfolio
Generate mazes using jupyter, numpy, matplotlib and scikit-image
https://excess.org/flood-fill-mazes
https://excess.org/flood-fill-mazes
excess.org
Flood Fill Mazes
In this article we generate mazes using jupyter notebooks, numpy, matplotlib, and the scikit-image flood_fill function. Almost since I could first draw I’ve been fascinated with creating and solving mazes. Graph paper and mechanical pencils were some of my…
Enhancing Python Code Quality: A Comprehensive Guide to Linting with Ruff
https://dev.to/ken_mwaura1/enhancing-python-code-quality-a-comprehensive-guide-to-linting-with-ruff-3d6g
https://dev.to/ken_mwaura1/enhancing-python-code-quality-a-comprehensive-guide-to-linting-with-ruff-3d6g
DEV Community
Enhancing Python Code Quality: A Comprehensive Guide to Linting with Ruff
Introduction In this article, we will discuss the importance of code linting and how to...
Optimizing AI Model Serving with MinIO and PyTorch Serve
https://blog.min.io/optimizing-ai-model-serving
https://blog.min.io/optimizing-ai-model-serving
MinIO Blog
Optimizing AI Model Serving with MinIO and PyTorch Serve
Making the serving of your AI models more lightweight by leveraging the simplicity of MinIO’s object store.
tl;dr
MinIO object storage can be used as a ‘single source of truth’ for your machine learning models and, in turn, make serving with PyTorch Serve…
tl;dr
MinIO object storage can be used as a ‘single source of truth’ for your machine learning models and, in turn, make serving with PyTorch Serve…
Why Adaptive Rate Limiting is a Game-Changer
https://medium.com/fluxninjahq/why-adaptive-rate-limiting-is-a-game-changer-79f130e6ec71
https://medium.com/fluxninjahq/why-adaptive-rate-limiting-is-a-game-changer-79f130e6ec71
Medium
Why Adaptive Rate Limiting is a Game-Changer
Learn how rate limiting works from real life examples, what are limitation of traditional rate limiting and why adaptive rate limiting is needed.
A Step-by-Step Guide to Building Python Wheels
https://medium.com/@jonathan.hoffman91/a-step-by-step-guide-to-building-python-wheels-4ed8160809a2
https://medium.com/@jonathan.hoffman91/a-step-by-step-guide-to-building-python-wheels-4ed8160809a2
Medium
A Step-by-Step Guide to Building Python Wheels — Old and the New Way
When it comes to distributing Python packages, the Wheel binary format has become the standard due to its efficiency and simplicity. This…
Machine Learning for Financial Trading (Part 2: Understanding the Steps)
https://dr-alvin-ang.medium.com/machine-learning-for-financial-trading-part-2-logistics-regression-32f1fea7a4dc
https://dr-alvin-ang.medium.com/machine-learning-for-financial-trading-part-2-logistics-regression-32f1fea7a4dc
Medium
Machine Learning for Financial Trading (Part 2: Understanding the Steps)
using Logistics Regression in Python by Dr. Alvin Ang
Upskill tutorial for Inappropriate Intimacy
https://medium.com/@hudwahab/upskill-tutorial-for-inappropriate-intimacy-a30aa378ba9
https://medium.com/@hudwahab/upskill-tutorial-for-inappropriate-intimacy-a30aa378ba9
Medium
Upskill tutorial for Inappropriate Intimacy
Day 20: Low coupling. High cohesion.
Machine Learning for Financial Trading (Part 1: Steps)
https://dr-alvin-ang.medium.com/machine-learning-for-financial-trading-part-1-steps-521c84533c9d
https://dr-alvin-ang.medium.com/machine-learning-for-financial-trading-part-1-steps-521c84533c9d
Medium
Machine Learning for Financial Trading (Part 1: Steps)
using Python by Dr. Alvin Ang
Navigating Flask and Django’s Different Web Development Approaches
https://medium.com/@aasmi.g10/navigating-flask-and-djangos-different-web-development-approaches-5749762aeae0
https://medium.com/@aasmi.g10/navigating-flask-and-djangos-different-web-development-approaches-5749762aeae0
Medium
Navigating Flask and Django’s Different Web Development Approaches
In the vast landscape of web development, two powerful frameworks stand out as cornerstones of the Python ecosystem: Flask and Django…
SUPERVISED LEARNING VS UNSUPERVISED LEARNING
https://medium.com/@ms4157801/supervised-learning-vs-unsupervised-learning-2525f8dcba62
https://medium.com/@ms4157801/supervised-learning-vs-unsupervised-learning-2525f8dcba62
Medium
SUPERVISED LEARNING VS UNSUPERVISED LEARNING
What do you mean by supervised learning?😍
Upskill tutorial for Refactoring argparse
https://medium.com/@hudwahab/upskill-tutorial-for-refactoring-argparse-baf7f6a2ba89
https://medium.com/@hudwahab/upskill-tutorial-for-refactoring-argparse-baf7f6a2ba89
Medium
Upskill tutorial for Refactoring argparse
Day 18: argparse. StrEnum. Auto. JSON.