tokudan, to python German
@tokudan@chaos.social avatar

Gibt's irgendwo Doku, in welcher Dateistruktur man ein generisches Projekt am sinnvollsten aufbaut?

malemburg, to python
@malemburg@mastodon.social avatar

I'm looking forward to speaking at PyCon Italia 2024, in Florence, Italy, later this week on Friday.

The title of the talk is "Advanced parsing of structured data using Python's new match statement". Given that the match statement still isn't used much in Python Land, I want to make people more aware of how useful it can be for parsing in Python.

https://2024.pycon.it/en/event/advanced-parsing-of-structured-data-using-pythons-new-match-statement

The talk resources are available on Github:

https://github.com/eGenix/egenix-advanced-match-parsing

mblayman, to python
@mblayman@mastodon.social avatar

🐍 On this Building SaaS with #Python and #Django, we went through the upgrade process of going from Tailwind 2 to 3. Along the way, I improved my dev toolchain. https://www.youtube.com/watch?v=Sqg7nSRlEEE

bbelderbos, to python
@bbelderbos@fosstodon.org avatar

Looking back upon an amazing #PyConUS 🐍🤯

It has shown me once more that although you’ll learn about cool #Python trends, ultimately it’s all about the people + the opportunity to connect F2F. 😍

Attend conferences! They are important for your career + ongoing inspiration💡 📈

davidr, to python
@davidr@hachyderm.io avatar

How much an insane dinosaur will I be if I ask my junior to use 2 space indents in vs the PEP-8 4 space waste-of-whitespace?

Actually, I think I might prefer 3, but I'm pretty sure everyone will hate me if I pick an odd prime...

halildeniz, to python
@halildeniz@mastodon.social avatar

hello everyone.

In today's article, we learn data types with Python at beginner level.

https://denizhalil.com/2024/05/21/learning-basic-data-types-in-python/

#python #pythonprogramming #datatyes #pythonbasics #pythontutoriol #coding

beanjbunny, to gamedev
@beanjbunny@nerdculture.de avatar

Some people code in python, I shit post.

ucodery, to python
@ucodery@fosstodon.org avatar

Missing already? Missed it altogether and waiting for video uploads? I just found out that my @PyGotham talk is up on YouTube https://youtu.be/zf5so0mmxbo?si=ergHpXQCjfx5KCsD

ramikrispin, to python
@ramikrispin@mstdn.social avatar

Opened my Monday on debugging/fighting Python dependencies on Docker image, how is your Monday so far? 😅

Gif credit: Giphy

asx, to python
@asx@hachyderm.io avatar

Now that PyCon is over and you are heading back to your home base with ideas on what to do, I want to remind you that CfP for PyOhio is open till May 26, 2024 AoE. Details on the CfP are here: https://www.pyohio.org/2024/speaking/cfp/

w84death, to ai
@w84death@fosstodon.org avatar

User: Make simple python application using pygame. Let it opens in the center of the screen, be 512x512 in size and have a hearth icon/shape inside that changes size in hearthbeat fashion.

It works! Looks like Sci-Fi when it does each step just as any other junior programmer. Runs code, checks errors, adds graphics (almost hearth) and in the end even creates venv for this project.

I'm using OpenAI API for this.

=> https://github.com/entropy-research/Devon

#AI #GPT4o #Code #Python

image/png

pyOpenSci, to python
@pyOpenSci@fosstodon.org avatar

Want to participate in our pyOpenSci PyCon sprint remotely? Check out our HELP WANTED board: https://github.com/orgs/pyOpenSci/projects/3/views/1

Got questions? Tag us and we'll help get you sorted 💜

See you online!

#PyConUS #Python #pyOpenSci #OpenSource #OpenScience

treyhunner, to python
@treyhunner@mastodon.social avatar

It's also possible to use the http.server module in code to make your own custom server

Read more 👉 https://trey.io/IiyLcg

bbelderbos, to python
@bbelderbos@fosstodon.org avatar

In our latest @pybites podcast I list out 10 essential things to add to your project on .

Hope it helps you if you're not sure where to start.

Check it out here: https://youtu.be/eBq4v_eOD-Y

jhx, to blender
@jhx@fosstodon.org avatar

Digging a little into programming via in the coming days. Many cool things one can do with a webserver on hand. (Leveraging personally) 😎

This is a nice introduction:

https://www.tutorialspoint.com/python/python_cgi_programming.htm

davidism, to random
@davidism@mas.to avatar

Sprint on Flask, Quart, Jinja, Click, and the Pallets ecosystem in room 316. Grab some stickers as well!

henryiii, to python
@henryiii@fosstodon.org avatar

New cibuildwheel release, with free-threaded Python support for Linux and Windows! Also container-engine is now a non-global option, we use hatchling to package our wheel, and a few other things. https://github.com/pypa/cibuildwheel/releases/tag/v2.18.1

rochacbruno, to python
@rochacbruno@social.rochacbruno.com avatar

I wish I could stay on the GOOD line only, but my coworkers decided that we are crossing the EVIL line.
Maybe I am the only one who doesn't own a wide screen display, and maybe I am the only one using font-size 18.

#python #coding
#tt

hroncok, to python
@hroncok@floss.social avatar

3.13 in is now built with -03, which seems faster.

https://discussion.fedoraproject.org/t/f41-change-proposal-python-built-with-gcc-03-self-contained/112743/13

It also has the python3.13-freethreading subpackage with disabled GIL (parallelly installable).

https://peps.python.org/pep-0703/

I'm working on building the experimental JIT (enabled on runtime via PYTHON_JIT=1).

https://peps.python.org/pep-0744/

Python 3.13 is now future-complete and I encourage you to test your projects with it. It will be the default Python in Fedora 41.

https://fedoraproject.org/wiki/Changes/Python3.13

rih4krc, to python
@rih4krc@mastodon.social avatar

Early AM, we begin to work on the Django framwork via Python. I've feared the framework for a while, but today I am going to handle it. Never let the programming lang handle me. lol.

conansysadmin, to opensource
@conansysadmin@mstdn.social avatar

I now hunt the great hairy mammoth. Learn to enchant a great snake to send messages here: https://cromwell-intl.com/open-source/python-mastodon-twitter-automation/?s=mc

clacke, to python

#Python 3.13 has an experimental feature "Free-threaded CPython" to disable the GIL. Extensions can indicate whether they rely on the GIL or not.

docs.python.org/3.14/whatsnew/…

peps.python.org/pep-0703/

@python
#python313

clacke, to python
offby1, to python
@offby1@wandering.shop avatar

Next #PyConUS will, of course, be here in Pittsburgh. I'm stoked as hell to learn that in 2026 it'll be held in Long Beach, California, chaired by @elthenerd!

I can't wait to see all of my #python peeps there!

qlp, to python
@qlp@linh.social avatar

This joke has probably been made a bunch of times, but...

Python 3.14, not to be confused with PyPI.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • GTA5RPClips
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • khanakhh
  • Youngstown
  • ngwrru68w68
  • slotface
  • everett
  • rosin
  • thenastyranch
  • kavyap
  • tacticalgear
  • megavids
  • cisconetworking
  • normalnudes
  • osvaldo12
  • ethstaker
  • mdbf
  • modclub
  • Durango
  • tester
  • provamag3
  • cubers
  • Leos
  • anitta
  • lostlight
  • All magazines