Building a QR Code Generator Web Application with Flask(Python)
https://medium.com/@avisaud1995/building-a-qr-code-generator-web-application-with-flask-python-d315afd0763b
https://medium.com/@avisaud1995/building-a-qr-code-generator-web-application-with-flask-python-d315afd0763b
Medium
Building a QR Code Generator Web Application with Flask(Python)
In our digitally interconnected world, Quick Response (QR) codes have become ubiquitous. From accessing websites to making payments, these…
Switch from a “Fast Excel User” to a “Fast Intelligent Programmer”
https://medium.com/@katygenuine/switch-from-a-fast-excel-user-to-a-fast-intelligent-programmer-c912c8d531b6
https://medium.com/@katygenuine/switch-from-a-fast-excel-user-to-a-fast-intelligent-programmer-c912c8d531b6
Medium
Switch from a “Fast Excel User” to a “Fast Intelligent Programmer”
Transitioning from Excel to a programming language can be transformative for your data analysis capabilities, especially if you’re…
Dataclasses: an effective use of InitVar in Python
https://medium.com/se%C3%B1or-python/dataclasses-an-effective-use-of-initvar-in-python-c217623f5135
https://medium.com/se%C3%B1or-python/dataclasses-an-effective-use-of-initvar-in-python-c217623f5135
Medium
Dataclasses: an effective use of InitVar in Python
The story presents how to define init-only properties using the dataclasses library in Python.
Mastering *args and **kwargs in Python is like having a magic wand 🪄, enabling you to handle any…
https://medium.com/@codingmadeeasy92/mastering-args-and-kwargs-in-python-is-like-having-a-magic-wand-enabling-you-to-handle-any-bd606c44fe67
https://medium.com/@codingmadeeasy92/mastering-args-and-kwargs-in-python-is-like-having-a-magic-wand-enabling-you-to-handle-any-bd606c44fe67
Medium
Mastering *args and **kwargs in Python is like having a magic wand 🪄, enabling you to handle any…
#python #codemagnet #coding
Python: Libraries you should use — Part-1
https://pravash-techie.medium.com/python-libraries-you-should-use-part-1-a68d38d23837
https://pravash-techie.medium.com/python-libraries-you-should-use-part-1-a68d38d23837
Medium
Python: Libraries you should use — Part-1
Gateway to Efficiency
The Mysteries of Python with ELI5: A Comprehensive Guide
https://medium.com/@pysquad/the-mysteries-of-python-with-eli5-a-comprehensive-guide-3f31ffddfc57
https://medium.com/@pysquad/the-mysteries-of-python-with-eli5-a-comprehensive-guide-3f31ffddfc57
Medium
The Mysteries of Python with ELI5: A Comprehensive Guide
In the world of programming, simplicity is key. Whether you’re a seasoned developer or just starting out, the ability to understand complex…
Empowering Cloud Infrastructure with Python and Pulumi: A Comprehensive Guide
https://medium.com/@williamwarley/empowering-cloud-infrastructure-with-python-and-pulumi-a-comprehensive-guide-ea86e4fe7614
https://medium.com/@williamwarley/empowering-cloud-infrastructure-with-python-and-pulumi-a-comprehensive-guide-ea86e4fe7614
Medium
Empowering Cloud Infrastructure with Python and Pulumi: A Comprehensive Guide
Introduction to Pulumi and Python
Django: Unit testing a CBV with forms
https://adrienvanthong.medium.com/django-unit-testing-a-cbv-with-forms-423d7fe7c3ea
https://adrienvanthong.medium.com/django-unit-testing-a-cbv-with-forms-423d7fe7c3ea
Medium
Django: Unit testing a CBV with forms
Part 2 of a series on how to unit test CBVs in Django. This article focuses on testing form-based CBVs such as CreateView and UpdateView.
Understanding Python mock and patch with meaningful examples
https://medium.com/@raaj.akshar/understanding-python-mock-and-patch-with-meaningful-examples-218afa7a2480
https://medium.com/@raaj.akshar/understanding-python-mock-and-patch-with-meaningful-examples-218afa7a2480
Medium
Understanding Python mock and patch with meaningful examples
Python engineers often get confused when using unittest.mock module. The official guide is theoretical in nature and doesn’t demonstrate…
Boost Your Python Skills with These Advanced Techniques
https://medium.com/@barrytwice/boost-your-python-skills-with-these-advanced-techniques-09f5269a5c61
https://medium.com/@barrytwice/boost-your-python-skills-with-these-advanced-techniques-09f5269a5c61
Medium
Boost Your Python Skills with These Advanced Techniques
Python is a versatile and powerful programming language that is widely used in various industries, including data science, machine…
The Art of Tokenization: Essential Techniques for Natural Language Processing
https://medium.com/@vishitabatra/the-art-of-tokenization-essential-techniques-for-natural-language-processing-f3307061ed49
https://medium.com/@vishitabatra/the-art-of-tokenization-essential-techniques-for-natural-language-processing-f3307061ed49
Medium
The Art of Tokenization: Essential Techniques for Natural Language Processing
Wondering about how tokenization has evolved all the while? What technique does present-day LLMs use for tokenization? Let’s have a look!
Beyond the Code: Mastering Python with Integrated Development Environments
https://medium.com/@shalum620/beyond-the-code-mastering-python-with-integrated-development-environments-3fdf60bc1705
https://medium.com/@shalum620/beyond-the-code-mastering-python-with-integrated-development-environments-3fdf60bc1705
Medium
Beyond the Code: Mastering Python with Integrated Development Environments
Introduction: Python stands tall as a powerhouse programming language, celebrated for its simplicity, versatility, and readability…
The Best Gift I Ever Gave My Mom: Time, Thanks to Python & Google Sheets
https://danielbuilescu.com/the-best-gift-i-ever-gave-my-mom-time-thanks-to-python-google-sheets-1474cb04638e
https://danielbuilescu.com/the-best-gift-i-ever-gave-my-mom-time-thanks-to-python-google-sheets-1474cb04638e
Medium
The Best Gift I Ever Gave My Mom: Time, Thanks to Python & Google Sheets
I realized the best gifts are not something you can wrap; they are something that gives them back time.
Present Value Calculations using Python
https://medium.com/@sheldonmainye/present-value-calculations-using-python-1c08d2a14e14
https://medium.com/@sheldonmainye/present-value-calculations-using-python-1c08d2a14e14
Medium
Present Value Calculations using Python
Introduction:
Python No module named 'distutils' in latest versions > 3.12
https://medium.com/@tejasv2/python-no-module-named-distutils-in-latest-versions-3-12-0a8fdf5121cd
https://medium.com/@tejasv2/python-no-module-named-distutils-in-latest-versions-3-12-0a8fdf5121cd
Medium
Python No module named 'distutils' in latest versions > 3.12
When doing an yarn install or npm install that users python 3.12 or later the above issue will be seen.
Mastering File Handling in Python: A Comprehensive Guide Part 3
https://medium.com/@mr.stucknet/mastering-file-handling-in-python-a-comprehensive-guide-part-3-2e1365e169ee
https://medium.com/@mr.stucknet/mastering-file-handling-in-python-a-comprehensive-guide-part-3-2e1365e169ee
Medium
Mastering File Handling in Python: A Comprehensive Guide Part 3
Reading and writing in binary mode:
Backtesting a systematic trading strategy in Python
https://medium.com/@lu.battistoni/backtesting-a-systematic-trading-strategy-in-python-e08263e888ab
https://medium.com/@lu.battistoni/backtesting-a-systematic-trading-strategy-in-python-e08263e888ab
Medium
Backtesting a systematic trading strategy in Python
Developing a basic vectorial backtest in Python