sethmlarson, to python
@sethmlarson@fosstodon.org avatar

#Python 3.7 is EOL today, which means that all current and future Python minor version EOLs will be 1 year apart instead of 1.5 years (thanks to PEP 602 codifying a yearly release cadence)

https://devguide.python.org/versions/

nik, to python
@nik@nkantar.social avatar

Hi! 👋

I’ve just been laid off and am therefore extremely available for hire!

I know a decent bit of and some , have worked in environments for a number of years now, also love , and have a good amount of practice with work. I’m also usually up for learning something new.

Slightly outdate resume can be found here: https://nkantar.com/resume

Leads and boosts much appreciated. ❤️

felixxm, to django
@felixxm@fosstodon.org avatar

My latest article shows how to smoothly propagate Database Changes in Blue-Green Deployments 💙 ➡️ 💚 using #Django migrations :django: Check and share! #article #deployment #Python

https://fly.io/django-beats/smooth-database-changes-in-blue-green-deployments/

webology, to programming
@webology@mastodon.social avatar

🌊 Hi #python friends, @ThePSF has a new Community Communications Manager position that we are actively hiring for.

🌎 This position is both remote-friendly and more non-US-based friendly as long as you can work during US-timezones.

➡️ https://mastodon.social/@ThePSF@fosstodon.org/110498522043839072

#techishiring

nedbat, to python
@nedbat@hachyderm.io avatar

Advice for beginning ( and anything else) learners: https://nedbatchelder.com/blog/202309/advice_to_beginners.html

"Write code. Write more code. Get your hands in there, do things and find out what happens. You’ll learn best by doing."

treyhunner, to python
@treyhunner@mastodon.social avatar

Python 3.7 reached the end of its life today. 🎉

Here are some Python 3.8 features you can now embrace:

• cached_property
• self-documenting f-string expressions
• walrus operator
• positional-only args
• passing dictionaries to reversed()

A few other favorites of mine:

• math.‍prod (like sum, but for multiplication)
• clearing the REPL with globals().clear()... this would break things in Python 3.7!
• argparse's add_argument method has an "extend" action

#Python

okpierre, to python
@okpierre@mastodon.social avatar

New release! takahe 0.9 is available

Official docker image: hub.docker.com/r/jointakahe/takahe

Why takahe?
-multiple domain support
-multiple identity support
-mastodon client API compatible

ThePSF, to rust
@ThePSF@fosstodon.org avatar

Python is a memory-safe programming language that eliminates an entire class of software vulnerabilities 🐍🛡️ Adoption of memory-safe systems languages like #Rust continues to grow in the #Python package ecosystem 🦀

#security #vulnerability #cybersecurity

https://pyfound.blogspot.com/2024/02/white-house-recommends-.html

glyph, to random
@glyph@mastodon.social avatar
miketheman, to python
@miketheman@hachyderm.io avatar

It's official, folks. @pypi now officially hosts over half a million projects! 🎉

#python #packaging #opensource

pyohio, to python
@pyohio@fosstodon.org avatar

🎉 PyOhio Registration Is Open! #PyOhio is a FREE #Python conference this July 27-28th in #cleveland, #Ohio

https://www.pyohio.org/2024/attend/registration/

Join us to connect with folks who use Python in a vast number of ways: to solve problems around them, or make the world just a bit nicer or more fun, or just to make something small and lovely! If you’ve never programmed before, this is a great chance to see what you can do with Python. If you’ve used it for years, it’s a great chance to see different approaches!

ThePSF, to python
@ThePSF@fosstodon.org avatar

📣Attn📣 @pycon US attendees: we've got a bunch of fun stuff planned for the PSF booth! Make sure to stop by starting tomorrow at the Opening Reception 🐍🎉

Look for posts over the next couple of days about everything you can do at our booth 🍪🖌️📸

#PSF #Python #PyConUS

mariatta, to accessibility
@mariatta@fosstodon.org avatar

Jupyter notebooks in 2024 is still not accessible.

In his #PyCascades talk, Venkatesh Potluri (who is blind) noted that popular Python libraries like matplotlib etc still can't embed alt text.

He made a patch for it, but the notebooks still don't pick up alt text.

#accessibility #Python #jupyter

hugovk, to python
@hugovk@mastodon.social avatar

@coveragepy can now use Python 3.12's new sys.monitoring module with much lower overhead.

On 3.12, it's about the same as if you were running tests without coverage enabled!

https://nedbatchelder.com/blog/202312/coveragepy_with_sysmonitoring.html

With 7.4.2, you can set COVERAGE_CORE=sysmon globally on your CI, and it'll only use it where available (Python 3.12 and 3.13 alpha), and use the default for 3.11 and older.

For example, @pillow is 9% - 27% faster!

https://github.com/python-pillow/Pillow/pull/7820

felixxm, to django
@felixxm@fosstodon.org avatar

Django 5.0 :django: allows creation of database generated fields! 🤯 This is another astonishing ORM feature in the upcoming release 📦 Many thanks to Jeremy Nauta and @lilyf for their great efforts 🦸 💚 #django #python #release

https://github.com/django/django/commit/f333e3513e8bdf5ffeb6eeb63021c230082e6f95

