fsutil - file system utilities for lazy devs. 🧟♂️
https://www.reddit.com/r/madeinpython/comments/jkdl12/fsutil_file_system_utilities_for_lazy_devs/
https://www.reddit.com/r/madeinpython/comments/jkdl12/fsutil_file_system_utilities_for_lazy_devs/
reddit
fsutil - file system utilities for lazy devs. 🧟♂️
Hello! I just published `python-fsutil`, a python library to work with file system in a simple and intuitive way. It provides many high-level...
Ridgeline Plots: The Perfect Way to Visualize Data Distributions with Python
Represent your data as a…
https://towardsdatascience.com/ridgeline-plots-the-perfect-way-to-visualize-data-distributions-with-python-de99a5493052
Represent your data as a…
https://towardsdatascience.com/ridgeline-plots-the-perfect-way-to-visualize-data-distributions-with-python-de99a5493052
Data Preprocessing with Python Pandas — Part 3 Normalisation
https://towardsdatascience.com/data-preprocessing-with-python-pandas-part-3-normalisation-5b5392d27673
https://towardsdatascience.com/data-preprocessing-with-python-pandas-part-3-normalisation-5b5392d27673
Object-Oriented Programming Explained Simply for Data Scientists
https://towardsdatascience.com/object-oriented-programming-explained-simply-for-data-scientists-ce2c7b5db1d
https://towardsdatascience.com/object-oriented-programming-explained-simply-for-data-scientists-ce2c7b5db1d
Building Simulations in Python — A Step by Step Walkthrough
Learn the fundamentals to be able to…
https://towardsdatascience.com/building-simulations-in-python-a-complete-walkthrough-3965b2d3ede0
Learn the fundamentals to be able to…
https://towardsdatascience.com/building-simulations-in-python-a-complete-walkthrough-3965b2d3ede0
Top 16 Python Applications in Real-World
Have a look at diverse applications of Python we have in the…
https://towardsdatascience.com/top-16-python-applications-in-real-world-a0404111ac23
Have a look at diverse applications of Python we have in the…
https://towardsdatascience.com/top-16-python-applications-in-real-world-a0404111ac23
5 Hidden Features in JupyterLab You Should Start Using
These 5 features will simplify your JupyterLab…
https://towardsdatascience.com/5-hidden-features-in-jupyterlab-you-should-start-using-bfd9402464ca
These 5 features will simplify your JupyterLab…
https://towardsdatascience.com/5-hidden-features-in-jupyterlab-you-should-start-using-bfd9402464ca
I made a video for my students explaining our recent end-to-end ML project (from data source to live website). Thought you folks might find it useful. Please let me know if anything’s confusing, incorrect, or could be done better!
https://www.reddit.com/r/Python/comments/jzlb1w/i_made_a_video_for_my_students_explaining_our/
https://www.reddit.com/r/Python/comments/jzlb1w/i_made_a_video_for_my_students_explaining_our/
mitmproxy / mitmproxy
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
https://github.com/mitmproxy/mitmproxy
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
https://github.com/mitmproxy/mitmproxy
GitHub
GitHub - mitmproxy/mitmproxy: An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers. - mitmproxy/mitmproxy
Why Python is Essential for Business Analysts
Reasons for all business analysts to learn Python. Based…
https://towardsdatascience.com/why-python-is-essential-for-business-analysts-ed3d5a2b194c
Reasons for all business analysts to learn Python. Based…
https://towardsdatascience.com/why-python-is-essential-for-business-analysts-ed3d5a2b194c
MARS: Multivariate Adaptive Regression Splines — How to Improve on Linear Regression?
https://towardsdatascience.com/mars-multivariate-adaptive-regression-splines-how-to-improve-on-linear-regression-e1e7a63c5eae
https://towardsdatascience.com/mars-multivariate-adaptive-regression-splines-how-to-improve-on-linear-regression-e1e7a63c5eae
blackjack4494 / yt-dlc
media downloader and libray for various sites.
https://github.com/blackjack4494/yt-dlc
media downloader and libray for various sites.
https://github.com/blackjack4494/yt-dlc
GitHub
GitHub - blackjack4494/yt-dlc: media downloader and library for various sites.
media downloader and library for various sites. Contribute to blackjack4494/yt-dlc development by creating an account on GitHub.
10 Pandas methods that helped me replace Microsoft Excel with Python
How you can use these pandas…
https://medium.com/analytics-vidhya/10-pandas-methods-that-helped-me-replace-microsoft-excel-with-python-648c0eccd7db
How you can use these pandas…
https://medium.com/analytics-vidhya/10-pandas-methods-that-helped-me-replace-microsoft-excel-with-python-648c0eccd7db
Python’s amazing functools module
Kill the messier code with functools elegancy
https://medium.com/python-in-plain-english/pythons-amazing-functools-module-3c4602f09b15
Kill the messier code with functools elegancy
https://medium.com/python-in-plain-english/pythons-amazing-functools-module-3c4602f09b15
geohot / tinygrad
You like pytorch? You like micrograd? You love tinygrad! ❤️
https://github.com/geohot/tinygrad
You like pytorch? You like micrograd? You love tinygrad! ❤️
https://github.com/geohot/tinygrad
GitHub
GitHub - tinygrad/tinygrad: You like pytorch? You like micrograd? You love tinygrad! ❤️
You like pytorch? You like micrograd? You love tinygrad! ❤️ - GitHub - tinygrad/tinygrad: You like pytorch? You like micrograd? You love tinygrad! ❤️
How to build your own AutoML library in Python from scratch
How to create an AutoML library in Python…
https://towardsdatascience.com/how-to-build-your-own-automl-library-in-python-from-scratch-995940f3fa71
How to create an AutoML library in Python…
https://towardsdatascience.com/how-to-build-your-own-automl-library-in-python-from-scratch-995940f3fa71
A complete web app to convert YouTube videos to MP3 files (with source for learning purpose)
https://www.reddit.com/r/Python/comments/k003t6/a_complete_web_app_to_convert_youtube_videos_to/
https://www.reddit.com/r/Python/comments/k003t6/a_complete_web_app_to_convert_youtube_videos_to/
reddit
A complete web app to convert YouTube videos to MP3 files (with...
Hi guys, I am learning Web Dev and hope to be a front end web developer soon, and I believe the best way is to practice. Then I made a the site...
Python Will be Dead in 2021?
A review of the final version of Python 3.9
https://medium.com/@rizman/python-will-be-dead-in-2021-bdbc28400996
A review of the final version of Python 3.9
https://medium.com/@rizman/python-will-be-dead-in-2021-bdbc28400996