Harnessing the Power of Apache Airflow, Python, and PostgreSQL for Data-Driven Insights
https://medium.com/@e.avhim/harnessing-the-power-of-apache-airflow-python-and-postgresql-for-data-driven-insights-6bcd14bb3dab
https://medium.com/@e.avhim/harnessing-the-power-of-apache-airflow-python-and-postgresql-for-data-driven-insights-6bcd14bb3dab
Medium
Harnessing the Power of Apache Airflow, Python, and PostgreSQL for Data-Driven Insights
In the realm of data analytics, the ability to seamlessly integrate and manage complex data pipelines is paramount. This is where Apache Airflow, Python, and PostgreSQL emerge as powerful tools…
Three Open-Source RAG Tools You Need to Know About
https://medium.com/programmers-journey/three-open-source-rag-tools-you-need-to-know-about-331c3f28ab22
https://medium.com/programmers-journey/three-open-source-rag-tools-you-need-to-know-about-331c3f28ab22
Medium
Three Open-Source RAG Tools You Need to Know About
Verba, Unstructured, and Nuem
Title: Mastering Python in 2023: Your Ultimate Guide to Success
https://medium.com/@mahaveersankhla31/title-mastering-python-in-2023-your-ultimate-guide-to-success-c364542ab195
https://medium.com/@mahaveersankhla31/title-mastering-python-in-2023-your-ultimate-guide-to-success-c364542ab195
Medium
Title: Mastering Python in 2023: Your Ultimate Guide to Success
As Python celebrates its prominence as one of the most sought-after programming languages, the year 2023 beckons with opportunities for…
Best Practices for Data Cleaning and Preprocessing in Python
https://medium.com/@pythonfundamentals/best-practices-for-data-cleaning-and-preprocessing-in-python-41c0bfd21a8d
https://medium.com/@pythonfundamentals/best-practices-for-data-cleaning-and-preprocessing-in-python-41c0bfd21a8d
Medium
Best Practices for Data Cleaning and Preprocessing in Python
Data cleaning and preprocessing are the unsung heroes in the realm of data science, paving the way for accurate analyses and robust models…
Convert Word to HTML and Vice Versa in Python
https://medium.com/@alexaae9/convert-word-to-html-and-vice-versa-in-python-7d74119f6f96
https://medium.com/@alexaae9/convert-word-to-html-and-vice-versa-in-python-7d74119f6f96
Medium
Convert Word to HTML and Vice Versa in Python
HTML (Hypertext Markup Language) is primarily used for web pages, while Word documents (such as .doc or .docx files) are commonly employed…
Hacking ChatGPT4, make it broke a distorted text CAPTCHA
https://medium.com/@jessefilho/hacking-chatgpt4-make-it-broke-a-distorted-text-captcha-fe83985bd412
https://medium.com/@jessefilho/hacking-chatgpt4-make-it-broke-a-distorted-text-captcha-fe83985bd412
Medium
Hacking ChatGPT4, make it broke a distorted text CAPTCHA
CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a widely used system designed to determine whether…
Building Facial Recognition using LanceDB
https://medium.com/@jyotidabass/building-facial-recognition-using-lancedb-95aba955c3de
https://medium.com/@jyotidabass/building-facial-recognition-using-lancedb-95aba955c3de
Medium
Building Facial Recognition using LanceDB
Facial recognition is a way of identifying or confirming an individual’s identity using their face. Facial recognition systems can be used…
Python vs PHP: A Glimpse into 2024’s Programming Landscape
https://medium.com/@sofiamurphy/python-vs-php-a-glimpse-into-2024s-programming-landscape-1c15a0887a7d
https://medium.com/@sofiamurphy/python-vs-php-a-glimpse-into-2024s-programming-landscape-1c15a0887a7d
Medium
Python vs PHP: A Glimpse into 2024’s Programming Landscape
In the dynamic landscape of programming languages, choosing the right one for your project is crucial. Two contenders that often find…
MNIST dataset: Neural Network from scratch
https://medium.com/@shreyapanwar0/mnist-dataset-neural-network-from-scratch-19f6dfdd7532
https://medium.com/@shreyapanwar0/mnist-dataset-neural-network-from-scratch-19f6dfdd7532
Medium
MNIST dataset: Neural Network from scratch
An overview:
Define multiple take profits for algorithmic trading
https://medium.com/@corinneroosen/define-take-profits-for-algorithmic-trading-b0d65133604d
https://medium.com/@corinneroosen/define-take-profits-for-algorithmic-trading-b0d65133604d
Medium
Define multiple take profits for algorithmic trading
Defining a stop loss can be hard, however defining take profits can make me really crazy sometimes. It’s an evergoing battle between you…
Django tricks: how to exclude a migration during unit tests
https://adrienvanthong.medium.com/django-tricks-how-to-exclude-a-migration-during-unit-tests-721063668ae8
https://adrienvanthong.medium.com/django-tricks-how-to-exclude-a-migration-during-unit-tests-721063668ae8
Medium
Django tricks: how to exclude a single migration during unit tests
How to exclude production-only migration files from the Django unit test framework.
Lesson #28. Python. String methods
https://medium.com/@artur-khudaverdiev/lesson-28-python-string-methods-c7657729a2e8
https://medium.com/@artur-khudaverdiev/lesson-28-python-string-methods-c7657729a2e8
Medium
Lesson #28. Python. String methods
Split() method