Developing an expense tracker app using Esmerald
https://medium.com/@pcorreia25/developing-an-expense-tracker-app-using-esmerald-277bbebf84f0
https://medium.com/@pcorreia25/developing-an-expense-tracker-app-using-esmerald-277bbebf84f0
Medium
Developing an expense tracker app using Esmerald (part 1)
This post will be the the first of many to show an example on how to use the Esmerald framework.
Taking Screenshots using pyscreenshot in Python
https://medium.com/@sarahisdevs/taking-screenshots-using-pyscreenshot-in-python-c81e59674d4c
https://medium.com/@sarahisdevs/taking-screenshots-using-pyscreenshot-in-python-c81e59674d4c
Medium
Taking Screenshots using pyscreenshot in Python
How to take screenshots using the pyscreenshot library in Python. pyscreenshot is a cross-platform library that allows you to capture the…
Creating a live Dashboard in Power BI using Python
https://medium.com/@vardansaini13/creating-a-live-dashboard-in-power-bi-using-python-7759a2c00674
https://medium.com/@vardansaini13/creating-a-live-dashboard-in-power-bi-using-python-7759a2c00674
Medium
Creating a live Dashboard in Power BI using Python
Visualizing data holds significant power, and Microsoft has bestowed upon us a remarkable tool named Power BI. Before we proceed, let’s…
Elevate Your Python Coding Skills: 7 Ways to Excel with itertools
https://mindfulmodeler.medium.com/elevate-your-python-coding-skills-7-ways-to-excel-with-itertools-e797081822ab
https://mindfulmodeler.medium.com/elevate-your-python-coding-skills-7-ways-to-excel-with-itertools-e797081822ab
Medium
Elevate Your Python Coding Skills: 7 Ways to Excel with itertools
Introduction:
Stop wasting time redefining fixtures, and embrace the power of reusing them with Pytest!
https://medium.com/@dkraczkowski/reuse-your-pytest-fixtures-by-parametrization-4925d2b8b1fa
https://medium.com/@dkraczkowski/reuse-your-pytest-fixtures-by-parametrization-4925d2b8b1fa
Medium
Stop wasting time redefining fixtures, and embrace the power of reusing them with Pytest!
In software testing, fixtures play an essential role in setting up necessary preconditions for our tests. They help ensure the environment…
Implement Gradient Descent with Linear Regression Model
https://pub.towardsai.net/implement-gradient-descent-with-linear-regression-model-20f96c5e5ad7
https://pub.towardsai.net/implement-gradient-descent-with-linear-regression-model-20f96c5e5ad7
Medium
Implement Gradient Descent with Linear Regression Model
Predicting salary based on years of experience
Building a Fuel Efficiency Prediction Model and Deploying it with Web Service using Python, ML…
https://rajdeepsarkar95.medium.com/building-a-fuel-efficiency-prediction-model-and-deploying-it-with-web-service-using-python-ml-44bb24517895
https://rajdeepsarkar95.medium.com/building-a-fuel-efficiency-prediction-model-and-deploying-it-with-web-service-using-python-ml-44bb24517895
Medium
Building a Fuel Efficiency Prediction Model and Deploying it with Web Service using Python, ML…
Introduction
FASHION FORWARD, BACK IN TIME
https://medium.com/@alizafatima1058/fashion-forward-back-in-time-bdac9caf6f27
https://medium.com/@alizafatima1058/fashion-forward-back-in-time-bdac9caf6f27
Medium
FASHION FORWARD, BACK IN TIME
In a world where technology advances at lightning speed and trends come and go in the blink of an eye, there’s something undeniably captivating about the past. That’s exactly what a young and…
Context Managers in Python — What Exactly Is This Context We Are Managing?
https://zlliu.medium.com/context-managers-in-python-what-exactly-is-this-context-we-are-managing-f60df170e5ce
https://zlliu.medium.com/context-managers-in-python-what-exactly-is-this-context-we-are-managing-f60df170e5ce
Medium
Context Managers in Python — What Exactly Is This Context We Are Managing?
# Context Managers For Beginners in 3 Minutes
Basics to working with Open AI API
https://medium.com/@demidriss/basics-to-working-with-open-ai-api-9a6208c5497e
https://medium.com/@demidriss/basics-to-working-with-open-ai-api-9a6208c5497e
Medium
Basics to working with Open AI API
API stands for Application Programming Interface. APIs serve as an intermediary software that enables seamless communication between two applications, providing a convenient and accessible means to…
Managing Virtual Environments for Deep Learning Projects — Best Practices and Common Mistakes
https://medium.com/@snk.nitin/managing-virtual-environments-for-deep-learning-projects-best-practices-and-common-mistakes-4f3ebe4b200b
https://medium.com/@snk.nitin/managing-virtual-environments-for-deep-learning-projects-best-practices-and-common-mistakes-4f3ebe4b200b
Medium
Managing Virtual Environments for Deep Learning Projects — Best Practices and Common Mistakes
If you’re coming across this article in a search for relief, after torching and burning everything, to start fresh…. I can assure you, I’m…
A Comprehensive Guide to Django Middleware
https://medium.com/@elijahobara/a-comprehensive-guide-to-django-middleware-13bde18c5bc5
https://medium.com/@elijahobara/a-comprehensive-guide-to-django-middleware-13bde18c5bc5
Medium
A Comprehensive Guide to Django Middleware
Django middleware is a way to globally alter requests and responses ie. middlewares are layers of business logic that will be applied to…
Elevate Your Django Filtering Game: Crafting Expert-Level FilterSets
https://medium.com/@joloiuy/elevate-your-django-filtering-game-crafting-expert-level-filtersets-30f4dac7d9a6
https://medium.com/@joloiuy/elevate-your-django-filtering-game-crafting-expert-level-filtersets-30f4dac7d9a6
Medium
Elevate Your Django Filtering Game: Crafting Expert-Level FilterSets
Filtering is pivotal for web applications, especially those that handle voluminous data. It enables users to pinpoint specific data sets…
Financial Data Analysis: How Much Amazon is Making a Year?
https://levelup.gitconnected.com/financial-data-analysis-how-much-amazon-is-making-a-year-dd63050c8b34
https://levelup.gitconnected.com/financial-data-analysis-how-much-amazon-is-making-a-year-dd63050c8b34
Medium
Financial Data Analysis: How Much Amazon is Making a Year?
Step-by-step Data Science Project
Let’s Create a Standalone Windows EXE Tool Using Python!
https://levelup.gitconnected.com/lets-create-a-standalone-windows-exe-tool-using-python-1c610c467d73
https://levelup.gitconnected.com/lets-create-a-standalone-windows-exe-tool-using-python-1c610c467d73
Medium
Let’s Create a Standalone Windows EXE Tool Using Python!
Turning Python Spells into Windows Wizardry
Building SaaS with DDD & Clean Architecture in Python — Issue 1
https://medium.com/@sanchitrk/building-saas-with-ddd-clean-architecture-in-python-issue-1-15cb49f5dff8
https://medium.com/@sanchitrk/building-saas-with-ddd-clean-architecture-in-python-issue-1-15cb49f5dff8
Medium
Building SaaS with DDD & Clean Architecture in Python — Issue 1
It's been a few weeks, and I decided to work on a SaaS application — I had a bunch of ideas for some time now and was looking to focus on…