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.
Decoding the DSA Dilemma: Navigating the Landscape of C, Python, Java, and JavaScript
https://coderandcreator.medium.com/decoding-the-dsa-dilemma-navigating-the-landscape-of-c-python-java-and-javascript-a4d6e5e03dbd
https://coderandcreator.medium.com/decoding-the-dsa-dilemma-navigating-the-landscape-of-c-python-java-and-javascript-a4d6e5e03dbd
Medium
Decoding the DSA Dilemma: Navigating the Landscape of C, Python, Java, and JavaScript
Embarking on the journey of mastering Data Structures and Algorithms (DSA) is a crucial step for any aspiring programmer or computer…
How to Scrape Realestate.com.au Property Listing Data
https://scrapfly.medium.com/how-to-scrape-realestate-com-au-property-listing-data-e100c21a6489
https://scrapfly.medium.com/how-to-scrape-realestate-com-au-property-listing-data-e100c21a6489
Medium
How to Scrape Realestate.com.au Property Listing Data
When it comes it comes to real estate websites in Australia, there are a few options and Realestate.com.au is biggest one. It’s a popular website for real estate ads featuring thousands of different…
Another Way to Explain Classes (python)
https://medium.com/@stanleykimambo_72974/another-way-to-explain-classes-python-ff7f80b3a4c1
https://medium.com/@stanleykimambo_72974/another-way-to-explain-classes-python-ff7f80b3a4c1
Medium
Another Way to Explain Classes (python)
Classes are an abstraction that can be referenced to any real-world object, ironically enough a class is also referred to as an object. In…
One Template to Rule Them All: Creating and Managing Python Projects with Cookiecutter and Cruft
https://medium.com/@gantegi/one-template-to-rule-them-all-creating-and-managing-python-projects-with-cookiecutter-and-cruft-b8bebab75b12
https://medium.com/@gantegi/one-template-to-rule-them-all-creating-and-managing-python-projects-with-cookiecutter-and-cruft-b8bebab75b12
Medium
One Template to Rule Them All: Creating and Managing Python Projects with Cookiecutter and Cruft
Create Projects Fast, Update Them Even Faster
10 Intriguing Python Projects with Code for Aspiring Developers
https://medium.com/@lotfi-habbiche/10-intriguing-python-projects-with-code-for-aspiring-developers-18a2c817b62b
https://medium.com/@lotfi-habbiche/10-intriguing-python-projects-with-code-for-aspiring-developers-18a2c817b62b
Medium
10 Intriguing Python Projects with Code for Aspiring Developers
Python, with its simplicity and vast library ecosystem, is a playground for developers seeking to build engaging projects. From web…
Window Sliding Technique — Find the maximum sum subarray of a fixed size k
https://medium.com/@coffee_addiction/window-sliding-technique-find-the-maximum-sum-subarray-of-a-fixed-size-k-4d153b640562
https://medium.com/@coffee_addiction/window-sliding-technique-find-the-maximum-sum-subarray-of-a-fixed-size-k-4d153b640562
Medium
Window Sliding Technique — Find the maximum sum subarray of a fixed size k
The window sliding technique using two pointers is an efficient approach to solving problems where you need to maintain a subarray or…