ar
Feedback
PythonHub

PythonHub

الذهاب إلى القناة على Telegram

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

إظهار المزيد
2 526
المشتركون
-224 ساعات
+37 أيام
+3330 أيام
أرشيف المشاركات
Introduction to Machine Learning: Why There Are No Programmed Answers Home Table of Contents Introduction to Machine Learning: Why There Are No Programmed ... https://pyimagesearch.com/2024/05/06/introduction-to-machine-learning-why-there-are-no-programmed-answers/

Amphi Open-Source Python ETL. Extract, transform and load data with low-code. Generate native Python code you can deploy anywhere. https://github.com/amphi-ai/amphi-etl

Ruff: Internals of a Rust-backed Python linter-formatter - Part 1 Ruff is an extremely fast Python linter written in Rust, deriving its speed from parsing Python code and implementing linting rules natively in Rust rather than Python. The article provides insights into Ruff's internals, including its initial implementation using RustPython's parser, the evolution to a hand-written recursive descent parser, and its caching and parallelization mechanisms. https://compileralchemy.substack.com/p/ruff-internals-of-a-rust-backed-python

Joining Strings in Python: A "Huh" Moment The article discusses the performance implications of using generators vs list comprehensions when joining strings with str.join() in Python. Contrary to expectations, using a generator expression with str.join() is slower than a list comprehension because the CPython implementation converts the generator to a list internally before joining the strings, negating the memory efficiency ben... https://berglyd.net/blog/2024/06/joining-strings-in-python/

pdf-to-podcast Convert any PDF into a podcast episode! https://github.com/knowsuchagency/pdf-to-podcast

A Beautiful and Timely Python Multi-page Streamlit Application Showcasing historical summer Olympic data through multiple data visualizations. https://johnloewen.substack.com/p/a-beautiful-and-timely-python-multi

React + Django + Ninja: Full-stack app in 15 mins We'll build a React and Django app fast, using Django Ninja - aiming for under 15 minutes. https://www.youtube.com/watch?v=X1lDWzvIXRs

Alga CLI for remote controlling LG webOS TVs. https://github.com/Tenzer/alga

Python Hub Weekly Digest for 2024-06-23 https://pythonhub.dev/digest/2024-06-23/

piku The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers. https://github.com/piku/piku

thread AI-Powered Jupyter Notebook built using React. https://github.com/squaredtechnologies/thread

Insanely Easy GPT-4 One Prompt Streamlit Interactive Plotly Sunburst Chart Simple and modular prompt engineering for efficient Python charting results. https://johnloewen.substack.com/p/insanely-easy-gpt-4-one-prompt-streamlit

Modal Forms with Django, HTMX, and Tailwind CSS This video shows how you can convert a traditional Django form to an HTMX modal element in just a few quick steps. https://www.youtube.com/watch?v=L1VC-KpSoBk

Sold my Python open source project to a San Francisco AI company. Now I work for them. AMA. https://www.reddit.com/r/Python/comments/1de2llp/sold_my_python_open_source_project_to_a_san/

pytest-edit Type pytest --edit to open the failing test code. https://github.com/MrMino/pytest-edit

Nvidia Warp: A Python framework for high performance GPU simulation and graphics https://github.com/NVIDIA/warp

Build a SaaS App with Django, Stripe, Neon PostgreSQL, TailwindCSS, GitHub Actions This video is a Python tutorial that teaches how to build a SaaS app with Django, Stripe, Neon PostgreSQL, TailwindCSS, and GitHub Actions. It covers topics like Django web development, sending emails, user authentication, deployment, database integration, static files, and subscription management. https://www.youtube.com/watch?v=WbNNESIxJnY

llama-zip LLM-powered lossless compression tool. https://github.com/AlexBuz/llama-zip

Cracking the Scheduling Code in Hay Day Learn how to solve the scheduling problem in the Hay Day game using Mixed-integer linear programming and Google OR-Tools. https://thinhcorner.com/blog/hayday-game-schedule