Is there a way to make a game with a massive python codebase web playable? the UI framework is exchangable.
It would be soo much easier to get people to try the game, if they would not need to download a binary and could just click on a link and go.
Getting even a small demo to run web based would help a lot and people started to ask for it.
I have tried several times an failed. Am i missing something?
Any ideas? Am i missing some tech that llows me to do that?
PSA: North america changes time forward soon, Europe next https://anarc.at/blog/2026-02-23-dst-warning #news #time #debian-planet #python-planet
Join us for a free online conference bringing together the leading voices of the #Python community.
📺 Live on YouTube
đź—“ March 4, 2026
⏰ 11:00 am – 6:30 pm CET
The best of Python, straight to your living room. Save the date: https://lp.jetbrains.com/python-unplugged/
Do you know we will stream #PyTV from a professional studio in the heart of the birth place of #Python? (details in the comment)
#free #online #AI #DataScience #web #conference

Python Tip #54 (of 365):
Copy-paste your way into comprehensions.
If you have a "for" loop that loops over one list to build up another, you can probably copy-paste it into a comprehension.
When learning comprehensions, I recommend starting with loops and then copy-pasting into a comprehension. This will help your anchor comprehensions to your existing understanding of the (already familiar) "empty list, loop, condition, append" pattern.
https://pym.dev/turning-loop-list-comprehension/

In this entry of Lessons in Grafana, we look at scraping data from an automated litterbox. ​
​
Scraping this litterbox was surprisingly easy! And so was the data collection! Interpreting it, however, had some pitfalls. Explore some undocumented APIs with me as we spy on our cats' bathroom habits. Yes, there are cat pictures.
As with all my posts, public timeline replies to this will appear as comments on the site.
https://blog.oliviaappleton.com/posts/0007-lessons-in-grafana-02
#DataScience #DataEngineering #LearnDataScience #DataAnalysis #DataScienceProjects #Grafana #SelfHosted #Programming #Coding #Python #SQL #PostgresQL #Database #DatabaseAdministrators #Writing #Blog #Cats #CatsOfFedi #CatsOfMastodon
OwnchatBot v1.1.10
Minor bug fix update.
https://git.deadtom.me/deadtom/OwnchatBot/releases
I needed more advanced structural typing
I wrote a #Python #metaclass . More specific a subclass of the build in private `_ProtocolMeta` so you know it's perfectly fine and is not gonna cause problems :3
Season 1 Lesson 4 Part 8 - Your First Steps - Slicing Strings - in Python #jupyternotebook #dataengineer #pythonprogramming #dataanalysis #vibecoding #pythoncode #learncoding #softwaredeveloper #codingtutorial #python
Jay Miller (founder of Black #Python Devs) shares what they and the BPD organization have seen by sponsoring #PyTexas for 3 years - and why they plan on being a perennial sponsor.
Check out the guest blog from @kjaymiller here: https://www.pytexas.org/blog/why-black-python-devs-is-and-plans-to-be-a-perennial-sponsor-of-the-pytexas-foundation

I too have now joined the long list of people who have forked Django to see what it looks like to have a more unified set of commands.
I like the looks of this:
