Stockdex
Python package for mining stock and financial data, using data from open data sources like Yahoo Finance.
https://github.com/ahnazary/stockdex
Python package for mining stock and financial data, using data from open data sources like Yahoo Finance.
https://github.com/ahnazary/stockdex
GitHub
GitHub - ahnazary/stockdex: Python Package to Extract and plot Financial Data
Python Package to Extract and plot Financial Data. Contribute to ahnazary/stockdex development by creating an account on GitHub.
PyO3: From Python to Rust and Back Again
David Hewitt, the principal committer to PyO3, discusses the project's role in improving Python's performance by integrating Rust code. The conversation explores the challenges and ongoing developments in making Python and Rust work seamlessly together, highlighting the complexities involved in bridging these two languages for enhanced performance.
https://www.youtube.com/watch?v=UmL_CA-v3O8
David Hewitt, the principal committer to PyO3, discusses the project's role in improving Python's performance by integrating Rust code. The conversation explores the challenges and ongoing developments in making Python and Rust work seamlessly together, highlighting the complexities involved in bridging these two languages for enhanced performance.
https://www.youtube.com/watch?v=UmL_CA-v3O8
YouTube
PyO3: From Python to Rust and Back Again (with David Hewitt)
There’s huge pressure on Python at the moment to get faster, ideally without changing at all. One increasingly–popular way of achieving that impossible task is to push the performance critical code down into C, C++, or Rust. And this week we’re focussing…
Python Online Toolbox
Free online Python tools (Code checker, regex tester, ...)
https://pythonium.net/
Free online Python tools (Code checker, regex tester, ...)
https://pythonium.net/
Pythonium - Python, What else ?
Python Online Toolbox - Pythonium
Welcome to our Python Online Toolbox. Python, renowned for its versatility and simplicity, stands as a beacon in the world of programming languages. Our platform harnesses this power, offering tools and resources for developers. Whether you're a seasoned…
Mandala – Automatically save, query and version Python computations
https://github.com/amakelov/mandala
https://github.com/amakelov/mandala
GitHub
GitHub - amakelov/mandala: A simple & elegant experiment tracking framework that integrates persistence logic & best practices…
A simple & elegant experiment tracking framework that integrates persistence logic & best practices directly into Python - amakelov/mandala
Making Python Less Random
Using ptrace to intercept and modify a process's getrandom syscall.
https://healeycodes.com/making-python-less-random
Using ptrace to intercept and modify a process's getrandom syscall.
https://healeycodes.com/making-python-less-random
Healeycodes
Making Python Less Random
Using ptrace to intercept and modify a process's getrandom syscall.
PySkyWiFi: completely free, unbelievably stupid wi-fi on long-haul flights
PySkyWiFi is a tool that allows free internet access on planes by exploiting a vulnerability in airline loyalty program websites. It works by sending HTTP requests through an airline account's name field, relaying them to a ground computer that makes the actual web requests, and sending responses back through the same channel.
https://robertheaton.com/pyskywifi/
PySkyWiFi is a tool that allows free internet access on planes by exploiting a vulnerability in airline loyalty program websites. It works by sending HTTP requests through an airline account's name field, relaying them to a ground computer that makes the actual web requests, and sending responses back through the same channel.
https://robertheaton.com/pyskywifi/
Robert Heaton
PySkyWiFi: completely free, unbelievably stupid wi-fi on long-haul flights | Robert Heaton
The plane reached 10,000ft. I took out my laptop, planning to peruse the internet and maybe do a little work if I got really desperate.
django-ai-assistant
Integrate AI Assistants with Django to build intelligent applications.
https://github.com/vintasoftware/django-ai-assistant/
Integrate AI Assistants with Django to build intelligent applications.
https://github.com/vintasoftware/django-ai-assistant/
GitHub
GitHub - vintasoftware/django-ai-assistant: Integrate AI Assistants with Django to build intelligent applications
Integrate AI Assistants with Django to build intelligent applications - vintasoftware/django-ai-assistant
How a Decorator Crashed My Flask App: Lessons Learned
The article explains how a decorator without functools.wraps caused a Flask app to crash by assigning the same name to multiple endpoints. It demonstrates the importance of using functools.wraps to maintain function metadata, thus preventing such errors.
https://suyogdahal.com.np/posts/how-decorator-crashed-my-flask-app/
The article explains how a decorator without functools.wraps caused a Flask app to crash by assigning the same name to multiple endpoints. It demonstrates the importance of using functools.wraps to maintain function metadata, thus preventing such errors.
https://suyogdahal.com.np/posts/how-decorator-crashed-my-flask-app/
Suyog's personal blog
How a Decorator Crashed My Flask App: Lessons Learned
TL;DR: Always use functools.wraps for your decorators.
Decorators in python are wonderful. They let you modify or extend the behavior of functions or methods without permanently modifying their source code. I’ve used them in several places in my code to add…
Decorators in python are wonderful. They let you modify or extend the behavior of functions or methods without permanently modifying their source code. I’ve used them in several places in my code to add…
PyCon US 2024 Videos
Couldn't attend PyCon US 2024? The videos of the talks have started trickling down.
https://www.youtube.com/playlist?list=PL2Uw4_HvXqvYhjub9bw4uDAmNtprgAvlJ
Couldn't attend PyCon US 2024? The videos of the talks have started trickling down.
https://www.youtube.com/playlist?list=PL2Uw4_HvXqvYhjub9bw4uDAmNtprgAvlJ
YouTube
PyCon US 2024
PyCon US 2024 - Pittsburgh, PA