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
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
Thinhcorner
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.
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
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
YouTube
Python Tutorial: Build a SaaS App with Django, Stripe, Neon PostgreSQL, TailwindCSS, GitHub Actions
⭐️ Sign up for Neon right now! https://neon.tech/cfe
Topics:
✅ Python web development with Django
✅ Sending Emails with Gmail
✅ Django AllAuth + GitHub Login
✅ Deploy to Railway (https://kirr.co/qysgeu)
✅ Integrate Neon Postgres
✅ Django Groups and User…
Topics:
✅ Python web development with Django
✅ Sending Emails with Gmail
✅ Django AllAuth + GitHub Login
✅ Deploy to Railway (https://kirr.co/qysgeu)
✅ Integrate Neon Postgres
✅ Django Groups and User…
Nvidia Warp: A Python framework for high performance GPU simulation and graphics
https://github.com/NVIDIA/warp
https://github.com/NVIDIA/warp
GitHub
GitHub - NVIDIA/warp: A Python framework for accelerated simulation, data generation and spatial computing.
A Python framework for accelerated simulation, data generation and spatial computing. - NVIDIA/warp
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/
https://www.reddit.com/r/Python/comments/1de2llp/sold_my_python_open_source_project_to_a_san/
Reddit
From the Python community on Reddit: Sold my Python open source project to a San Francisco AI company. Now I work for them. AMA.
Explore this post and more from the Python community
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
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
YouTube
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. I live-code the process of updating my app's standard Django form to use an HTMX modal element, showing the issues you run into along the way…
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
Simple and modular prompt engineering for efficient Python charting results.
https://johnloewen.substack.com/p/insanely-easy-gpt-4-one-prompt-streamlit
Data at Depth
Insanely Easy GPT-4 One Prompt Streamlit Interactive Plotly Sunburst Chart
Simple and modular prompt engineering for efficient Python charting results
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
The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers.
https://github.com/piku/piku
GitHub
GitHub - piku/piku: The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers.
The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers. - piku/piku
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
We'll build a React and Django app fast, using Django Ninja - aiming for under 15 minutes.
https://www.youtube.com/watch?v=X1lDWzvIXRs
YouTube
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 ⏱️
Comment below if you want the next video to add auth 🗳️
✉️ More free guides here: https://www.photondesigner.com/blog?ref=yt
Comment below if you want the next video to add auth 🗳️
✉️ More free guides here: https://www.photondesigner.com/blog?ref=yt
👍1
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
Showcasing historical summer Olympic data through multiple data visualizations.
https://johnloewen.substack.com/p/a-beautiful-and-timely-python-multi
Substack
A Beautiful and Timely Python Multi-page Streamlit Application
Showcasing historical summer Olympic data through multiple data visualizations
pdf-to-podcast
Convert any PDF into a podcast episode!
https://github.com/knowsuchagency/pdf-to-podcast
Convert any PDF into a podcast episode!
https://github.com/knowsuchagency/pdf-to-podcast
GitHub
GitHub - knowsuchagency/pdf-to-podcast: Convert any PDF into a podcast episode!
Convert any PDF into a podcast episode! Contribute to knowsuchagency/pdf-to-podcast development by creating an account on GitHub.
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/
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/
Veronica Writes
Joining Strings in Python: A "Huh" Moment
I just love it when random conversations on Mastodon result in a “Huh, I didn’t know that”-moment. The other day I had one such moment about the Python programming language.
I’ve been writing Python code for the last 17 years, and quite a lot of it the last…
I’ve been writing Python code for the last 17 years, and quite a lot of it the last…
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
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
Substack
Ruff: Internals of a Rust-backed Python linter-formatter - Part 1
Ruff is a Python linter that is extremely fast, deriving its speed from Rust. Companies use linters to ensure that the codebase is as they like. And so, they code rules in linters to ensure they enforce the rules they want. Typically, linters are run on submitting…
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
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
GitHub
GitHub - amphi-ai/amphi-etl: Visual Data Preparation and Transformation. Low-Code Python-based ETL.
Visual Data Preparation and Transformation. Low-Code Python-based ETL. - GitHub - amphi-ai/amphi-etl: Visual Data Preparation and Transformation. Low-Code Python-based ETL.
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/
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/
PyImageSearch
Introduction to Machine Learning: Why There Are No Programmed Answers - PyImageSearch
Discover machine learning's transformative impact on industries and society. Explore data insights and the future of AI.