python

Back Open Paginator
16.09.2025 16:26
fundor333 (@fundor333@mastodon.social)

Hello FedVerse! I am searching for a job ad a Backend Developer.

I am a 6 year Python-Django Developer form Italy with also some familiarity with Flask, FastApi and Tornado. I am also familiar with Postgresql and web scraping and type of Api (Rest, Soap, GraphQL) and coding middleware.

Please PM me for resume information.

fundor333.com/micro/2025/09/se




Show Original Post


16.09.2025 16:11
hobbs (@hobbs@dobbs.town)

getting back to trying to port some stuff to #prefect today. having a heck of a time, though. i can't get the web-ui to connect to the db or show me flows/tasks/concurrency-limits but the cli stuff all does 🤷

ready to have this figured out already so i can get back to the actual code.

#python




Show Original Post


16.09.2025 16:04
PyConUK (@PyConUK@fosstodon.org)

🎉🎉 PyCon UK 2025 is officially SOLD OUT! 🎉🎉

A huge thank you to everyone who grabbed a ticket 💜

We hope you’re as excited as we are, and we can’t wait to see you all in Manchester on Friday! 🐍✨

#PyConUK2025 #PyConUK #Python #TechEvents #Community #TechCommunity




Show Original Post


16.09.2025 15:55
villares (@villares@pynews.com.br)

the cyclic #twilight #matplotlib #colormap matplotlib.org/stable/users/ex 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


16.09.2025 15:47
villares (@villares@pynews.com.br)

more #viridis 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


16.09.2025 15:44
scheehan (@scheehan@mastodon.social)

still searching for Python web framework that works for you? here is a list of popular Python frameworks and libraries in 2025 by PyCharm.

blog.jetbrains.com/pycharm/202




Show Original Post


16.09.2025 15:34
LogicLuminaryBill (@LogicLuminaryBill@mastodon.social)

Monday, September 15, 2025 – Progress Report 📘💻

Day 260
Day 260

Daily Reading 📖
• ✅ freeCodeCamp News: Read 1 article
• ✅ Daily.dev: Read 1 article

Productivity Tools 🗂️
• Trello: Updated the board

Learning Platforms 🎯
• Codecademy: PHP





Show Original Post


16.09.2025 15:27
linuxgal (@linuxgal@techhub.social)

#Python #A0

python3 -c "from datetime import datetime; d=(datetime(datetime.today().year,12,25)-datetime.today()).days; print(f'Only {d} shopping days until Christmas.')"





Show Original Post


16.09.2025 15:07
Martoni (@Martoni@piaille.fr)

Cocotb v2.0.0 \o/

github.com/cocotb/cocotb/relea

#cocotb #flf #release #python #verilog #vhdl #icarus #ghdl #nvc #verilator




Show Original Post


16.09.2025 15:03
samuel (@samuel@sueden.social)

Hat jemand einen Tipp zum #Lernen von Programmiersprachen, konkret erstmal #Python? Also ein #Tutorial, eine Website etc.




Show Original Post


16.09.2025 14:50
linuxgal (@linuxgal@techhub.social)

Convert csv piped from stdin to sc format with #Python #32

#!/usr/bin/env python3
import sys
import csv
import string
letters = string.ascii_uppercase
reader = csv.reader(sys.stdin)
for row, fields in enumerate(reader):
for col, val in enumerate(fields):
if not val.strip():
continue
col_letter = letters[col]
print(f'leftstring {col_letter}{row} = "{val}"')





Show Original Post


16.09.2025 14:44
dmajda (@dmajda@mastodon.social)

Připomínám svou zítřejší přednášku o Rustu na Pražském Pyvu. A přidávám malou ochutnávku ze slajdů.

pyvo.cz/praha-pyvo/2025-09/





Show Original Post


1 ...1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 ...1552
UP