Organizada por Don't Use This Code @dontusethiscode.bsky.social
🙋♀️🙋♂️ Es una actividad educativa y divertida (en inglés) que guía a quienes participen por recursos fundamentales para la investigación abierta.
Puedes participar en este enlace 👇
Organizada por Don't Use This Code @dontusethiscode.bsky.social
🙋♀️🙋♂️ Es una actividad educativa y divertida (en inglés) que guía a quienes participen por recursos fundamentales para la investigación abierta.
Puedes participar en este enlace 👇
An obvious risk is that these tools are quite convincing, even when dangerously wrong.
Perhaps an equal risk is how readily we manage convince ourselves…
An obvious risk is that these tools are quite convincing, even when dangerously wrong.
Perhaps an equal risk is how readily we manage convince ourselves…
Don't miss this rare opportunity to work with the one and only Mariatta.
🎯 Lead Software Engineer roles
✅ 20+ years experience
✅ award winning open source contributor
✅ Expert in #Python #Django APIs automations
Don't miss this rare opportunity to work with the one and only Mariatta.
🎯 Lead Software Engineer roles
✅ 20+ years experience
✅ award winning open source contributor
✅ Expert in #Python #Django APIs automations
from dataclasses import dataclass
@dataclass
class T:
value : int = None
obj = T()
for obj.value in range(3):
print(f'{obj = }')
from dataclasses import dataclass
@dataclass
class T:
value : int = None
obj = T()
for obj.value in range(3):
print(f'{obj = }')
Want to join us? Early Bird Tickets go on sale tomorrow!
Want to join us? Early Bird Tickets go on sale tomorrow!
Code: gist.github.com/dutc/50f54d50afa16c16ddc78c463d1fdac5
API documentation: atproto.blue
API examples: github.com/MarshalX/atproto/tree/main/examples
@marshal.dev
Code: gist.github.com/dutc/50f54d50afa16c16ddc78c463d1fdac5
API documentation: atproto.blue
API examples: github.com/MarshalX/atproto/tree/main/examples
@marshal.dev
from os import environ
from atproto import AsyncClient, client_utils, models
def chunked(text, *, size):
buf = []
for ln in text.splitlines():
if sum(map(len, buf)) + len(ln) >= size:
yield '\n'.join(buf)
buf = []
buf.append(ln)
yield '\n'.join(buf)
### 01/04
from os import environ
from atproto import AsyncClient, client_utils, models
def chunked(text, *, size):
buf = []
for ln in text.splitlines():
if sum(map(len, buf)) + len(ln) >= size:
yield '\n'.join(buf)
buf = []
buf.append(ln)
yield '\n'.join(buf)
### 01/04
go.bsky.app/AgFvebt
Let me know if I've missed anyone!
#Python #CPython #PythonCoreTeam #StarterPack
go.bsky.app/AgFvebt
Let me know if I've missed anyone!
#Python #CPython #PythonCoreTeam #StarterPack