fa
Feedback
PythonHub

PythonHub

رفتن به کانال در Telegram

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

نمایش بیشتر
2 534
مشترکین
-124 ساعت
+17 روز
+630 روز
آرشیو پست ها
New Testing Features in Django 4.0 Django 4.0 had its first alpha release last week and the final release should be out in December. It contains an abundance of new features, which you can check out in the release notes. In this post we’ll look at the changes to testing in a bit more depth. https://adamj.eu/tech/2021/09/28/new-testing-features-in-django-4.0/

kornia / kornia Open Source Differentiable Computer Vision Library https://github.com/kornia/kornia

Show HN: Futurecoder – A free online interactive Python course https://futurecoder.io/

Show HN: MPLG – Matplotlib GUI, design plots visually and export as Python code https://everydayanchovies.github.io/mplg/mplg

Pixel Shuffle Super Resolution with TensorFlow, Keras, and Deep Learning When an image is increased in size (spatially, along the width and height), the conventional ... https://www.pyimagesearch.com/2021/09/27/pixel-shuffle-super-resolution-with-tensorflow-keras-and-deep-learning/

Back to the Future with Codex and COBOL Can OpenAI’s code-generation system deal with code from the punch card era?Cont
Back to the Future with Codex and COBOL Can OpenAI’s code-generation system deal with code from the punch card era?Continue reading ... https://towardsdatascience.com/back-to-the-future-with-codex-and-cobol-766782f5ae8f

Apache Kafka in Python: How to Stream Data With Producers and Consumers Stream chat data by writing Kafka Producer and Consum
Apache Kafka in Python: How to Stream Data With Producers and Consumers Stream chat data by writing Kafka Producer and Consumer from scratch.Continue reading on Towards ... https://towardsdatascience.com/apache-kafka-in-python-how-to-stream-data-with-producers-and-consumers-307e84ca8bdb

Show HN: Logparser – Alternative to GoAccess Written in Python https://github.com/lucianmarin/logparser

Writing a Geometric Solver in Python - Part 1: Modelling Constraints A series covering how to implement a geometric solver in Python. The part 1 looks at how we might represent a set of geometric relationships in a class hierarchy and partially implement this for a Pointobject, and consider the developer experience. https://vodden.com/posts/constraining-the-point/

tiangolo / sqlmodel SQL databases in Python, designed for simplicity, compatibility, and robustness. https://github.com/tiangolo/sqlmodel

Delegation: composition and inheritance in object-oriented programming Introduction¶Object-oriented programming (OOP) is a methodology that was introduced in the 60s, ... https://www.thedigitalcatonline.com/blog/2020/08/17/delegation-composition-and-inheritance-in-object-oriented-programming/

Python behind the scenes #13: the GIL and its effects on Python multithreading As you probably know, the GIL stands for the Global Interpreter Lock, and its job is to make the ... https://tenthousandmeters.com/blog/python-behind-the-scenes-13-the-gil-and-its-effects-on-python-multithreading/

How to Generate Professional API Docs in Minutes from Docstrings Producing high-quality API documentation can be made easy an
How to Generate Professional API Docs in Minutes from Docstrings Producing high-quality API documentation can be made easy and intuitive. Supports Markdown and ... https://towardsdatascience.com/how-to-generate-professional-api-docs-in-minutes-from-docstrings-aed0341bbda7

Do You Hate How Slow Python Is? This Is How You Can Make It Run Faster! Delegate the challenging tasks to another playerConti
Do You Hate How Slow Python Is? This Is How You Can Make It Run Faster! Delegate the challenging tasks to another playerContinue reading on Towards Data Science ... https://towardsdatascience.com/do-you-hate-how-slow-python-is-this-is-how-you-can-make-it-run-faster-532468fe1583

sqlmap Cheat Sheet Sqlmap is a penetration testing tool for databases. As databases drive most websites, you need to check ou
sqlmap Cheat Sheet Sqlmap is a penetration testing tool for databases. As databases drive most websites, you need to check out this security tool. https://www.comparitech.com/net-admin/sqlmap-cheat-sheet/

How to setup a Custom Private Email Relay like Hide My Email - Part 1 The part 1 of the two part series explains why you should use a custom Private Email Relay and how you can set up one using AWS. https://blog.bytefaction.com/posts/setup-custom-private-email-relay-part1/