Building Python UI for open-source LLMs without OpenAI
https://medium.com/@unusualcode/building-python-ui-for-open-source-llms-without-openai-3d7a5306bc8c
https://medium.com/@unusualcode/building-python-ui-for-open-source-llms-without-openai-3d7a5306bc8c
Medium
Building Python UI for open-source LLMs without OpenAI
No credit card required :)
Overcoming The Final Hurdle of Data Automation With Fewer Failures
https://medium.com/pipeline-a-data-engineering-resource/overcoming-the-final-hurdle-of-data-automation-with-fewer-failures-1ff060dd2b37
https://medium.com/pipeline-a-data-engineering-resource/overcoming-the-final-hurdle-of-data-automation-with-fewer-failures-1ff060dd2b37
Medium
Overcoming The Final Hurdle of Data Automation With Fewer Failures
Learn the components of data pipeline production to take your ETL build from code to cloud with automated, actionable results.
AWS ALB healthcheck setup for Elastic beanstalk and python Django app
https://1800infotech.medium.com/aws-alb-healthcheck-setup-for-elastic-beanstalk-and-python-django-app-d3fde8974591
https://1800infotech.medium.com/aws-alb-healthcheck-setup-for-elastic-beanstalk-and-python-django-app-d3fde8974591
Medium
AWS ALB healthcheck setup for Elastic beanstalk and python Django app
If you are struggling with ALB healthcheck status for your perfectly fine AWS EB deployment then I would like to show you some of the…
Maintaining legacy software makes you appreciate how fragile code is
https://blog.developerpurpose.com/maintaining-legacy-software-makes-you-appreciate-how-fragile-code-is-f69391da8d7b
https://blog.developerpurpose.com/maintaining-legacy-software-makes-you-appreciate-how-fragile-code-is-f69391da8d7b
Medium
Maintaining legacy software makes you appreciate how fragile code is
It’s amazing that software works every day.
Creating an S3 Bucket and Uploading Objects Using CLI and API
https://medium.com/@MadhavPrajapati/creating-an-s3-bucket-and-uploading-objects-using-cli-and-api-8f7574ac867e
https://medium.com/@MadhavPrajapati/creating-an-s3-bucket-and-uploading-objects-using-cli-and-api-8f7574ac867e
Medium
Creating an S3 Bucket and Uploading Objects Using CLI and API
Title: Creating an S3 Bucket and Uploading Objects Using CLI and API
Creating Your First Crawler with Python
https://ghiles.medium.com/creating-your-first-crawler-with-python-8366f24c9aea
https://ghiles.medium.com/creating-your-first-crawler-with-python-8366f24c9aea
Medium
Creating Your First Crawler with Python
A crawler, also known as an indexing robot or spider, is a computer program designed to systematically explore the World Wide Web (WWW)…
6 Python lesser-known libraries that you need to know
https://python.plainenglish.io/6-python-lesser-known-libraries-that-you-need-to-know-12139b22d16b
https://python.plainenglish.io/6-python-lesser-known-libraries-that-you-need-to-know-12139b22d16b
Medium
6 Python lesser-known libraries that you need to know
Python, a versatile and powerful programming language, has been a favourite among developers and data scientists for years. Its simplicity…
Pydantic 2.0 just released — An overview of the most popular data validation python package
https://logankilpatrick.medium.com/pydantic-2-0-just-released-an-overview-of-the-most-popular-data-validation-python-package-ae5b5100db2b
https://logankilpatrick.medium.com/pydantic-2-0-just-released-an-overview-of-the-most-popular-data-validation-python-package-ae5b5100db2b
Medium
Pydantic 2.0 just released! An overview of the most popular data validation python package
Learn what has changed in the recent 2.0 release of Pydantic
Mastering Function Composition: Passing and Nesting Functions in Python
https://azetxxx.medium.com/mastering-function-composition-passing-and-nesting-functions-in-python-719637fb7a3c
https://azetxxx.medium.com/mastering-function-composition-passing-and-nesting-functions-in-python-719637fb7a3c
Medium
Mastering Function Composition: Passing and Nesting Functions in Python
In Python as in many other programming languages there is a set of data types like integers, strings, lists, dictionaries, etc. They all…
How to improve the performance of a web application to handle more traffic
https://hiteshmishra708.medium.com/how-to-improve-the-performance-of-a-web-application-to-handle-more-traffic-225a55fc08b9
https://hiteshmishra708.medium.com/how-to-improve-the-performance-of-a-web-application-to-handle-more-traffic-225a55fc08b9
Medium
How to improve the performance of a web application to handle more traffic
In this article, we’ll look at how to improve performance of an application on back end, server level, and database level in order to…
A brief hands on introduction to Deep Learning
https://medium.com/@adumbperceptron/a-brief-hands-on-introduction-to-deep-learning-247fdb7b3a84
https://medium.com/@adumbperceptron/a-brief-hands-on-introduction-to-deep-learning-247fdb7b3a84
Medium
A brief hands on introduction to Deep Learning
Deep Learning, a remarkable subfield of artificial intelligence (AI), is making waves across industries. Its ability to extract patterns…
Pandas 2.0 Review: Modern, More Faster, Efficient and Forward-looking Pandas 🐼
https://medium.com/@HeCanThink/pandas-2-0-review-modern-more-faster-efficient-and-forward-looking-pandas-b2967a0d7e51
https://medium.com/@HeCanThink/pandas-2-0-review-modern-more-faster-efficient-and-forward-looking-pandas-b2967a0d7e51
Medium
Pandas 2.0 Review: Modern, More Faster, Efficient and Forward-looking Pandas 🐼
Pandas 2.0 version Review. What are the new features of Pandas. What’s New In Pandas 2.0. New Additions, Updates, and Changes in Pandas…
No-Frills Poetry Cheatsheet: Your Quick Guide to Python Package Management
https://blog.devops.dev/no-frills-poetry-cheatsheet-your-quick-guide-to-python-package-management-8fc6a7e90fa0
https://blog.devops.dev/no-frills-poetry-cheatsheet-your-quick-guide-to-python-package-management-8fc6a7e90fa0
Medium
No-Frills Poetry Cheatsheet: Your Quick Guide to Python Package Management
Poetry tutorial for quick reference. All in one cheatsheet.
How to Build a Chatbot Using the Python ChatterBot Library
https://medium.com/@nikitasilaparasetty/how-to-build-a-chatbot-using-the-python-chatterbot-library-fb606fdf14bb
https://medium.com/@nikitasilaparasetty/how-to-build-a-chatbot-using-the-python-chatterbot-library-fb606fdf14bb
Medium
How to Build a Chatbot Using the Python ChatterBot Library
Learn how to build a powerful chatbot in just a few simple steps using Python’s ChatterBot library.
Working with Databases in Python: A Comprehensive Guide
https://pub.aimind.so/working-with-databases-in-python-a-comprehensive-guide-d03f2a612d8c
https://pub.aimind.so/working-with-databases-in-python-a-comprehensive-guide-d03f2a612d8c
Medium
Working with Databases in Python: A Comprehensive Guide
Python, a versatile and user-friendly programming language, has gained immense popularity among developers, data analysts, and researchers…
The Ultimate Python Programming Guide for Beginners: Unlocking the Power of Python
https://medium.com/@xyuon.tech/the-ultimate-python-programming-guide-for-beginners-unlocking-the-power-of-python-907db83728d6
https://medium.com/@xyuon.tech/the-ultimate-python-programming-guide-for-beginners-unlocking-the-power-of-python-907db83728d6
Medium
The Ultimate Python Programming Guide for Beginners: Unlocking the Power of Python
Introduction
How to Scrape Trending Medium Articles with Python
https://medium.com/mlearning-ai/how-to-scrape-trending-medium-articles-with-python-3b40af8cb29c
https://medium.com/mlearning-ai/how-to-scrape-trending-medium-articles-with-python-3b40af8cb29c
Medium
How to Scrape Trending Medium Articles with Python
I used the Selenium library in Python to scrape trending articles listed under the most popular Medium tags.
Enhance Your Python Skills: Solve Challenging Python Exercises
https://pyexperts.medium.com/enhance-your-python-skills-solve-challenging-python-exercises-b868d5e0baa3
https://pyexperts.medium.com/enhance-your-python-skills-solve-challenging-python-exercises-b868d5e0baa3
Medium
Enhance Your Python Skills: Solve Challenging Python Exercises
Python, known for its simplicity and versatility, has become one of the most popular programming languages worldwide. To truly master…