www.abel.co
📍 Date/Location Oct. 18th in San Francisco, CA
🎟️ Tickets buff.ly/jbRsUye
🎤 More Talks: buff.ly/IcKhzwP
📍 Date/Location Oct. 18th in San Francisco, CA
🎟️ Tickets buff.ly/jbRsUye
🎤 More Talks: buff.ly/IcKhzwP
@jyouyang.bsky.social and "Testing Flask and Quart Apps with Pytest and Playwright" from @pamelafox.bsky.social ! See you there!
www.meetup.com/sfpython/eve...
@jyouyang.bsky.social and "Testing Flask and Quart Apps with Pytest and Playwright" from @pamelafox.bsky.social ! See you there!
www.meetup.com/sfpython/eve...
pamelafox.github.io/my-py-talks/...
And a not-as-interactive version of the talk recorded here:
www.youtube.com/watch?v=MJHU...
(Live audiences are so fun!)
pamelafox.github.io/my-py-talks/...
And a not-as-interactive version of the talk recorded here:
www.youtube.com/watch?v=MJHU...
(Live audiences are so fun!)
www.meetup.com/sfpython/eve...
www.meetup.com/sfpython/eve...
- Personal AI wiki. Take misc. docs (text, MD, Word, PDF, PPT, etc.) and build a prompt-able (servable/exportable) webpage.
- Consumer fire robots. Assess what prevention needs to be done & do it (clear brush, etc.).
- Personal AI wiki. Take misc. docs (text, MD, Word, PDF, PPT, etc.) and build a prompt-able (servable/exportable) webpage.
- Consumer fire robots. Assess what prevention needs to be done & do it (clear brush, etc.).
www.meetup.com/sfpython/eve...
www.meetup.com/sfpython/eve...
Python meetup in Iowa!
Python meetup in Iowa!
www.gofundme.com/f/help-3rd-g...
www.gofundme.com/f/help-3rd-g...
Code like you don't have any tests.
Code like you don't have any tests.
My Python Journey: From Machine Learning to Full-Stack - Astha Singh Thakur
Prompt engineering & social justice: what we know so far - @annthurium.bsky.social
Issue Resolution in Python - Tillman Elser
Journey to the center of `read()` - Cody Maloney
Thanks @sentry.io
My Python Journey: From Machine Learning to Full-Stack - Astha Singh Thakur
Prompt engineering & social justice: what we know so far - @annthurium.bsky.social
Issue Resolution in Python - Tillman Elser
Journey to the center of `read()` - Cody Maloney
Thanks @sentry.io
www.meetup.com/sfpython/eve...
www.meetup.com/sfpython/eve...
#SignalProcessing #DSP
#SignalProcessing #DSP
License is part of the motivation.
I do prefer Signal to pyqtSignal :)
License is part of the motivation.
I do prefer Signal to pyqtSignal :)
Instead of the not-so-pretty
if "__name__" == __main__:
...
Do this instead:
from ismain import is_main
if is_main():
...
github.com/jamesabel/is...
Instead of the not-so-pretty
if "__name__" == __main__:
...
Do this instead:
from ismain import is_main
if is_main():
...
github.com/jamesabel/is...
github.com/jamesabel/to...
github.com/jamesabel/to...