Eclipse Insights: How AI Is Transforming Solar Astronomy
https://www.meetup.com/indypy/events/298740418/
https://www.meetup.com/indypy/events/298740418/
Meetup
IndyPy - Eclipse Insights: How AI is Transforming Solar Astronomy, Tue, Mar 5, 2024, 7:00 PM | Meetup
Join us either in person or remotely for our hybrid event!
* **IN PERSON:** Join us at Zotec Partners (1 Zotec Dr, Carmel, IN 46032).
* **REMOTE:** Register to get the Zoo
* **IN PERSON:** Join us at Zotec Partners (1 Zotec Dr, Carmel, IN 46032).
* **REMOTE:** Register to get the Zoo
Introducing Flask-Muck: Building a REST API in 5 Minutes
https://dev.to/dtiesling/introducing-flask-muck-how-to-build-a-comprehensive-flask-rest-api-in-5-minutes-4fgh
https://dev.to/dtiesling/introducing-flask-muck-how-to-build-a-comprehensive-flask-rest-api-in-5-minutes-4fgh
DEV Community
Introducing Flask-Muck: How To Build a Comprehensive Flask REST API in 5 Minutes
The Flask ecosystem has no shortage of great libraries for building REST APIs from the ground up....
Live Hack: Exploiting AI-Generated Code
https://go.snyk.io/202403-live-hack-exploiting-ai-generated-code.html?utm_campaign=dm_pp-pycoders_240227_wbn_240306_ai-live-hack&utm_medium=em-pa&utm_source=pycoders&utm_content=wbn_240306_ai-live-hack
https://go.snyk.io/202403-live-hack-exploiting-ai-generated-code.html?utm_campaign=dm_pp-pycoders_240227_wbn_240306_ai-live-hack&utm_medium=em-pa&utm_source=pycoders&utm_content=wbn_240306_ai-live-hack
go.snyk.io
Snyk | Live Hack: Exploiting AI-Generated Code
In just one hour, we will dive into the realm of AI-assisted coding tools, specifically GitHub Copilot and ChatGPT, exposing both their potential and inherent security risks.
uv Another Rust Tool Written to Replace pip
https://discuss.python.org/t/uv-another-rust-tool-written-to-replace-pip/46039/3
https://discuss.python.org/t/uv-another-rust-tool-written-to-replace-pip/46039/3
Discussions on Python.org
Uv - another Rust tool written to replace Pip
I’m not associated with the project, I just found out about it today, but I think it is interesting for the Python packaging world to reshare here: uv: Python packaging in Rust Inparticular it has some resolution features in it’s command uv pip install which…
Blocked by Slow Code Reviews? Here’s How to Stop Waiting
https://sourcery.ai/?utm_source=PyCodersWeekly
https://sourcery.ai/?utm_source=PyCodersWeekly
www.sourcery.ai
AI Code Reviews | Sourcery | Try for Free
AI code reviews in GitHub, GitLab, or your IDE
Counting CPU Instructions in Python
https://blog.mattstuchlik.com/2024/02/08/counting-cpu-instructions-in-python.html
https://blog.mattstuchlik.com/2024/02/08/counting-cpu-instructions-in-python.html
Matt Stuchlik
Counting CPU Instructions in Python
Did you know it takes about 17,000 CPU instructions1 to print("Hello") in Python? And that it takes ~2 billion of them to import seaborn? Since writting this I have upgraded Cirron to substract its own overhead; it now measures print at ~9,000 instructions. ↩