Yang kudapat dari SKS Time series forecasting
https://medium.com/@wahyuikbal/yang-kudapat-dari-sks-time-series-forecasting-ec793eabb764
https://medium.com/@wahyuikbal/yang-kudapat-dari-sks-time-series-forecasting-ec793eabb764
Medium
Yang kudapat dari SKS Time series forecasting
Sistem kebut semalam kayaknya sudah jadi kebiasaan ya dilakukan di Indonesia, mahasiswa sering terpaksa buat ngejer sesuatu secara cepat…
Demystifying Object-Relational Mapping (ORM) for Beginners
https://medium.com/@tashigyatso45/demystifying-object-relational-mapping-orm-for-beginners-8301e937fe3f
https://medium.com/@tashigyatso45/demystifying-object-relational-mapping-orm-for-beginners-8301e937fe3f
Medium
Demystifying Object-Relational Mapping (ORM) for Beginners
Learning Python and Object-Oriented Programming (OOP) can feel like a roller coaster journey, with moments of confusion and eventual…
Coding Interview Prep: The Tournament Winner Problem
https://moeedlodhi.medium.com/coding-interview-prep-the-tournament-winner-problem-7c4086590f13
https://moeedlodhi.medium.com/coding-interview-prep-the-tournament-winner-problem-7c4086590f13
Medium
Coding Interview Prep: The Tournament Winner Problem
Another Day, Another Dollar. I mean Problem.
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.