How To Maintain OpenAi Chat Context Within Token Limit Production Level Part-1
https://alijakhar.medium.com/how-to-maintain-openai-chat-context-within-token-limit-production-level-part-1-046eeb76ee8d
https://alijakhar.medium.com/how-to-maintain-openai-chat-context-within-token-limit-production-level-part-1-046eeb76ee8d
Medium
How To Maintain OpenAi Chat Context Within Token Limit Production Level Part-1
Introduction
Call paginated API with Airflow’s HttpOperator
https://medium.com/apache-airflow/call-paginated-api-with-airflows-httpoperator-3ab5103472f8
https://medium.com/apache-airflow/call-paginated-api-with-airflows-httpoperator-3ab5103472f8
Medium
Call paginated API with Airflow’s HttpOperator
Airflow 2.8 and the new HttpOperator allows to easily paginate over API. Learn how to deal with paginated API and how to use this operator.
Build a ChatGPT-Powered AI Tool to learn Technical Things Fast
https://softwaresennin.medium.com/build-a-chatgpt-powered-ai-tool-to-learn-technical-things-fast-95830c4aba4a
https://softwaresennin.medium.com/build-a-chatgpt-powered-ai-tool-to-learn-technical-things-fast-95830c4aba4a
Medium
Build a ChatGPT-Powered AI Tool to learn Technical Things Fast
Step-by-step guide to configuring a free ML environment, leveraging LM (Language Models) and ChatGPT APIs to extract insights from YouTube…
Simple ETL Pipeline with Python: Spotify
https://medium.com/@mervegunak/simple-etl-pipeline-with-python-spotify-b0bc4bbf8890
https://medium.com/@mervegunak/simple-etl-pipeline-with-python-spotify-b0bc4bbf8890
Medium
Simple ETL Pipeline with Python: Spotify
“Music is a moral law. It gives soul to the universe, wings to the mind, flight to the imagination, and charm and gaiety to life and to…
Scraping Premier League Tables with Python
https://python.plainenglish.io/scraping-premier-league-tables-with-python-3650ed619790
https://python.plainenglish.io/scraping-premier-league-tables-with-python-3650ed619790
Medium
Scraping Premier League Tables with Python
Hi, friend in today’s article I will show you how I scraped PREMIER LEAGUE TABLES with Python script, in this project I used requests, bs4…
Mastering FinmarketPy: A Comprehensive Guide to Advanced Financial Analysis and Strategy…
https://xthemadgenius.medium.com/mastering-finmarketpy-a-comprehensive-guide-to-advanced-financial-analysis-and-strategy-b1b01d77fdde
https://xthemadgenius.medium.com/mastering-finmarketpy-a-comprehensive-guide-to-advanced-financial-analysis-and-strategy-b1b01d77fdde
Medium
Mastering FinmarketPy: A Comprehensive Guide to Advanced Financial Analysis and Strategy…
Introduction
Data Science in Action: Optimizing Humanitarian Aid for Global Impact
https://medium.com/@venugopal.adep/data-science-in-action-optimizing-humanitarian-aid-for-global-impact-4d6b462054cc
https://medium.com/@venugopal.adep/data-science-in-action-optimizing-humanitarian-aid-for-global-impact-4d6b462054cc
Medium
Data Science in Action: Optimizing Humanitarian Aid for Global Impact
As a Data Scientist in this article, I am solving a Humanitarian challenge. Consider a situation where an International Humanitarian NGO…
Setting up a Virtual Environment and GitHub Repo : A Step-by-Step Guide
https://medium.com/@nelsonjoseph123/setting-up-a-virtual-environment-and-github-repo-a-step-by-step-guide-107215bf0a7c
https://medium.com/@nelsonjoseph123/setting-up-a-virtual-environment-and-github-repo-a-step-by-step-guide-107215bf0a7c
Medium
Setting up a Virtual Environment and GitHub Repo : A Step-by-Step Guide
Setting up a virtual environment for Python projects is indeed a crucial step in software development. It allows for the isolation of…
DjangoExplainer: How custom user authentication is implemented in Python Django
https://medium.com/@sakthi1996sm/djangoexplainer-how-custom-user-authentication-is-implemented-in-python-django-e244a0ef51c9
https://medium.com/@sakthi1996sm/djangoexplainer-how-custom-user-authentication-is-implemented-in-python-django-e244a0ef51c9
Medium
DjangoExplainer: How custom user authentication is implemented in Python Django
In Django, implementing custom user authentication involves creating a User model and a BaseUserManager. The User model stores user data, while the BaseUserManager handles user creation. To use this custom model as the default authentication model, specify…
Exploring the Programming World with Python and Turtle
https://larbi-ouiyzme.medium.com/exploring-the-programming-world-with-python-and-turtle-9cc7da096528
https://larbi-ouiyzme.medium.com/exploring-the-programming-world-with-python-and-turtle-9cc7da096528
Medium
Exploring the Programming World with Python and Turtle
Meeting Turtle
On the Way to Python : A Fun STEM Course for Future Coders
https://larbi-ouiyzme.medium.com/on-the-way-to-python-a-fun-stem-course-for-future-coders-ae6f89d68d05
https://larbi-ouiyzme.medium.com/on-the-way-to-python-a-fun-stem-course-for-future-coders-ae6f89d68d05
Medium
On the Way to Python : A Fun STEM Course for Future Coders
What is STEM ?
Restaurant Order Q1 2023 — Data Analyst Portfolio
https://medium.com/@annisamuhh/restaurant-order-q1-2023-data-analyst-portfolio-16fe3a39974c
https://medium.com/@annisamuhh/restaurant-order-q1-2023-data-analyst-portfolio-16fe3a39974c
Medium
Restaurant Order Q1 2023 — Data Analyst Portfolio
In this project, the analysis aims to find operational and customer patterns to gain insight on optimizing the resource.
Setting custom notifications in Windows using Python
https://medium.com/@pratikdahal700/setting-custom-notifications-in-windows-using-python-4b30012467bf
https://medium.com/@pratikdahal700/setting-custom-notifications-in-windows-using-python-4b30012467bf
Medium
Setting custom notifications in Windows using Python
In this article, I will be demonstrating a simple way with which you can display custom notifications in Windows. For this example, I will…
Django Rest Framework vs Django Ninja: Choosing the Right Framework for Your API
https://mccall167.medium.com/django-rest-framework-vs-django-ninja-choosing-the-right-framework-for-your-api-ae7c0f8f4baa
https://mccall167.medium.com/django-rest-framework-vs-django-ninja-choosing-the-right-framework-for-your-api-ae7c0f8f4baa
Medium
Django Rest Framework vs Django Ninja: Choosing the Right Framework for Your API
When it comes to building robust and efficient APIs in the Django ecosystem, developers often find themselves choosing between Django Rest Framework (DRF) and Django Ninja. Both frameworks offer…
Complete Basic Guide to Data Manipulation with Numpy
https://medium.com/@egafebridh/complete-basic-guide-to-data-manipulation-with-numpy-f7cc6aee509a
https://medium.com/@egafebridh/complete-basic-guide-to-data-manipulation-with-numpy-f7cc6aee509a
Medium
Complete Basic Guide to Data Manipulation with Numpy
Numpy is one of the most used python library when there is a need to manipulate dataset. This library is capable of doing many things, we…