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
Lesson #27. Python. Output of list items
https://medium.com/@artur-khudaverdiev/lesson-27-python-output-of-list-items-8d9f08ca9d66
https://medium.com/@artur-khudaverdiev/lesson-27-python-output-of-list-items-8d9f08ca9d66
Medium
Lesson #27. Python. Output of list items
List output using for
Lesson #26. Python. Methods for Adding and Removing Elements
https://medium.com/@artur-khudaverdiev/lesson-26-python-methods-for-adding-and-removing-elements-73c08ee9f2c0
https://medium.com/@artur-khudaverdiev/lesson-26-python-methods-for-adding-and-removing-elements-73c08ee9f2c0
Medium
Lesson #26. Python. Methods for Adding and Removing Elements
The method of adding an element append()
Dynamics of the Chinese FX Market and CNY/CNH Spread Arbitrage
https://medium.com/@anteksmolski/dynamics-of-the-chinese-fx-market-and-cny-cnh-spread-arbitrage-e310af99bb7d
https://medium.com/@anteksmolski/dynamics-of-the-chinese-fx-market-and-cny-cnh-spread-arbitrage-e310af99bb7d
Medium
Dynamics of the Chinese FX Market and CNY/CNH Spread Arbitrage
Foreign exchange markets are pivotal in facilitating global economic activities, playing a fundamental role in trade, investment, and financial transactions worldwide. The intricacies within these…
MongoDB CRUD using Python: A Step-by-Step Guide
https://medium.com/@hemant.ramphul/mongodb-crud-using-python-a-step-by-step-guide-91f4f6750de8
https://medium.com/@hemant.ramphul/mongodb-crud-using-python-a-step-by-step-guide-91f4f6750de8
Medium
MongoDB CRUD using Python: A Step-by-Step Guide
This tutorial will guide you through performing CRUD operations (Create, Read, Update, Delete) using MongoDB in a Python application.
Missing Data, Found Solutions: A Pandas-centric Approach to Data Imputation
https://medium.com/@ai.mlresearcher/missing-data-found-solutions-a-pandas-centric-approach-to-data-imputation-44f1fdfe0364
https://medium.com/@ai.mlresearcher/missing-data-found-solutions-a-pandas-centric-approach-to-data-imputation-44f1fdfe0364
Medium
Missing Data, Found Solutions: A Pandas-centric Approach to Data Imputation
Uncover the power of Pandas as we unravel the secrets of data imputation — turning missing values into meaningful insights, one fill at a…
Exploring Assistants Python SDK: Function Calling
https://medium.com/@madhavarora1988/exploring-assistants-python-sdk-function-calling-f9aff5042f46
https://medium.com/@madhavarora1988/exploring-assistants-python-sdk-function-calling-f9aff5042f46
Medium
Exploring Assistants Python SDK: Function Calling
In this previous article we explored how we can use the Assistant Api playground for making a function call. In this article we’ll explore…
The Ultimate Backend Developer Roadmap
https://medium.com/@burakuren101/the-ultimate-backend-developer-roadmap-f8a7d2a5d3f0
https://medium.com/@burakuren101/the-ultimate-backend-developer-roadmap-f8a7d2a5d3f0
Medium
The Ultimate Backend Developer Roadmap
Becoming a backend developer is more than just learning programming. It involves getting to know a wide range of technologies and ideas.