Difference between del keyword, remove() method and pop() method on Python Lists | Explained using Manim Library animation
https://www.reddit.com/r/madeinpython/comments/piuka5/difference_between_del_keyword_remove_method_and/
https://www.reddit.com/r/madeinpython/comments/piuka5/difference_between_del_keyword_remove_method_and/
reddit
Difference between del keyword, remove() method and pop() method...
Posted in r/madeinpython by u/restinworld β’ 19 points and 2 comments
State Pattern in Python
Learn to implement state pattern and finite state machines using Python.
https://auth0.com/blog/state-pattern-in-python/
Learn to implement state pattern and finite state machines using Python.
https://auth0.com/blog/state-pattern-in-python/
Auth0 - Blog
State Pattern in Python
Learn to implement state pattern and finite state machines using Python.
I made a Password Manager for the Terminal - Let me know where it's hackable!
https://www.reddit.com/r/Python/comments/p22p35/i_made_a_password_manager_for_the_terminal_let_me/
https://www.reddit.com/r/Python/comments/p22p35/i_made_a_password_manager_for_the_terminal_let_me/
Reddit
From the Python community on Reddit: I made a Password Manager for the Terminal - Let me know where it's hackable!
Explore this post and more from the Python community
Pedalboard
A Python library for adding effects to audio. It was built by Spotify's Audio Intelligence Lab to enable using studio-quality audio effects from within Python and TensorFlow.
https://github.com/spotify/pedalboard
A Python library for adding effects to audio. It was built by Spotify's Audio Intelligence Lab to enable using studio-quality audio effects from within Python and TensorFlow.
https://github.com/spotify/pedalboard
GitHub
GitHub - spotify/pedalboard: π π A Python library for audio.
π π A Python library for audio. Contribute to spotify/pedalboard development by creating an account on GitHub.
New Ways to Be Told That Your Python Code Is Bad
https://nickdrozd.github.io/2021/09/02/new-pylint-checks.html
https://nickdrozd.github.io/2021/09/02/new-pylint-checks.html
Something Something Programming
Exciting New Ways To Be Told That Your Python Code is Bad
I love linters. A linter is a program that looks for problems in code without running it. There is something gratifying about running a linter on a codebase and seeing a big list of warnings and errors. Sometimes it can even be fun to fix them!
A friendly introduction to machine learning compilers and optimizers
Understanding how compilers work can help you choose the right compiler to bring your models to your hardware of choice as well as diagnose performance issues and speed up your models. This post is a friendly, tearless introduction to ML compilers.
https://huyenchip.com//2021/09/07/a-friendly-introduction-to-machine-learning-compilers-and-optimizers.html
Understanding how compilers work can help you choose the right compiler to bring your models to your hardware of choice as well as diagnose performance issues and speed up your models. This post is a friendly, tearless introduction to ML compilers.
https://huyenchip.com//2021/09/07/a-friendly-introduction-to-machine-learning-compilers-and-optimizers.html
Chip Huyen
A friendly introduction to machine learning compilers and optimizers
[Twitter thread, Hacker News discussion]
The Double Pendulum in Python
Learn how to derive the system of differential equations for the double pendulum using sympy, solve the system of equations numerically using scipy's odeint function, and create an animation of the double pendulum using matplotlib.
https://www.youtube.com/watch?v=8ZZDNd4eyVI
Learn how to derive the system of differential equations for the double pendulum using sympy, solve the system of equations numerically using scipy's odeint function, and create an animation of the double pendulum using matplotlib.
https://www.youtube.com/watch?v=8ZZDNd4eyVI
YouTube
The Double Pendulum in PYTHON
In this video I derive the system of differential equations for the double pendulum using sympy, solve the system of equations numerically using scipy's odeint function, and create an animation of the double pendulum using matplotlib.
Code:
https://gitβ¦
Code:
https://gitβ¦
What python projects have you worked on to help you learn coding fundamentals?
https://www.reddit.com/r/learnpython/comments/pjdzd2/what_python_projects_have_you_worked_on_to_help/
https://www.reddit.com/r/learnpython/comments/pjdzd2/what_python_projects_have_you_worked_on_to_help/
reddit
What python projects have you worked on to help you learn coding...
Iβm pretty new to python and would be interested to hear about projects others have undertaken to increase their proficiency. My focus has been...
nntpserver.py
No-dependency, single file NNTP server library for developing modern, rfc3977-compliant (bridge) NNTP servers.
https://github.com/epilys/nntpserver.py
No-dependency, single file NNTP server library for developing modern, rfc3977-compliant (bridge) NNTP servers.
https://github.com/epilys/nntpserver.py
GitHub
GitHub - epilys/nntpserver.py: No-dependency, single file NNTP server library for developing modern, rfc3977-compliant (bridge)β¦
No-dependency, single file NNTP server library for developing modern, rfc3977-compliant (bridge) NNTP servers. - GitHub - epilys/nntpserver.py: No-dependency, single file NNTP server library for de...
webcam-filters
Add filters (background blur, etc) to your webcam on Linux.
https://github.com/jashandeep-sohi/webcam-filters
Add filters (background blur, etc) to your webcam on Linux.
https://github.com/jashandeep-sohi/webcam-filters
GitHub
GitHub - jashandeep-sohi/webcam-filters: Add filters (background blur, etc) to your webcam on Linux.
Add filters (background blur, etc) to your webcam on Linux. - jashandeep-sohi/webcam-filters
Combining Python and R for FIFA Football World Ranking Analysis
Showcasing the complementary strengths of Python and R in the field of data science and ...
https://towardsdatascience.com/combining-python-and-r-for-fifa-football-world-ranking-analysis-d71bb6ceacdb
Showcasing the complementary strengths of Python and R in the field of data science and ...
https://towardsdatascience.com/combining-python-and-r-for-fifa-football-world-ranking-analysis-d71bb6ceacdb
Medium
Combining Python and R for FIFA Football World Ranking Analysis
Showcasing the complementary strengths of Python and R in the field of data science and analytics
A Practical Guide to Linear Regression
From EDA to Feature Engineering to Model EvaluationContinue reading on Towards Data Science ...
https://towardsdatascience.com/a-practical-guide-to-linear-regression-3b1cb9e501a6
From EDA to Feature Engineering to Model EvaluationContinue reading on Towards Data Science ...
https://towardsdatascience.com/a-practical-guide-to-linear-regression-3b1cb9e501a6
benbusby / whoogle-search
A self-hosted, ad-free, privacy-respecting metasearch engine
https://github.com/benbusby/whoogle-search
A self-hosted, ad-free, privacy-respecting metasearch engine
https://github.com/benbusby/whoogle-search
GitHub
GitHub - benbusby/whoogle-search: A self-hosted, ad-free, privacy-respecting metasearch engine
A self-hosted, ad-free, privacy-respecting metasearch engine - benbusby/whoogle-search
Here's A More Pythonic Factory Pattern
What would the Factory Pattern look like if it was invented today instead of in the 90s? I talk about the design principles behind the Factory Pattern, and how you can achieve the same thing, but even better, by using modern Python features.
https://www.youtube.com/watch?v=zGbPd4ZP39Y
What would the Factory Pattern look like if it was invented today instead of in the 90s? I talk about the design principles behind the Factory Pattern, and how you can achieve the same thing, but even better, by using modern Python features.
https://www.youtube.com/watch?v=zGbPd4ZP39Y
YouTube
The Factory Design Pattern is Obsolete in Python
π‘ Learn how to design great software in 7 steps: https://arjan.codes/designguide.
What would the Factory Pattern look like if it was invented today instead of in the 90s? I talk about the design principles behind the Factory Pattern, and how you can achieveβ¦
What would the Factory Pattern look like if it was invented today instead of in the 90s? I talk about the design principles behind the Factory Pattern, and how you can achieveβ¦