2 526
Подписчики
-224 часа
+37 дней
+3330 день
Архив постов
2 526
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/
2 526
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
2 526
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
2 526
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/
2 526
pdf-to-podcast
Convert any PDF into a podcast episode!
https://github.com/knowsuchagency/pdf-to-podcast
2 526
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
2 526
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
2 526
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
2 526
thread
AI-Powered Jupyter Notebook built using React.
https://github.com/squaredtechnologies/thread
2 526
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
2 526
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
2 526
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/
2 526
pytest-edit
Type
pytest --edit to open the failing test code.
https://github.com/MrMino/pytest-edit2 526
Nvidia Warp: A Python framework for high performance GPU simulation and graphics
https://github.com/NVIDIA/warp
2 526
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
2 526
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
2 526
Python 3.12.4 released
https://pythoninsider.blogspot.com/2024/06/python-3124-released.html
Уже доступно! Исследование Telegram 2025 — ключевые инсайты года 
