schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Search results for tag #Python

[?]Adam Johnson :django: :python: » 🌐
@adamchainz@fosstodon.org

🎨 I’m really enjoying the redesigned PyPI project pages. Thanks to Nicole Harris and team for making these improvements!

Blog post:

blog.pypi.org/posts/2026-07-22

Django’s project page on PyPI, showcasing the new design.

Alt...Django’s project page on PyPI, showcasing the new design.

    [?]Jürgen » 🌐
    @Jigsaw_You@mastodon.nl

    Your coding agent just spent 10 million tokens to fix a single bug. Is it worth it? 😉

    Other researchers have found similar results. Bai et al. (2026) measured coding agents on real software tasks and found they consume roughly 1,000 times the tokens of an ordinary chatbot interaction. And these sort of agents tasks represent the most rapid driver of increased AI usage; Anthropic’s Economic Index found that 97% of their API usage now show “automation-dominant” patterns associated with agents.

    theclimatebrink.com/p/the-real

      #agile boosted

      [?]Alvin Ashcraft 🐿️ » 🌐
      @alvinashcraft@hachyderm.io

      Glyph boosted

      [?]🌈 ☯️Teresita🐧👭 » 🌐
      @linuxgal@techhub.social

      With find words longer than 10 characters that use all the vowels:

      #! /usr/bin/env python3
      with open('unixdict.txt') as f:
      while (line := f.readline().strip()):
      if (len(line) > 10 and all(
      line.count(c) == 1 for c in 'aeiou')):
      print(line)

        [?]Leanpub » 🌐
        @leanpub@mastodon.social

        The Open Geospatial Python Series by Qiusheng Wu 📚 on Leanpub!

        Aprende Python geoespacial desde cero hasta la GeoAI avanzada. Construye flujos de trabajo reales para SIG, gestión de datos espaciales y análisis impulsado por inteligencia artificial.

        Link: leanpub.com/b/geopython-es

          [?]Python Software Foundation » 🌐
          @ThePSF@fosstodon.org

          The nomination period for the PSF Board and Python Packaging Council elections is open now, closing next Tuesday, August 11th, 2:00 pm UTC 📝🐍 Don't wait until the last minute, though! Nominate yourself or someone else today: python.org/nominations/electio

            [?]Leanpub » 🌐
            @leanpub@mastodon.social

            Coffee Break Python - Mastery Workout by Finxter, Lukas Rieger, and Adrian Chan is free with a Leanpub Reader membership! Or you can buy it for $19.99! leanpub.com/coffeebreakpython-

              Glyph boosted

              [?]Łukasz Langa » 🌐
              @ambv@mastodon.social

              You can help shape the future of typing with the power of having an opinion!

              Fill out the annual Python Type System and Tooling Survey:
              surveymonkey.com/r/python_typi

                [?]Leanpub » 🌐
                @leanpub@mastodon.social

                Discrete Mathematics for Computer Science by Marie Brodsky, Alexander Golovnev, Alexander S. Kulikov, Vladimir Podolskii, and Alexander Shen is the featured book 📖 on Leanpub!

                This book supplements the DM for CS Specialization at Coursera and contains many interactive puzzles, autograded quizzes, and code snippets. They are intended to help you to discover important ideas in discrete mathematics on your own.

                Link: leanpub.com/discrete-math

                  #agile boosted

                  [?]Alvin Ashcraft's Morning Dew » 🌐
                  @alvinashcraft.com@web.brid.gy

                  Dew Drop - August 3, 2026 (#4724)

                  Top Links
                  Foundry Toolkit for VS Code — July 2026 Update (Junjie Li)
                  Syncfusion Turns 25: A Quarter Century of Making Development Easier (Brittany Kearns)
                  How I Work With 5 Coding Agents Simultaneously (Michael Shpilt)
                  My MVP Story: Curiosity, Community, and Baked Beans - Jeremy …

                  [?]Leanpub » 🌐
                  @leanpub@mastodon.social

                  Mega Bundle 1 by Jason Turner is the featured bundle of ebooks 📚 on Leanpub!

                  Link: leanpub.com/b/megabundle1

                    [?]gyptazy » 🌐
                    @gyptazy@gyptazy.com

                    just got released in v1.0 and is out of beta now!

                    PegaProx for VE and clusters made a huge step and is finally out of beta!

                    The first stable release also comes around with companies providing enterprise support. If you need SLA-backed help running PegaProx in production (or training sessions) you can now find a support partner at:

                    Enterprise Support & Sponsors: https://pegaprox.com/sponsors.html
                    Release: https://github.com/PegaProx/project-pegaprox/releases/tag/v1.0
                    Website: https://pegaprox.com


                    PegaProx v1.0 Release

                    Alt...PegaProx v1.0 Release

                      Cassandrich boosted

                      [?]Trey Hunner 🐍 » 🌐
                      @treyhunner@mastodon.social

                      Did you know that map()/filter() were added to Python 6 years before comprehensions?

                      Also range() was added 9 years before zip() which was added 3 years before enumerate().

                      And strings methods weren't methods for the first 9 years... they lived in the string module!

                      For years I've wanted an easier way to look up facts like those.

                      Now I have a way! pym.dev/since

                      It's also available as a CLI tool via PyPI

                      uvx sincewhen 'sum()'

                        #agile boosted

                        [?]Alvin Ashcraft's Morning Dew » 🌐
                        @alvinashcraft.com@web.brid.gy

                        Dew Drop - July 31, 2026 (#4723)

                        Top Links
                        Building agent teams with Agent Framework, GitHub Copilot CLI and Squad (Shawn Henry & Tamir Dresher)
                        Optimizing the frontier performance curve (Mustafa Suleyman)
                        Azure Developer CLI (azd) July 2026 (Kristen Womack)
                        The Complete Package: Why Debugging Is Only Half the C…

                        #agile boosted

                        [?]Alvin Ashcraft 🐿️ » 🌐
                        @alvinashcraft@hachyderm.io

                        Glyph boosted

                        [?]AI6YR Ben » 🌐
                        @ai6yr@m.ai6yr.org

                        Great, now the AI is throwing malware into python libraries, too.

                        Anthropic's Claude breached 3 orgs, uploaded PyPI malware during tests

                        bleepingcomputer.com/news/secu

                          [?]Veronica Olsen 🏳️‍🌈 » 🌐
                          @veronica@mastodon.online

                          I finally got around to working on a VobSub parser for my subtitle editor. VobSub is the subtitle format you find on DVDs by the way.

                          It's a lot of fun to write these kind of parser, but unlike the PGS parser (Bluray format) I wrote, there is no official documentation for it, so I have basically been peeking at the parser code for SubtitleEdit.

                          The code is coming along nicely. It can now read and parse the 2048 byte data blocks.

                          github.com/vkbo/Subtle/blob/vo

                            #agile boosted

                            [?]Alvin Ashcraft's Morning Dew » 🌐
                            @alvinashcraft.com@web.brid.gy

                            Dew Drop - July 28, 2026 (#4720)

                            Top Links
                            A new way to bring native Windows APIs to JavaScript – introducing dynamic API projections for Node.js (Leilei Zhang)
                            Analyze MSBuild Binary Logs with Copilot in VS Code (Yuliia Kovalova & Jan Krivanek)
                            Claude Opus 5 is available today in Microsoft Foundry (Amar Badal)

                            [?]Leanpub » 🌐
                            @leanpub@mastodon.social

                            Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! leanpub.com/k8s

                              [?]Artemis » 🌐
                              @art_codesmith@toot.cafe

                              Hello Fediverse. I'm looking for a job.

                              I'm a web developer of 12 years of experience (mostly backend, but I can do some frontend in a pinch). Microservices, new APIs, refactorings - I did it all.
                              I primarily worked with and Rails, but I have experience with and .

                              Currently residing in Israel, but I'm happy to work remotely on contract, or maybe even relocate.

                              If you're interested, my LinkedIn is linkedin.com/in/artemiysolopov/

                                [?]Leanpub » 🌐
                                @leanpub@mastodon.social

                                Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! leanpub.com/k8s

                                  [?]Jesus Michał von Gentoo 🏔 (he) » 🌐
                                  @mgorny@social.treehouse.systems

                                  Also, zero days (well, minus a lot of days because I've been slacking) since a random package got a new dependency on another Python package which is actually a "fastest" package which cannot be built because the author thinks it a great idea to require a nightly Rust compiler.

                                  …and of course it's full of "unsafe" calls. Because Rust is obviously such a great language for making secure code.

                                  github.com/awolverp/cachebox/i

                                    [?]Paul - Antifa. LGBTQ+ safe. » 🌐
                                    @paulk@writing.exchange

                                    Hypothecal theoretical question.
                                    Let's assume someone wants to transform a CLI-based python program into something with a graphical interface. Which would be the best (and/or easiest) framework to use to that?

                                      #agile boosted

                                      [?]Alvin Ashcraft's Morning Dew » 🌐
                                      @alvinashcraft.com@web.brid.gy

                                      Dew Drop - July 24, 2026 (#4719)

                                      Top Links
                                      Native Agent Memory for Microsoft Agent Framework, Powered by Azure Cosmos DB (Theo van Kraay)
                                      Introducing MAI-Image-2.5 Pro and MAI-Voice-2 Flash in Microsoft Foundry (Naomi Moneypenny)
                                      Move Agent Orchestration/Workflows out of Code with Agent Framework Declarative Wor…

                                      #agile boosted

                                      [?]Alvin Ashcraft 🐿️ » 🌐
                                      @alvinashcraft@hachyderm.io

                                      #agile boosted

                                      [?]Alvin Ashcraft's Morning Dew » 🌐
                                      @alvinashcraft.com@web.brid.gy

                                      Dew Drop - July 23, 2026 (#4718)

                                      Top Links
                                      Copilot vs. raw API access: What are you actually paying for? (Andrea Griffiths)
                                      Visual Studio Code 1.131 (Insiders) (Visual Studio Code Team)
                                      Building Agents that Act on Your Behalf with Toolboxes in Foundry (Linda Li & Maria Naggaga)
                                      .NET Rocks! - Commercial Open Sour…

                                      GeePawHill boosted

                                      [?]Glyph » 🌐
                                      @glyph@mastodon.social

                                      OK folks, I need some help from the community.

                                      I need a code review on this: github.com/twisted/klein/pull/

                                      You do not need to have any special qualifications other than a general interest in web frameworks. Experience with Twisted would be helpful but not required.

                                      Some background… 🧵

                                        #agile boosted

                                        [?]Alvin Ashcraft's Morning Dew » 🌐
                                        @alvinashcraft.com@web.brid.gy

                                        Dew Drop - July 22, 2026 (#4717)

                                        Top Links
                                        Introducing the ETW MCP: AI-assisted ETL trace analysis, headless and in your terminal (Tristan Gibeau)
                                        Making an agile version of a Windows Runtime delegate in C++/WinRT, part 2 (Raymond Chen)
                                        Developing with AI Exposes Your Bottlenecks (J. Tower)
                                        Display Name is for H…

                                        dch :flantifa: :flan_hacker: boosted

                                        [?]Benjamin Geer » 🌐
                                        @benjamingeer@piaille.fr

                                        Candidature rejetée, après deux entretiens, parce que l'entreprise «s'oriente vers une adoption forte de l'IA dans ses pratiques de développement, une direction qui ne semble pas alignée avec vos attentes à ce stade».

                                        Est-ce qu'il y a encore des éditeurs de logiciels en France qui sont prêts à embaucher un développeur qui préfère écrire lui-même son code ?

                                          #agile boosted

                                          [?]Alvin Ashcraft's Morning Dew » 🌐
                                          @alvinashcraft.com@web.brid.gy

                                          Dew Drop - July 20, 2026 (#4715)

                                          Top Links
                                          Building Agents in Production with Toolbox, Skills, and Tool Search (Lee Stott)
                                          Rx.NET v7.0 Now Available (Ian Griffiths)
                                          AOTrino - Electron-like desktop apps on .NET AOT + WebView2, single-exe, Windows x64, front-end-framework-agnostic (Simon Mourier)
                                          Introducing LM St…

                                          #agile boosted

                                          [?]Alvin Ashcraft's Morning Dew » 🌐
                                          @alvinashcraft.com@web.brid.gy

                                          Dew Drop - July 17, 2026 (#4714)

                                          Top Links
                                          Visual Studio Administrator? Join our Private Marketplace Preview! (Ruben Rios)
                                          The Stack Overflow Podcast - Developers who move fast still need to do it together​​​​‌‍​‍​‍‌‍‌​‍‌‍‍‌‌‍‌‌‍‍‌‌‍‍​‍​‍​‍‍​‍​‍‌​‌‍​‌‌‍‍‌‍‍‌‌‌​‌‍‌​‍‍‌‍‍‌‌‍​‍​‍​‍​​‍​‍‌‍‍​‌​‍‌‍‌‌‌‍‌‍​‍​‍​‍‍​‍​‍‌‍‍…

                                          Ron Jeffries boosted

                                          [?]Trey Hunner 🐍 » 🌐
                                          @treyhunner@mastodon.social

                                          “The fromkeys method doesn't attempt to copy the object you give it.”

                                          Read more 👉 pym.dev/default-dictionary-val

                                            [?]Leanpub » 🌐
                                            @leanpub@mastodon.social

                                            Build Your Own Coding Agent by J. Owen is on sale on Leanpub! Its suggested price is $34.99; get it for $15.99 with this coupon: leanpub.com/build-your-own-cod

                                              #agile boosted

                                              [?]Alvin Ashcraft 🐿️ » 🌐
                                              @alvinashcraft@hachyderm.io

                                              #agile boosted

                                              [?]Alvin Ashcraft's Morning Dew » 🌐
                                              @alvinashcraft.com@web.brid.gy

                                              Dew Drop - July 16, 2026 (#4713)

                                              Top Links
                                              TechBash 2026 Session Highlights for .NET Developers (TechBash Team)
                                              Visual Studio Code 1.130 (Insiders) (Visual Studio Code Team)
                                              .NET Rocks! - The Role of AI in Testing with Debbie O'Brien (Carl Franklin & Richard Campbell)
                                              Rider 2026.2 Release Candidate Is Out! and R…

                                              #agile boosted

                                              [?]Alvin Ashcraft's Morning Dew » 🌐
                                              @alvinashcraft.com@web.brid.gy

                                              Dew Drop - July 15, 2026 (#4712)

                                              Top Links
                                              CoreCLR Progress and the Mono Timeline for .NET MAUI (David Ortinau)
                                              Built-in Agent Skills Bring .NET and Azure Expertise into Visual Studio (Simona Liao, Wendy Breiding (SHE/HER) & Yun Jung Choi)
                                              ASP.NET Core updates in .NET 11 Preview 6 (Dan Roth)
                                              Preparing Your Codeb…

                                              [?]Jesus Michał von Gentoo 🏔 (he) » 🌐
                                              @mgorny@social.treehouse.systems

                                              The state of ecosystem right now: almost everything is slop. Some projects are complete vibe-coded slop (autobahn, chardet, cryptography). Some projects are disguised slop ("Coding agents shouldn't co-author themselves.")

                                              There is only a handful of human projects left (Flask being one bright example). And they're being killed. They're being killed by the neverending slew of slop pull requests. They're being killed by all their dependencies becoming slop. They're being killed because this whole ecosystem has became such a complete cesspit that you have zero motivation to do anything.

                                              EDIT: and honestly, this is only going to get worse. When you kill the incentive to work on projects, you only get more slop. Maintainers give in, and more projects become slop. Or they give up, and projects get forked unto slop.

                                                #agile boosted

                                                [?]Alvin Ashcraft's Morning Dew » 🌐
                                                @alvinashcraft.com@web.brid.gy

                                                Dew Drop - July 14, 2026 (#4711)

                                                Top Links
                                                The Visual Studio Dev/Test Benefit: Freedom to Build, Test, and Experiment in Azure (James Rempt)
                                                Goodbye ValueConverters, Hello C# Expressions in .NET MAUI (Leomaris Reyes)
                                                Build and Deploy Your First AI Agent with Microsoft Foundry Toolkit (Bethany Jepchumba)
                                                Debuggin…

                                                [?]Leanpub » 🌐
                                                @leanpub@mastodon.social

                                                Build Your Own Roguelike Game in Python — Even the D&D Combat Basics!

                                                ✔️ Clips from the Leanpub Book LAUNCH 🚀 Build Your Own RPG Dungeon Crawler in Python: A Complete Roguelike Tutorial by Mike Gold ✔️ Full interview: youtu.be/7Vit8QU16ZI ✔️ Launch video playlist: youtube.com/playlist?list=PLUe ✔️ Subscribe to Leanpub on YouTube: youtube.com/leanpub ✔️ … youtube.com/shorts/O3lWWEs6J4c

                                                  [?]Leanpub » 🌐
                                                  @leanpub@mastodon.social

                                                  Learn Python the Fun Way — Build Retro RPGs!

                                                  ✔️ Clips from the Leanpub Book LAUNCH 🚀 Build Your Own RPG Dungeon Crawler in Python: A Complete Roguelike Tutorial by Mike Gold ✔️ Full interview: youtu.be/7Vit8QU16ZI ✔️ Launch video playlist: youtube.com/playlist?list=PLUe ✔️ Subscribe to Leanpub on YouTube: youtube.com/leanpub ✔️ … youtube.com/shorts/cYhr5Wbx3gc

                                                    [?]Leanpub » 🌐
                                                    @leanpub@mastodon.social

                                                    [?]Leanpub » 🌐
                                                    @leanpub@mastodon.social

                                                    NEW! Leanpub Book LAUNCH 🚀 Build Your Own RPG Dungeon Crawler in Python: A Complete Roguelike Tutorial by Mike Gold

                                                    youtu.be/7Vit8QU16ZI

                                                      Back to top - More...