python

Back Open Paginator
08.12.2025 15:47
hamatti (@hamatti@mastodon.world)

#AdventOfCode 2025, day 8

Whew, what a day. Who knew helping Elves connect junction boxes in a playground can be so exhausting.

Took me quite a while to figure out first part but then second was pretty trivial for me. A weird difficulty curve there — maybe the way I modeled my world just ended up being well matched for the puzzle.

notes.hamatti.org/technology/a

#python




Show Original Post


08.12.2025 15:00
r (@r@bsky.brid.gy)

Foundry IQ in Microsoft Agent Framework ift.tt/7pPmwX4 #python #agentframework #foundry #foundryiq #azure #cloud #ai

Foundry IQ in Microsoft Agent ...




Show Original Post


08.12.2025 14:57
driscollis (@driscollis@mastodon.social)

Creating pretty pictures with and the turtle module 🐍🐢





Show Original Post


08.12.2025 14:34
bbelderbos (@bbelderbos@fosstodon.org)

Always more concise ways to do things in #Python 🐍 😍

>>> from operator import mul
>>> from functools import reduce
>>> reduce(mul, [1, 2, 3, 4])
24

Turns out that since 3.8 the math module has `prod` ->

>>> from math import prod
>>> prod([1, 2, 3, 4])
24




Show Original Post


08.12.2025 14:02
PythonPeak (@PythonPeak@mastodon.social)

Stop Ignoring Watch Save Rate Multi In Python

Stop Ignoring Watch Save Rate Multi In Python This content explores interesting aspects of this topic. The information provided offers valuable insights and perspectives. Understanding this reveals how everyday things are more thoughtful than they appear. Next time you'll notice this detail. This fascinating detail shows how much thought goes into things we take for granted.

...

youtube.com/watch?v=B3Q36TQksj8




Show Original Post


08.12.2025 13:42
TechKeysX (@TechKeysX@mastodon.social)

First Programme in Python for starting Programming Journey - S1 EP01 P2





Show Original Post


08.12.2025 13:33
laurentabbal (@laurentabbal@mastodon.social)

🕹️ 24 jours de /
Jour 8: 24jdpp.forge.apps.education.fr
Pour des activités en classe, pour ceux qui veulent découvrir Pyxel et/ou se préparer pour la Nuit du Code (nuitducode.net).





Show Original Post


08.12.2025 13:01
pyconde (@pyconde@fosstodon.org)

What’s PyCon DE & PyData 2026 all about? 🎙️
AI, ML, LLMs, MLOps, Data Eng., Cloud, Testing, Security, Ethics & more — where ideas meet expertise.
📍 Darmstadt | 14–16 Apr + Masterclasses 17 Apr
#PyConDE #PyData #Python #AI #Conference





Show Original Post


08.12.2025 12:43
villares (@villares@pynews.com.br)

Code at: github.com/villares/sketch-a-d
More sketch-a-day: abav.lugaralgum.com/sketch-a-d
If you like this, support my work:
paypal.com/donate/?hosted_butt
liberapay.com/Villares
wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding





Show Original Post


08.12.2025 12:42
hvdklauw (@hvdklauw@mastodon.social)

The return statement was in the loop instead of after it. 🫣




Show Original Post


08.12.2025 12:21
epiceric (@epiceric@mastodon.xyz)

**Duper's new superpowers!**

It's been over a month since Duper's public announcement, and now, it's more super than ever! I've taken all the feedback from the initial post and worked on it. With Temporal values, support for more languages, extra tools for logging, a fully-functioning LSP, and more, it's certainly not pulling any punches!

duper.dev.br/blog/duper-s-new-

#rust #rustlang #dotnet #node #javascript #wasm #python #json #yaml #toml





Show Original Post


08.12.2025 12:20
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

개발자 찾고 계신가요? Vue.js, Node.js, Python/Django 전문 프리랜서 개발자입니다. 확장성 있는 앱 개발 경험 있습니다. 단기, 장기 프로젝트 모두 가능해요. #Freelancer #개발자 #VueJS #NodeJS #Python #Django #SaaS #프리랜서 #정보기술 #TechVietnam #NhàLậpTrình #PhátTriển ỨngDụng

reddit.com/r/SaaS/comments/1ph




Show Original Post


1 ...855 856 857 858 859 860 861 862 863 864 865 ...1571
UP