All things Python

here is some good content for those who want to learn python in a free and efficient way. join the site. [https://chat-to.dev/post?id=298](https://chat-to.dev/post?id=298) [\#python](https://kbin.social/tag/python)

1
0

**Created URL shortener with Tracker and API using Flask and PostgreSQL** Hello, I have created URL shortener using Flask and PostgreSQL hosted on Vercel and using neon.tech PostgreSQL database and IPInfo Geolocation API. It tracks every click of shorten link and also provide API for integration to other projects. Link to URL shortener: [https://www.f4nsix.xyz](https://www.f4nsix.xyz) [\#python](https://kbin.social/tag/python)

1
0
engineering.fb.com

Instagram has introduced Immortal Objects – PEP-683 – to Python. Now, objects can bypass reference count checks and live throughout the entire execution of the runtime, unlocking exciting avenues...

2
1

There doesn't seem to be an active python learning community so I'll post here. Feel free to redirect me if there is somewhere more appropriate. I've finished a couple of fairly beginner python courses (introtopython.org and 100 days of python on Replit), and was wondering if people had suggestions of where to go next? Are there more intermediate level courses? Should I just start working on a project or something?

2
3

Hello! I'm teaching Python from scratch at local charity this September. I'll use existing lessons from other Python courses I've done in the past. I need your help with the starting project. In my other courses I usually do a mix of text editor, flashcards, note taking, to-do list, calculator, dice rolling, quiz game, etc. Those have worked in the past and will do the job, but are kinda lame. I'll will still go trough some of those as there are lessons there. Looking for something that will capture attention at start. Trying to create a "Aha!" moment for the students. Is there a perfect starter app that can be built up from a small start? Thank you for any answers!

2
1
discuss.python.org

Posting for the whole Steering Council, on the subject of @colesbury’s PEP 703 (Making the Global Interpreter Lock Optional in CPython). Thank you, everyone, for responding to the poll on the no-GIL proposal. It’s clear that the overall sentiment is positive, both for the general idea and for PEP 703 specifically. The Steering Council is also largely positive on both. We intend to accept PEP 703, although we’re still working on the acceptance details.

6
1