python

Back Open Paginator
19.02.2026 17:35
djangocon (@djangocon@fosstodon.org)

🚀 The DjangoCon US 2026 CFP is OPEN! Heading BACK to Chicago and looking for talks from all experience levels. Got an idea about Django, Python, or the web? We want to hear it!

Deadline: March 16 at 11am CDT

pretalx.com/djangocon-us-2026/

#DjangoConUS #Django #Python





Show Original Post


19.02.2026 17:30
Reuven (@Reuven@fosstodon.org)

Reading a CSV file into a #Python #Pandas data frame? Speed things up by specifying the PyArrow engine. Data storage isn't affected.

df = pd.read_csv(filename)

df = pd.read_csv(filename, engine='pyarrow')

With a 2.2GB file, it took 4s vs. 55s -- more than 10x faster!





Show Original Post


19.02.2026 17:15
brass75 (@brass75@twit.social)

The @ThePSF is hiring an infrastructure engineer. If you have an interest in keeping the things that make Python work going this is for you!

pythonsoftwarefoundation.apply

(Edited to actually add the link!)

#GetFediHired #Python




Show Original Post


19.02.2026 17:14
objects (@objects@habitat.zelle.one)

What choices lay before you when your Elixir app needs functionality that only exists, or is more mature, in Python? There are machine learning models, PDF rendering libraries, and audio/video editing tools without an Elixir equivalent (yet). You could piece together some HTTP calls, or bring in a message queue...but there's a simpler path through Oban.

Bridging Elixir and Python with Oban

#elixir #python #oban




Show Original Post


19.02.2026 17:02
silverorange (@silverorange@hachyderm.io)

We're hiring for two remote-first web development positions in Canada. One is focused on #frontend and the other on #python. silverorange.com/job




Show Original Post


19.02.2026 17:00
PythonPeak (@PythonPeak@mastodon.social)

Error Message Makes No Sense

A Python developer conversation about error message makes no sense

#python #coding #developer #programming #bug #error

youtube.com/watch?v=eLuDDVt9A2c




Show Original Post


19.02.2026 16:57
Moonstone2487 (@Moonstone2487@hessen.social)

Hallo #Fediverse, das ist mein erster Post mit #Python!




Show Original Post


19.02.2026 16:55
content (@content@socialhome.network)

Plan to Adopt Contributor Covenant 3 as Django’s New Code of Conduct

Last month we announced our plan to adopt Contributor Covenant 3 as Django's new Code of Conduct through a multi-step process. Today we're excited to share that we've completed the first step of that journey!

What We've Done

We've merged new documentation that outlines how any member of the Django community can propose changes to our Code of Conduct and related policies. This creates a transparent, community-driven process for keeping our policies current and relevant.

The new process includes:

  • Proposing Changes: Anyone can open an issue with a clear description of their proposed change and the rationale behind it.
  • Community Review: The Code of Conduct Working Group will discuss proposals in our monthly meetings and may solicit broader community feedback through the forum, Discord, or DSF Slack.
  • Approval and Announcement: Once consensus is reached, changes are merged and announced to the community. Changes to the Code of Conduct itself will be sent to the DSF Board for final approval.

How You Can Get Involved

We welcome and encourage participation from everyone in the Django community! Here's how you can engage with this process:

  • Share Your Ideas: If you have suggestions for improving our Code of Conduct or related documentation, open an issue on our GitHub repo.
  • Join the Discussion: Participate in community discussions about proposed changes on the forum, Discord, or DSF Slack. Keep it positive, constructive, and respectful.
  • Stay Informed: Watch the Code of Conduct repository to follow along with proposed changes and discussions.
  • Provide Feedback: Not comfortable with GitHub? You can also reach out via conduct@djangoproject.com, or look for anyone with the Code of Conduct WG role on Discord.

What's Next

We're moving forward with the remaining steps of our plan:

Each step will have its own pull request where the community can review and provide feedback before we merge. We're committed to taking the time needed to incorporate your input thoughtfully.

Thank you for being part of this important work to make Django a more welcoming and inclusive community for everyone!

https://www.djangoproject.com/weblog/2026/feb/19/2026-coc-update-phase-2/

#django #python #webdev




Show Original Post


19.02.2026 16:42
StatisticsGlobe (@StatisticsGlobe@mastodon.social)

We are now 97 members in the Statistics Globe Hub!

Registration is still open, and the Hub will officially begin with its first module release on March 2, 2026.

More info: statisticsglobe.com/hub





Show Original Post


19.02.2026 16:21
Reuven (@Reuven@fosstodon.org)

Which US universities have the biggest endowments? Where are they, and how many earned money last year?

Bamboo Weekly challenges you to use #Python and #Pandas to find out -- creating interactive maps along the way.

New data-analysis challenges every Wednesday: BambooWeekly.com





Show Original Post


19.02.2026 16:16
bokke (@bokke@mastodon.social)

Using Python in Blender to generate depthmaps for a neverending knitting still life. Exploring how diffusion models handle complex metallic materiality.

Details: jeroenbocken.com/works/pipelin





Show Original Post


19.02.2026 16:07
dnparadice (@dnparadice@mastodon.social)

Working on my#rpn project in pure , updated the User Function window to run user functions directly on the stack.

github.com/dnparadice/PyCalc





Show Original Post


1 ...458 459 460 461 462 463 464 465 466 467 468 ...1589
UP