Bug report Bug description: def walk(): root = Path("src/") for path in root.rglob("*"): p = path.relative_to(root) print(p) print(p.is_dir()) # always returns False print(path.is_dir()) # returns ... (more…)
Read more »
What is a burner phone number? It's one you can drop for things you don't want to give out your real phone number to and can get rid of easily. This tutorial shows you how to build a Python burner phone with Twilio and AssemblyAI that will transcribe your... (more…)
Read more »
Python is awesome! Especially Python 3 with async functionality. But really Go is not giving any chances to survive in enterprise world… (more…)
Read more »
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required. - flet-dev/flet... (more…)
Read more »