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
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…