How to build a web application using Flask and deploy it to the cloud
https://medium.com/@valera_vlr/how-to-build-a-web-application-using-flask-and-deploy-it-to-the-cloud-430609165db6
https://medium.com/@valera_vlr/how-to-build-a-web-application-using-flask-and-deploy-it-to-the-cloud-430609165db6
Medium
How to build a web application using Flask and deploy it to the cloud
Introduction
What is a Reverse Diffusion Model
https://abdulkaderhelwan.medium.com/what-is-a-reverse-diffusion-model-5e6b69af2745
https://abdulkaderhelwan.medium.com/what-is-a-reverse-diffusion-model-5e6b69af2745
Medium
What is a Reverse Diffusion Model
Reverse diffusion models are a type of generative models that learn to invert a stochastic process that transforms data into noise. They are based on the theory of stochastic differential equations…
Zipped Parquet Files from GitHub to Databricks (automation)
https://medium.com/@jonisavg/zipped-parquet-files-from-github-to-databricks-automation-fc069f75d995
https://medium.com/@jonisavg/zipped-parquet-files-from-github-to-databricks-automation-fc069f75d995
Medium
Zipped Parquet Files from GitHub to Databricks (automation)
Import zipped parquet files from GitHub into Databricks, unzip them, and create a pandas or spark dataframe using them.
🎲 Day 43 of #100DaysOfCode in Python: The Art of Randomness and Simulations
https://elshad-karimov.medium.com/day-43-of-100daysofcode-in-python-the-art-of-randomness-and-simulations-b707c95a3af4
https://elshad-karimov.medium.com/day-43-of-100daysofcode-in-python-the-art-of-randomness-and-simulations-b707c95a3af4
Medium
🎲 Day 43 of #100DaysOfCode in Python: The Art of Randomness and Simulations
Welcome to Day 43! Today, we delve into the fascinating world of random numbers and simulations in Python. The ability to generate random…
‘Data Voyage’ Series (Article 1)— Navigating the Waters of Data Science with Python
https://srinath-sridharan.medium.com/data-voyage-series-article-1-navigating-the-waters-of-data-science-with-python-e1d1bcfcd929
https://srinath-sridharan.medium.com/data-voyage-series-article-1-navigating-the-waters-of-data-science-with-python-e1d1bcfcd929
Medium
‘Data Voyage’ Series (Article 1)— Navigating the Waters of Data Science with Python
This article is the part of the series titled ‘Data Voyage’. Here are the article(s) published so far in this series.
Boost your code’s integrity with Pre-Commit hooks.
https://medium.com/@ososanyatayo/boost-your-codes-integrity-with-pre-commit-hooks-4cc060baefa5
https://medium.com/@ososanyatayo/boost-your-codes-integrity-with-pre-commit-hooks-4cc060baefa5
Medium
Boost your code’s integrity with Pre-Commit hooks.
What are Git Hooks?
What’s the Difference Between Array and List in Python?
https://medium.com/@akturkrehsan/whats-the-difference-between-array-and-list-in-python-f4f7e9ecb0dd
https://medium.com/@akturkrehsan/whats-the-difference-between-array-and-list-in-python-f4f7e9ecb0dd
Medium
What’s the Difference Between Array and List in Python?
Hello, developers! I want to share my understanding of the differences between arrays and lists in Python. Let’s dive in!
EXPLORATORY DATA ANALYSIS FOR MARKETING JOBS, PART II
https://cesar-frias.medium.com/exploratory-data-analysis-for-marketing-jobs-part-ii-298fd64f177d
https://cesar-frias.medium.com/exploratory-data-analysis-for-marketing-jobs-part-ii-298fd64f177d
Medium
EXPLORATORY DATA ANALYSIS FOR MARKETING JOBS, PART II
Finding Keywords
BigQuery DataFrames: Your Gateway to Scalable Data Analysis and ML in the Cloud
https://medium.com/technoesis/bigquery-dataframes-your-gateway-to-scalable-data-analysis-and-ml-in-the-cloud-73c2d2466549
https://medium.com/technoesis/bigquery-dataframes-your-gateway-to-scalable-data-analysis-and-ml-in-the-cloud-73c2d2466549
Medium
BigQuery DataFrames: Your Gateway to Scalable Data Analysis and ML in the Cloud
An overview of Google BigQuery DataFrames API for data manipulation and machine learning.
Crafting a Number Guessing Game in Python
https://medium.com/@1610.ayush/crafting-a-number-guessing-game-in-python-b40db8320c8e
https://medium.com/@1610.ayush/crafting-a-number-guessing-game-in-python-b40db8320c8e
Medium
Crafting a Number Guessing Game in Python
Imagine a simple game, a test of intuition and luck, all wrapped up in a Python script. This is the story of how I developed a Number…
Python Project — Get WiFi Password using Python
https://medium.com/wiki-flood/python-project-get-wifi-password-using-python-bd387694d9c9
https://medium.com/wiki-flood/python-project-get-wifi-password-using-python-bd387694d9c9
Medium
Python Project — Get WiFi Password using Python
A WiFi network is wireless technology which uses radio frequency signals to connect the devices such as phones, laptops, televisions and…
Python Project — Get Live Weather Desktop Notifications using Python
https://medium.com/dataflair/python-project-get-live-weather-desktop-notifications-using-python-b77f3186673c
https://medium.com/dataflair/python-project-get-live-weather-desktop-notifications-using-python-b77f3186673c
Medium
Python Project — Get Live Weather Desktop Notifications using Python
About Python Project
Python Black Jack Game — Shuffle, Deal, Win
https://tutorialsflood.com/python-black-jack-game-shuffle-deal-win-e75c27981af6
https://tutorialsflood.com/python-black-jack-game-shuffle-deal-win-e75c27981af6
Medium
Python Black Jack Game — Shuffle, Deal, Win
About Python Black Jack Game
Renaming Files with Python — Simplify and Organize
https://pythonflood.com/renaming-files-with-python-simplify-and-organize-39d15433bfdf
https://pythonflood.com/renaming-files-with-python-simplify-and-organize-39d15433bfdf
Medium
Renaming Files with Python — Simplify and Organize
Renaming files is a common task in a variety of programming environments. Python provides a comprehensive set of tools and techniques for…
Python in Peril: Navigating the Snake Pit of Malicious Packages
https://pabloaballe.medium.com/python-in-peril-navigating-the-snake-pit-of-malicious-packages-f7d781f7407c
https://pabloaballe.medium.com/python-in-peril-navigating-the-snake-pit-of-malicious-packages-f7d781f7407c
Medium
Python in Peril: Navigating the Snake Pit of Malicious Packages
Introduction