Exploring Smartphone Pricing Patterns
https://medium.com/worldofdataviz/exploring-smartphone-pricing-patterns-49f92891a39f
https://medium.com/worldofdataviz/exploring-smartphone-pricing-patterns-49f92891a39f
Medium
Exploring Smartphone Pricing Patterns
In today’s article I will be doing data analysis and visualization on smartphones, sourced from the Real World Smartphone’s dataset on…
Simple but generic and extendable Python vectorization example.
https://medium.com/@vlad.agapov/simple-but-generic-and-extendable-python-vectorization-example-20d147a8dcc3
https://medium.com/@vlad.agapov/simple-but-generic-and-extendable-python-vectorization-example-20d147a8dcc3
Medium
Simple but generic and extendable Python vectorization example.
One of the most popular methods for accelerating the code written in Python is vectorization. Vectorization means — avoiding the loops and…
Securing Django Applications: Best Practices and Common Vulnerabilities
https://medium.com/@sanjay.pra003/securing-django-applications-best-practices-and-common-vulnerabilities-ac870488d6c8
https://medium.com/@sanjay.pra003/securing-django-applications-best-practices-and-common-vulnerabilities-ac870488d6c8
Medium
Securing Django Applications: Best Practices and Common Vulnerabilities
In our online presence, the security of web applications is crucial for preventing attacks and is of paramount importance. With many years…
How to easily automate python scripts
https://medium.com/@birappa.001/how-to-easily-automate-python-scripts-6b518fa43980
https://medium.com/@birappa.001/how-to-easily-automate-python-scripts-6b518fa43980
Medium
How to easily automate python scripts
In this article, I will talk about some Python automation scripts that you can easily use to perform automation tasks using GitHub Actions…
How to make Ai recommendation system with django and Prophet
https://medium.com/@ahmedtouahria2001/how-to-make-ai-recommendation-system-with-django-and-prophet-266c8ff36bdc
https://medium.com/@ahmedtouahria2001/how-to-make-ai-recommendation-system-with-django-and-prophet-266c8ff36bdc
Medium
How to make Ai recommendation system with django and Prophet
Introduction
Building a Machine Learning Model from Scratch Using Python
https://medium.com/@luishrsoares/building-a-machine-learning-model-from-scratch-using-python-5745409360af
https://medium.com/@luishrsoares/building-a-machine-learning-model-from-scratch-using-python-5745409360af
Medium
Building a Machine Learning Model from Scratch Using Python
Machine Learning (ML) models allow us to make predictions, identify patterns, and even make data-based decisions.
6 Things I Wish I Knew Earlier About requirements.txt
https://zlliu.medium.com/6-things-i-wish-i-knew-earlier-about-requirements-txt-1f89b689f362
https://zlliu.medium.com/6-things-i-wish-i-knew-earlier-about-requirements-txt-1f89b689f362
Medium
6 Things I Wish I Knew Earlier About requirements.txt
# Learnt from working with enterprise Python apps
Image Manipulation | OpenCV with Python | Part 2
https://medium.com/@mohamedelhacen/image-manipulation-opencv-with-python-part-2-b125ed644e43
https://medium.com/@mohamedelhacen/image-manipulation-opencv-with-python-part-2-b125ed644e43
Medium
Image Manipulation | OpenCV with Python | Part 2
In the last article, we defined the images and introduced OpenCV and how to interact with images using OpenCV. In this part, we will…
The role of the built-in dir() python function.
https://medium.com/@bouimouass.o/the-role-of-the-built-in-dir-python-function-ce77500bbac0
https://medium.com/@bouimouass.o/the-role-of-the-built-in-dir-python-function-ce77500bbac0
Medium
The role of the built-in dir() python function.
The dir() function in Python is a built-in function that returns a list of all the attributes and methods of an object. It takes one…
Analyzing Customer Sentiments: An Insightful Dive into Women’s Clothing Reviews
https://medium.com/@daithimassey/analyzing-customer-sentiments-an-insightful-dive-into-womens-clothing-reviews-c6bb9e19981b
https://medium.com/@daithimassey/analyzing-customer-sentiments-an-insightful-dive-into-womens-clothing-reviews-c6bb9e19981b
Medium
Analyzing Customer Sentiments: An Insightful Dive into Women’s Clothing Reviews
Demystifying the sentiments of customers through machine learning.
All Statistical Tests using Python: Mastering Statistics
https://rathoreaparna678.medium.com/all-statistical-tests-using-python-mastering-statistics-6c32ba79a1b8
https://rathoreaparna678.medium.com/all-statistical-tests-using-python-mastering-statistics-6c32ba79a1b8
Medium
All Statistical Tests using Python: Mastering Statistics
Mastering statistics involves understanding various statistical tests and how to perform them using Python. Here’s an overview of some…
Exploring the Cosmos Through Code: Solar System Simulation with Pygame
https://medium.com/@amulyakandukuri4/exploring-the-cosmos-through-code-solar-system-simulation-with-pygame-84f82a8ff66f
https://medium.com/@amulyakandukuri4/exploring-the-cosmos-through-code-solar-system-simulation-with-pygame-84f82a8ff66f
Medium
Exploring the Cosmos Through Code: Solar System Simulation with Pygame
Coding allows us to explore and create worlds beyond our imagination, including simulations of celestial bodies and galactic landscapes…
12 Python Decorators to Take Your Code to the Next Level
https://rathoreaparna678.medium.com/12-python-decorators-to-take-your-code-to-the-next-level-fdc2672a62cd
https://rathoreaparna678.medium.com/12-python-decorators-to-take-your-code-to-the-next-level-fdc2672a62cd
Medium
12 Python Decorators to Take Your Code to the Next Level
Python decorators are powerful tools for modifying or enhancing the behavior of functions or methods without modifying their actual code…
Dynamic Strategy Backtesting: Developing a Trading System that Adapts to Changing Market Conditions
https://theaiquant.medium.com/dynamic-strategy-backtesting-developing-a-trading-system-that-adapts-to-changing-market-conditions-1f0d497bd24b
https://theaiquant.medium.com/dynamic-strategy-backtesting-developing-a-trading-system-that-adapts-to-changing-market-conditions-1f0d497bd24b
Medium
Dynamic Strategy Backtesting: Developing a Trading System that Adapts to Changing Market Conditions
In this tutorial, we will explore how to develop a backtesting system that dynamically adjusts trading strategies based on changing market conditions. We will implement algorithms that continuously…
Declare and load configurations the clean way in Python applications
https://medium.com/@wonderbeyond/declare-and-load-configurations-the-clean-way-in-python-applications-68ebd9849197
https://medium.com/@wonderbeyond/declare-and-load-configurations-the-clean-way-in-python-applications-68ebd9849197
Medium
Declare and load configurations the clean way in Python applications
I’ve developed many Web service applications that usually require a lot of configuration items to determine runtime behavior, such as…
Demystifying Transformers: Revolutionizing Machine Learning
https://medium.com/@saliheren2004/demystifying-transformers-revolutionizing-machine-learning-5ffdcaeea98e
https://medium.com/@saliheren2004/demystifying-transformers-revolutionizing-machine-learning-5ffdcaeea98e
Medium
Demystifying Transformers: Revolutionizing Machine Learning
Introduction:In recent years, I have been captivated by the incredible revolutionary Transformer architecture.