AtsushiSakai / PythonRobotics
Python sample codes for robotics algorithms.
https://github.com/AtsushiSakai/PythonRobotics
Python sample codes for robotics algorithms.
https://github.com/AtsushiSakai/PythonRobotics
GitHub
GitHub - AtsushiSakai/PythonRobotics: Python sample codes and textbook for robotics algorithms.
Python sample codes and textbook for robotics algorithms. - AtsushiSakai/PythonRobotics
Everything About Linked List Data Structure in Python: Intermediate Guide
In this article we will focus on a complete walk through of a Python linked list data ...
https://towardsdatascience.com/everything-about-linked-list-data-structure-in-python-intermediate-guide-31d04ee6b679
In this article we will focus on a complete walk through of a Python linked list data ...
https://towardsdatascience.com/everything-about-linked-list-data-structure-in-python-intermediate-guide-31d04ee6b679
I created a self-hosted security camera system
https://www.reddit.com/r/Python/comments/tizhpw/i_created_a_selfhosted_security_camera_system/
https://www.reddit.com/r/Python/comments/tizhpw/i_created_a_selfhosted_security_camera_system/
reddit
I created a self-hosted security camera system
I don't like the idea of having to stream my video camera feeds to the cloud, so I created a privacy-focused, self-hosted security camera system...
Singleton is a bad idea
Design patterns are a great way to think about interactions among classes.
But the classic ...
https://nedbatchelder.com/blog/202204/singleton_is_a_bad_idea.html
Design patterns are a great way to think about interactions among classes.
But the classic ...
https://nedbatchelder.com/blog/202204/singleton_is_a_bad_idea.html
Nedbatchelder
Singleton is a bad idea
Design patterns are a great way to think about interactions among classes. But the classic Singleton pattern is bad: you shouldn’t use it and there are better options.
Python custom formatting
Python f-strings use a formatting mini-language, the same as the older
.format() function. After ...
https://nedbatchelder.com/blog/202204/python_custom_formatting.html
Python f-strings use a formatting mini-language, the same as the older
.format() function. After ...
https://nedbatchelder.com/blog/202204/python_custom_formatting.html
Nedbatchelder
Python custom formatting
Python objects can define their own format mini-language.
Easily Automate and Never Touch your Documentation Again!
Completely automated documentation process in Python using MkDocs and some custom scripts!Continue ...
https://towardsdatascience.com/easily-automate-and-never-touch-your-documentation-again-a98c91ce1b95
Completely automated documentation process in Python using MkDocs and some custom scripts!Continue ...
https://towardsdatascience.com/easily-automate-and-never-touch-your-documentation-again-a98c91ce1b95
Medium
Easily Automate Your Documentation and Never Touch It Again
Completely automated documentation process in Python using MkDocs and some custom scripts!
Analyze and Visualize URLs with Network Graph
Gain Insights from Your URLs in PythonContinue reading on Towards Data Science ...
https://towardsdatascience.com/analyze-and-visualize-urls-with-network-graph-ee3ad5338b69
Gain Insights from Your URLs in PythonContinue reading on Towards Data Science ...
https://towardsdatascience.com/analyze-and-visualize-urls-with-network-graph-ee3ad5338b69
StarJacking - Making Your New Open Source Package Popular in a Snap
Checkmarx supply chain security has recently found a malicious PyPi package with more than 70,000 downloads using a technique we dubbed StarJacking - a way to make an open source package instantly look popular by abusing the lack of validation between the package to its GitHub repository
https://checkmarx.com/blog/starjacking-making-your-new-open-source-package-popular-in-a-snap/
Checkmarx supply chain security has recently found a malicious PyPi package with more than 70,000 downloads using a technique we dubbed StarJacking - a way to make an open source package instantly look popular by abusing the lack of validation between the package to its GitHub repository
https://checkmarx.com/blog/starjacking-making-your-new-open-source-package-popular-in-a-snap/
Checkmarx
StarJacking - Making Your New Open Source Package Popular in a Snap
Checkmarx supply chain security has recently found a malicious PyPi package with more than 70,000 downloads using a technique we dubbed StarJacking - a way to make an open source package instantly look popular by abusing the lack of validation between the…
docTR
docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning.
https://github.com/mindee/doctr
docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning.
https://github.com/mindee/doctr
GitHub
GitHub - mindee/doctr: docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks…
docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning. - mindee/doctr
Improving Code Reviews with Github’s Copilot
How does GitHub Copilot and Codespaces help data scientists to write, understand, and review code?
https://www.software-engineering-unlocked.com/code-reviews-github-copilot/
How does GitHub Copilot and Codespaces help data scientists to write, understand, and review code?
https://www.software-engineering-unlocked.com/code-reviews-github-copilot/
Software-Engineering-Unlocked
Improving Code Reviews with Github’s Copilot
How does GitHub Copilot and Codespaces help data scientists to write, understand, and review code?
Show HN: PyInpaint, a lightweight image inpainting tool written in Python
https://github.com/aGIToz/PyInpaint
https://github.com/aGIToz/PyInpaint
GitHub
GitHub - aGIToz/PyInpaint: A lightweight image inpainting tool in python.
A lightweight image inpainting tool in python. Contribute to aGIToz/PyInpaint development by creating an account on GitHub.
I developed a template for starting new Python projects! Features: Poetry, GitHub CI/CD, MkDocs, publishing to PyPi/Artifactory, Pytest, Tox, black and isort.
https://www.reddit.com/r/Python/comments/u7081n/i_developed_a_template_for_starting_new_python/
https://www.reddit.com/r/Python/comments/u7081n/i_developed_a_template_for_starting_new_python/
reddit
I developed a template for starting new Python projects! Features:...
Posted in r/Python by u/fpgmaas • 362 points and 59 comments
Packaging PyQt6 applications for Windows with PyInstaller & InstallForge
Turn your PyQt6 application into a distributable installer for Windows.
https://www.pythonguis.com/tutorials/packaging-pyqt6-applications-windows-pyinstaller/
Turn your PyQt6 application into a distributable installer for Windows.
https://www.pythonguis.com/tutorials/packaging-pyqt6-applications-windows-pyinstaller/
Python GUIs
Packaging PyQt6 applications for Windows, with PyInstaller & InstallForge
In this tutorial, we'll go through a series of steps to use PyInstaller to build simple and complex PyQt applications into distributable EXE files for on Windows. There is not much fun in creating your own desktop applications if you can't share them with…
cookiecutter-poetry
A cookiecutter template for poetry managed python projects.
https://github.com/fpgmaas/cookiecutter-poetry
A cookiecutter template for poetry managed python projects.
https://github.com/fpgmaas/cookiecutter-poetry
GitHub
GitHub - fpgmaas/cookiecutter-poetry: A modern cookiecutter template for Python projects that use Poetry for dependency management
A modern cookiecutter template for Python projects that use Poetry for dependency management - fpgmaas/cookiecutter-poetry
Bloomberg just Open sourced Memray a memory profiler for Python
https://www.reddit.com/r/Python/comments/u84tjr/bloomberg_just_open_sourced_memray_a_memory/
https://www.reddit.com/r/Python/comments/u84tjr/bloomberg_just_open_sourced_memray_a_memory/
reddit
Bloomberg just Open sourced Memray a memory profiler for Python
Posted in r/Python by u/matt78whoop • 625 points and 33 comments
Python Game Development Project Using OOP – Minesweeper Tutorial
In this course, you will improve your Python skills by coding a Minesweeper game using the tkinter library. The game is fully implemented using Object Oriented Programming.
https://www.youtube.com/watch?v=OqbGRZx4xUc
In this course, you will improve your Python skills by coding a Minesweeper game using the tkinter library. The game is fully implemented using Object Oriented Programming.
https://www.youtube.com/watch?v=OqbGRZx4xUc
YouTube
Python Game Development Project Using OOP – Minesweeper Tutorial (w/ Tkinter)
In this course, you will improve your Python skills by coding a Minesweeper game using the tkinter library. The game is fully implemented using Object Oriented Programming.
✏️ Course from JimShapedCoding. Check out his channel: https://www.youtube.com/c…
✏️ Course from JimShapedCoding. Check out his channel: https://www.youtube.com/c…