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…
Managing Data for Machine Learning Project
In this post, we explore different formats and libraries that you can use to store and retrieve your data in Python.
https://machinelearningmastery.com/managing-data-for-machine-learning-project/
In this post, we explore different formats and libraries that you can use to store and retrieve your data in Python.
https://machinelearningmastery.com/managing-data-for-machine-learning-project/
MachineLearningMastery.com
Managing Data for Machine Learning Projects - MachineLearningMastery.com
Big data, labeled data, noisy data. Machine learning projects all need to look at data. Data is a critical aspect of machine learning projects, and how we handle that data is an important consideration for our project. When the amount of data grows, and there…
Django security releases issued: 4.0.4, 3.2.13, and 2.2.28
https://www.djangoproject.com/weblog/2022/apr/11/security-releases/
https://www.djangoproject.com/weblog/2022/apr/11/security-releases/
Django Project
Django security releases issued: 4.0.4, 3.2.13, and 2.2.28
Posted by Mariusz Felisiak on April 11, 2022
Python’s “Type Hints” are a bit of a disappointment to me
https://www.uninformativ.de/blog/postings/2022-04-21/0/POSTING-en.html
https://www.uninformativ.de/blog/postings/2022-04-21/0/POSTING-en.html
Threading in Python: The Complete Guide
This guide provides a detailed and comprehensive review of threading in Python, including how threads work, how to use threads in multithreaded programming, concurrency primitives used with threads, common questions, and best practices.
https://superfastpython.com/threading-in-python/
This guide provides a detailed and comprehensive review of threading in Python, including how threads work, how to use threads in multithreaded programming, concurrency primitives used with threads, common questions, and best practices.
https://superfastpython.com/threading-in-python/
Super Fast Python
Python Threading: The Complete Guide - Super Fast Python
Python Threading, your complete guide to threads and the threading module for concurrent programming in Python.
Snake in the powershell / terminal [with python]
A video about creating the snake game in the windows powershell or the mac and linux terminal with python.
https://www.youtube.com/watch?v=lAIawk2IVIM
A video about creating the snake game in the windows powershell or the mac and linux terminal with python.
https://www.youtube.com/watch?v=lAIawk2IVIM
YouTube
Snake in the powershell / terminal [with python]
A video about creating the snake game in the windows powershell or the mac and linux terminal with python.
If you want to support me: https://www.patreon.com/clearcode
(You also get lots of perks)
Social stuff:
Twitter - https://twitter.com/clear_coder…
If you want to support me: https://www.patreon.com/clearcode
(You also get lots of perks)
Social stuff:
Twitter - https://twitter.com/clear_coder…
Building a Panel Dashboard with Snowpark for Python
Data scientists often use SQL to interact with a data warehouse, but then often rely on Python for data discovery, visualization, and modeling. How great would it be if we can interact with a data warehouse directly with our preferred tools in Python? This article shows you how to create Panel dashboard to meaningfully visualize the 5 million data points from a Snowflake dataset.
https://t.co/6F5zdtyO8I
Data scientists often use SQL to interact with a data warehouse, but then often rely on Python for data discovery, visualization, and modeling. How great would it be if we can interact with a data warehouse directly with our preferred tools in Python? This article shows you how to create Panel dashboard to meaningfully visualize the 5 million data points from a Snowflake dataset.
https://t.co/6F5zdtyO8I
Medium
Building a Panel Dashboard with Snowpark for Python
Snowflake for data scientists
78 Python data science practice problems in a single github repo including numpy, pandas, matplotlib, scipy, regex, pytorch
https://www.reddit.com/r/Python/comments/u77fce/78_python_data_science_practice_problems_in_a/
https://www.reddit.com/r/Python/comments/u77fce/78_python_data_science_practice_problems_in_a/
Reddit
From the Python community on Reddit: 78 Python data science practice problems in a single github repo including numpy, pandas,…
Explore this post and more from the Python community
Exceptionite
A Python exception library designed to make handling and displaying exceptions a cinch.
https://github.com/MasoniteFramework/exceptionite
A Python exception library designed to make handling and displaying exceptions a cinch.
https://github.com/MasoniteFramework/exceptionite
GitHub
GitHub - MasoniteFramework/exceptionite: A Python Exception Library. Designed to make handling and displaying exceptions a cinch.
A Python Exception Library. Designed to make handling and displaying exceptions a cinch. - MasoniteFramework/exceptionite