pyladiescon, to python

📢 We are still receiving proposals for the first ! ✨🐍🚀

🗓️ Dec 1-3, 2023

We accept proposals in multiple languages. If you're passionate about and tech, this is your moment. You can apply in different languages: English, Español, Português, Français, and 中文.

Submit your proposal by September 10th: 👇
https://t.co/hZOUp5U0Qp

felixxm, to django
@felixxm@fosstodon.org avatar

My latest article sheds light on Django versioning 🔦 🦄 Check it out! :django:

#django #python #release @flydotio

https://fly.io/django-beats/shedding-light-on-django-versioning/

mariatta, to random
@mariatta@fosstodon.org avatar

Python 3.12 is out!!

Download it from python.org

Some features I'm excited about:

  • Improved ‘Did you mean …’ suggestions for NameError, ImportError, and SyntaxError exceptions 💡
  • asyncio performance improvements ⚡
  • f-strings!! Expression components inside f-strings can now be any valid Python expression

What's new in Python 3.12:
https://docs.python.org/3.12/whatsnew/3.12.html
#Python

Posit, to python
@Posit@fosstodon.org avatar

Quarto 1.4 has been released 🎉

The release brings new formats for dashboards and Typst, a new manuscript project type, a cross-reference overhaul, Shiny for Python support, and a ton of other updates.

Learn more on the Quarto blog: https://quarto.org/docs/blog/posts/2024-01-24-1.4-release/

#Shiny #QuartoPub #Quarto #Python #RStats

hynek, to python
@hynek@mastodon.social avatar

Lately, I’ve seen many projects who use Black and/or Ruff set their target versions manually.

❌ You don't have to do that! ❌

If you use a pyproject.toml , they both interpret your project.require-python key.

If it says >=3.8, they will format/upgrade for 3.8+ etc. Hooray for standards paying off!

beausimensen, to php
@beausimensen@phpc.social avatar

I’m on the market for a staff/principal role. I have a passion for #SoftwareArchitecture, Developer Experience, community, mentoring, #performance, and interacting with business and domain experts.

Comfort zone: #php #typescript #react #symfony #laravel

Excited about: #eventsourcing #eventsauce #eventstorming #domaindrivendesign #modeling

Would love professional exposure to: #kotlin #golang #dotnet #python #eventstoredb

Visit beausimensen.com to contact or DM me.

#FediHire #GetFediHired

mariatta, to python
@mariatta@fosstodon.org avatar

Check out all the speakers for the first ever Global PyLadies Conference 🤩 @pyladiescon

https://conference.pyladies.com/speakers.html

Registration is free to everyone because we want it to be inclusive and accessible. If you can though, support us by sponsoring or donating to PyLadies.
Contact sponsors at PyLadies dot com for sponsorship opportunities. To donate, you can do it directly on the registration site.

https://events.hubilo.com/pyladiescon2023/register

hugovk, to python
@hugovk@mastodon.social avatar

🎉 We just had 3 successful core dev votes in parallel!

Each dev focuses on different yet important areas, reflecting the size & breadth of the CPython project.

Please give a big welcome to:

🍏 @freakboy3742 added iOS support (#PEP730)
https://discuss.python.org/t/vote-to-promote-russell-keith-magee/53821

🐛 Tian Gao works on the pdb debugger
https://discuss.python.org/t/vote-to-promote-tian-gao/53895

🏎️ @mdboom works on benchmarking in the Faster CPython team
https://discuss.python.org/t/vote-to-promote-michael-droettboom/54227

That's 5 new so far this year, same as last year 🚀
https://hugovk.github.io/python-core-devs/by-year.html
#Python #CPython

phildini, to python
@phildini@wandering.shop avatar

Hi folks! Former chair of @ThePSF Conduct Working Group with a message that might be timely!

If you see a member of the community behaving against the spirit or the letter of the CoC, especially if the comments are in public about an official event, especially if using a hashtag, please report to conduct-wg@python.org as you are comfortable.

The WG might not be able to take action due to the CoC’s scope, but its useful background for the inevitable next incident.

Thanks! ✨

fatuus, to random
@fatuus@mstdn.fr avatar

Hello :mastodon:

I am hiring 💸 !

Looking 👀 for a Network Security Engineer 🕸️ for my customer.
Job description 📰 on demand.

Required are:
Cisco,
Palo Alto &
Checkpoint
(Algosec would be a plus)

Position based in 🇱🇺

Feel free to contact me

fatuus,
@fatuus@mstdn.fr avatar

Hello :mastodon:

I am hiring 💸 !

We're looking 👀 for a person with Linux Admin :debian: (RedHat actually) skill.
Strong Security mindset 🛡️

Job description 📰 in PM.

Skills needed :
#Linux / #RedHat,
#Security
#Python
#Ansible
#Apache

🇬🇧 Anglais mandatory

Job can be in 🇱🇺 , 🇫🇷 , 🇧🇪 or 🇵🇱
for Internal
Any country in 🇪🇺 as Contractor

Feel free to contact me for anything.

#IAmHiring #hiring #job #emploi #JeChercheUnJob

:boost_requested: makes your CPU faster

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