PS5 is still sold out everywhere, so I wrote a web scraper (based on Selenium) to scrape all the PS5 listings on eBay to find the best deal.
https://www.reddit.com/r/madeinpython/comments/n3w8y8/ps5_is_still_sold_out_everywhere_so_i_wrote_a_web/
https://www.reddit.com/r/madeinpython/comments/n3w8y8/ps5_is_still_sold_out_everywhere_so_i_wrote_a_web/
reddit
PS5 is still sold out everywhere, so I wrote a web scraper (based...
Posted in r/madeinpython by u/jiejenn • 54 points and 6 comments
Python Altair Combines Filtering, Grouping, and Merging into a Single Data Visualization
https://towardsdatascience.com/python-altair-combines-filtering-grouping-and-merging-into-a-single-data-visualization-13e7e8306b6c
https://towardsdatascience.com/python-altair-combines-filtering-grouping-and-merging-into-a-single-data-visualization-13e7e8306b6c
A Simple Guide to Automate Your Excel Reporting with Python
Use openpyxl to automate your Excel reporting with Python.
https://towardsdatascience.com/a-simple-guide-to-automate-your-excel-reporting-with-python-9d35f143ef7
Use openpyxl to automate your Excel reporting with Python.
https://towardsdatascience.com/a-simple-guide-to-automate-your-excel-reporting-with-python-9d35f143ef7
Medium
A Simple Guide to Automate Your Excel Reporting with Python
Use openpyxl to automate your Excel reporting with Python.
An Introduction To Football Player Dashboards Using Python and Matplotlib
Today, we’ll be delving into how we can make a visualisation dashboard from scratch using Python and some inbuilt libraries. Python has…
https://shreyaskhatri.medium.com/an-introduction-to-football-player-dashboards-using-python-and-matplotlib-eb5328dfe85f
Today, we’ll be delving into how we can make a visualisation dashboard from scratch using Python and some inbuilt libraries. Python has…
https://shreyaskhatri.medium.com/an-introduction-to-football-player-dashboards-using-python-and-matplotlib-eb5328dfe85f
Medium
An Introduction to Football Player Dashboards Using Python and Matplotlib
Today, we’ll be delving into how we can make a visualisation dashboard from scratch using Python and some inbuilt libraries. Python has…
Optimize E-Commerce Last-Mile Delivery with Python
https://towardsdatascience.com/optimize-e-commerce-last-mile-delivery-with-python-ab9ba37d214c
https://towardsdatascience.com/optimize-e-commerce-last-mile-delivery-with-python-ab9ba37d214c
Medium
Optimize E-Commerce Last-Mile Delivery with Python
Organize your routes to deliver parcels with a minimum number of drivers using optimization models with python
pyodide / pyodide
Python with the scientific stack, compiled to WebAssembly.
https://github.com/pyodide/pyodide
Python with the scientific stack, compiled to WebAssembly.
https://github.com/pyodide/pyodide
GitHub
GitHub - pyodide/pyodide: Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
Pyodide is a Python distribution for the browser and Node.js based on WebAssembly - pyodide/pyodide
breuleux / jurigged
Jurigged lets you update your code while it runs.
https://github.com/breuleux/jurigged
Jurigged lets you update your code while it runs.
https://github.com/breuleux/jurigged
GitHub
GitHub - breuleux/jurigged: Hot reloading for Python
Hot reloading for Python. Contribute to breuleux/jurigged development by creating an account on GitHub.
9 Must-Read Python Books in 2021
Which book would you recommend someone to read?
https://betterprogramming.pub/9-must-read-python-books-in-2021-f7d932d4021b
Which book would you recommend someone to read?
https://betterprogramming.pub/9-must-read-python-books-in-2021-f7d932d4021b
Medium
9 Must-Read Python Books in 2021
Which book would you recommend someone to read?
Python Typing with mypy: Progressive Type Checking on a Large Code Base
https://medium.com/alan/python-typing-with-mypy-progressive-type-checking-on-a-large-code-base-74e13356bd3a
https://medium.com/alan/python-typing-with-mypy-progressive-type-checking-on-a-large-code-base-74e13356bd3a
Medium
Python Typing with mypy: Progressive Type Checking on a Large Code Base
How to implement incremental type checking during a Hackathon in just 3 days!
CyberBrain: Debugging Python Programs Like A Pro
Python debugging redefined
https://towardsdatascience.com/cyberbrain-debugging-python-programs-like-a-pro-dbedbfa25800
Python debugging redefined
https://towardsdatascience.com/cyberbrain-debugging-python-programs-like-a-pro-dbedbfa25800
Implementing the Perceptron Neural Network with Python
First introduced by Rosenblatt in 1958, The Perceptron: A Probabilistic Model for Information ...
https://www.pyimagesearch.com/2021/05/06/implementing-the-perceptron-neural-network-with-python/
First introduced by Rosenblatt in 1958, The Perceptron: A Probabilistic Model for Information ...
https://www.pyimagesearch.com/2021/05/06/implementing-the-perceptron-neural-network-with-python/
Build a Netflix API Miner With Python
A command-line app to retrieve Netflix show information
https://betterprogramming.pub/build-a-netflix-api-miner-with-python-162f74d4b0df
A command-line app to retrieve Netflix show information
https://betterprogramming.pub/build-a-netflix-api-miner-with-python-162f74d4b0df
How I Tripled My Return on Bitcoin Using Mathematics, Algorithms, and Python
Using the Golden Line algorithm, I predicted Bitcoin, Ripple, Ethereum & Dogecoin price evolutions. Full Python code shared.
https://levelup.gitconnected.com/how-i-tripled-my-return-on-bitcoin-using-mathematics-algorithms-and-python-347edd9b5625
Using the Golden Line algorithm, I predicted Bitcoin, Ripple, Ethereum & Dogecoin price evolutions. Full Python code shared.
https://levelup.gitconnected.com/how-i-tripled-my-return-on-bitcoin-using-mathematics-algorithms-and-python-347edd9b5625
Medium
How I Tripled My Return on Bitcoin Using Mathematics, Algorithms, and Python
Using the Golden Line algorithm, I predicted Bitcoin, Ripple, Ethereum & Dogecoin price evolutions. Full Python code shared.
4 different approaches for Time Series Analysis
https://towardsdatascience.com/4-different-approaches-for-time-series-analysis-7e2364fadcb9
https://towardsdatascience.com/4-different-approaches-for-time-series-analysis-7e2364fadcb9
2 Tools to Automatically Reload when Python Files Change
https://towardsdatascience.com/2-tools-to-automatically-reload-when-python-files-change-90bb28139087
https://towardsdatascience.com/2-tools-to-automatically-reload-when-python-files-change-90bb28139087
A Swift Introduction To Probability Theory With Python
https://towardsdatascience.com/a-swift-introduction-to-probability-theory-with-python-afb24e1bd7bd
https://towardsdatascience.com/a-swift-introduction-to-probability-theory-with-python-afb24e1bd7bd