Transitioning Your Python Project to Poetry: A Comprehensive Guide
https://jakecyr.medium.com/transitioning-your-python-project-to-poetry-a-comprehensive-guide-d41ecd122b7d
https://jakecyr.medium.com/transitioning-your-python-project-to-poetry-a-comprehensive-guide-d41ecd122b7d
Medium
Transitioning Your Python Project to Poetry: A Comprehensive Guide
Introduction
Use ngrok with secret key on Google Colab
https://koji-kanao.medium.com/use-ngrok-with-secret-key-on-google-colab-fce6a4284727
https://koji-kanao.medium.com/use-ngrok-with-secret-key-on-google-colab-fce6a4284727
Medium
Use ngrok with secret key on Google Colab
What is ngrok?
Fix that annoying openai.ChatCompletion error
https://medium.com/@naid3n/fix-that-annoying-openai-chatcompletion-error-04959c51549e
https://medium.com/@naid3n/fix-that-annoying-openai-chatcompletion-error-04959c51549e
Medium
Fix that annoying openai.ChatCompletion error
If you are studying the DeepLearning.AI’s hot hot courses in November 2023, you might have noticed that those OpenAI prompt API scripts no…
FastAPI, Prometheus, Graphana, Graylog in docker-compose example
https://medium.com/@gribenyukdenis/fastapi-prometheus-graphana-graylog-in-docker-compose-example-c4be14e3057f
https://medium.com/@gribenyukdenis/fastapi-prometheus-graphana-graylog-in-docker-compose-example-c4be14e3057f
Amazon MSK — Send Data using Protocol Buffer Serialization
https://skuad-engineering.medium.com/amazon-msk-send-data-using-protocol-buffer-serialization-5ad243400c20
https://skuad-engineering.medium.com/amazon-msk-send-data-using-protocol-buffer-serialization-5ad243400c20
Medium
Amazon MSK — Send Data using Protocol Buffer Serialization
Protocol Buffers (Protobuf) is Google’s method for efficiently serializing structured data into a platform-independent, language-agnostic…
A Python Data Analysis Project to Understand Hotel Cancellations
https://medium.datadriveninvestor.com/a-python-data-analysis-project-to-understand-hotel-cancellations-fb3f0fee6eea
https://medium.datadriveninvestor.com/a-python-data-analysis-project-to-understand-hotel-cancellations-fb3f0fee6eea
Medium
A Python Data Analysis Project to Understand Hotel Cancellations
Data Cleaning, Analysis, Visualization, Feature Selection, Predictive Modeling
Library of the week #13: Polars
https://python.plainenglish.io/library-of-the-week-13-polars-fd1398a8841b
https://python.plainenglish.io/library-of-the-week-13-polars-fd1398a8841b
Medium
Library of the week #13: Polars
While Pandas is the number 1 Python library for data manipulation ( and the first article of Library of the Week! ), Polars emerges as a compelling alternative that demands attention. The choice of a…
NLP (doc2vec from scratch) & Clustering: Classification of news reports based on the content of the…
https://medium.com/@krikorantranik/nlp-doc2vec-from-scratch-clustering-classification-of-news-reports-based-on-the-content-of-the-4dfa88d98e6d
https://medium.com/@krikorantranik/nlp-doc2vec-from-scratch-clustering-classification-of-news-reports-based-on-the-content-of-the-4dfa88d98e6d
Medium
NLP (doc2vec from scratch) & Clustering: Classification of news reports based on the content of the text
Using NLP (doc2vec), with deep and customized text cleaning, and then clustering (Birch) to find topics in the text of news articles.
Crafting User-Friendly Command-Line Tools in Python with Fire
https://medium.com/@bestnyah7/crafting-user-friendly-command-line-tools-in-python-with-fire-14f2e34d5704
https://medium.com/@bestnyah7/crafting-user-friendly-command-line-tools-in-python-with-fire-14f2e34d5704
Medium
Crafting User-Friendly Command-Line Tools in Python with Fire
Making CLI Building a Breeze!
Django Simplified: A Beginner-Friendly Guide to Web Frameworks
https://medium.com/@mvpcatalyst/django-simplified-a-beginner-friendly-guide-to-web-frameworks-d7095f6955ac
https://medium.com/@mvpcatalyst/django-simplified-a-beginner-friendly-guide-to-web-frameworks-d7095f6955ac
Medium
Django Simplified: A Beginner-Friendly Guide to Web Frameworks
Chapter 1: Introduction to Django
What are the programs that I can build with Python?
https://medium.com/@tutorialsfreak2022/what-are-the-programs-that-i-can-build-with-python-b45032a2dd44
https://medium.com/@tutorialsfreak2022/what-are-the-programs-that-i-can-build-with-python-b45032a2dd44
Medium
What are the programs that I can build with Python?
Python, a high-level, general-purpose programming language, has gained immense popularity in recent years, owing to its versatility, ease…
Scripting: The perfect answer for the perfect lazy person!
https://medium.com/@Sparky23172/scripting-the-perfect-answer-for-the-perfect-lazy-person-d111b6ee25a6
https://medium.com/@Sparky23172/scripting-the-perfect-answer-for-the-perfect-lazy-person-d111b6ee25a6
Medium
Scripting: The perfect answer for the perfect lazy person!
Why lazy people (and everyone else) should learn to script.
Algorithmic Elegance: Bresenham’s Line and Midpoint Circle in Python Graphics.
https://medium.com/@adritatori456/algorithmic-animation-a-symphony-of-bresenham-and-midpoint-in-python-6bca729b297e
https://medium.com/@adritatori456/algorithmic-animation-a-symphony-of-bresenham-and-midpoint-in-python-6bca729b297e
Medium
Algorithmic Elegance: Bresenham’s Line and Midpoint Circle in Python Graphics.
Imagine your computer screen as a blank canvas waiting to be painted with vibrant pictures, intricate designs, and dynamic visuals…