es
Feedback
PythonHub

PythonHub

Ir al canal en Telegram

News & links about Python programming. https://pythonhub.dev/

Mostrar más
2 531
Suscriptores
-124 horas
+17 días
+930 días
Archivo de publicaciones
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/

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

Django security releases issued: 4.0.4, 3.2.13, and 2.2.28 https://www.djangoproject.com/weblog/2022/apr/11/security-releases/

QTWin11 QT Theme for Win32 apps on Windows 11. https://github.com/witalihirsch/QTWin11

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/

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

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/

cookiecutter-poetry A cookiecutter template for poetry managed python projects. https://github.com/fpgmaas/cookiecutter-poetry

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/

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/

Memray: a memory profiler for Python https://github.com/bloomberg/memray

reFlutter Flutter Reverse Engineering Framework. https://github.com/Impact-I/reFlutter

Show HN: PyInpaint, a lightweight image inpainting tool written in Python https://github.com/aGIToz/PyInpaint

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/

docTR docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning. https://github.com/mindee/doctr

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/

Analyze and Visualize URLs with Network Graph Gain Insights from Your URLs in PythonContinue reading on Towards Data Science
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

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

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

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