Unlocking Linguistic Insights from Web scraped Text with Python
https://medium.com/@profshibil/unlocking-linguistic-insights-from-web-scraped-text-with-python-a8883db1bc94
https://medium.com/@profshibil/unlocking-linguistic-insights-from-web-scraped-text-with-python-a8883db1bc94
Medium
Unlocking Linguistic Insights from Web scraped Text with Python
Understanding written language is an invaluable skill. Text contains a wealth of information about sentiment, readability, structure, and…
Python Decorators That Can Reduce Your Code By Half
https://medium.com/@ayush-thakur02/python-decorators-that-can-reduce-your-code-by-half-b19f673bc7d8
https://medium.com/@ayush-thakur02/python-decorators-that-can-reduce-your-code-by-half-b19f673bc7d8
Medium
Python Decorators That Can Reduce Your Code By Half
Hi there, welcome to my blog! Today I’m going to share with you some amazing Python decorators that can reduce your code by half. Sounds…
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