Brownie
A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.
https://github.com/eth-brownie/brownie
A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.
https://github.com/eth-brownie/brownie
GitHub
GitHub - eth-brownie/brownie: A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual…
A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine. - eth-brownie/brownie
Humanities Data Analysis: Case Studies with Python
A practical guide to data-intensive humanities research using the Python programming language.
https://www.humanitiesdataanalysis.org/
A practical guide to data-intensive humanities research using the Python programming language.
https://www.humanitiesdataanalysis.org/
Aesara
A Python library that allows one to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays.
https://github.com/aesara-devs/aesara
A Python library that allows one to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays.
https://github.com/aesara-devs/aesara
GitHub
GitHub - aesara-devs/aesara: Aesara is a Python library for defining, optimizing, and efficiently evaluating mathematical expressions…
Aesara is a Python library for defining, optimizing, and efficiently evaluating mathematical expressions involving multi-dimensional arrays. - aesara-devs/aesara
SymPy Tutorial (2022): For Physicists, Engineers, and Mathematicians
This from-scratch tutorial on SymPy is designed specifically for those in physics, mathematics, and engineering.
https://www.youtube.com/watch?v=1yBPEPhq54M
This from-scratch tutorial on SymPy is designed specifically for those in physics, mathematics, and engineering.
https://www.youtube.com/watch?v=1yBPEPhq54M
YouTube
SymPy Tutorial (2022): For Physicists, Engineers, and Mathematicians
Check out my course on UDEMY: learn the skills you need for coding in STEM:
https://www.udemy.com/course/python-stem-essentials/
This from-scratch tutorial on SymPy is designed specifically for those in physics, mathematics, and engineering. In the future…
https://www.udemy.com/course/python-stem-essentials/
This from-scratch tutorial on SymPy is designed specifically for those in physics, mathematics, and engineering. In the future…
Faster API development with django-dataclasses
A new django-dataclasses library allows you to: Define your API schema using Python dataclasses, Use the dataclasses as request and response bodies in Django views and Generate a JavaScript API client from an OpenAPI export.
https://medium.com/roivant-technology/faster-api-development-with-django-dataclasses-5d33c366f23c
A new django-dataclasses library allows you to: Define your API schema using Python dataclasses, Use the dataclasses as request and response bodies in Django views and Generate a JavaScript API client from an OpenAPI export.
https://medium.com/roivant-technology/faster-api-development-with-django-dataclasses-5d33c366f23c
Medium
Faster API development with django-dataclasses
Use Python dataclasses in your Django APIs and easily generate a JavaScript client
Don't Wrap Instance Methods with 'functools.lru_cache' Decorator in Python
https://rednafi.github.io/reflections/dont-wrap-instance-methods-with-functoolslru_cache-decorator-in-python.html
https://rednafi.github.io/reflections/dont-wrap-instance-methods-with-functoolslru_cache-decorator-in-python.html
microblog-api
A modern (as of 2022) Flask API back end.
https://github.com/miguelgrinberg/microblog-api
A modern (as of 2022) Flask API back end.
https://github.com/miguelgrinberg/microblog-api
GitHub
GitHub - miguelgrinberg/microblog-api: A modern (as of 2024) Flask API back end.
A modern (as of 2024) Flask API back end. Contribute to miguelgrinberg/microblog-api development by creating an account on GitHub.
dgtlmoon / changedetection.io
changedetection.io - The best and simplest self-hosted open source website change detection monitoring and notification service. An alternative to Visualping, Watchtower etc. Designed for simplicity - the main goal is to simply monitor which websites had a text change. Open source web page change detection - Now also includes XPATH and JSON API …
https://github.com/dgtlmoon/changedetection.io
changedetection.io - The best and simplest self-hosted open source website change detection monitoring and notification service. An alternative to Visualping, Watchtower etc. Designed for simplicity - the main goal is to simply monitor which websites had a text change. Open source web page change detection - Now also includes XPATH and JSON API …
https://github.com/dgtlmoon/changedetection.io
GitHub
GitHub - dgtlmoon/changedetection.io: Best and simplest tool for website change detection, web page monitoring, and website change…
Best and simplest tool for website change detection, web page monitoring, and website change alerts. Perfect for tracking content changes, price drops, restock alerts, and website defacement monito...
red-mail
Red Mail is an advanced email sender library. It makes sending emails trivial and has a lot of advanced features.
https://github.com/Miksus/red-mail
Red Mail is an advanced email sender library. It makes sending emails trivial and has a lot of advanced features.
https://github.com/Miksus/red-mail
GitHub
GitHub - Miksus/red-mail: Advanced email sending for Python
Advanced email sending for Python. Contribute to Miksus/red-mail development by creating an account on GitHub.
coltrane
A simple content site framework that harnesses the power of Django without the hassle.
https://github.com/adamghill/coltrane/
A simple content site framework that harnesses the power of Django without the hassle.
https://github.com/adamghill/coltrane/
GitHub
GitHub - adamghill/coltrane: A minimal app framework for content sites.
A minimal app framework for content sites. Contribute to adamghill/coltrane development by creating an account on GitHub.
Analyzing stock data near events with pandas
Stock market returns are heavily impacted by some events, like FOMC announcements, and we can use pandas to understand this impact.
https://www.wrighters.io/analyzing-stock-data-events-with-pandas/
Stock market returns are heavily impacted by some events, like FOMC announcements, and we can use pandas to understand this impact.
https://www.wrighters.io/analyzing-stock-data-events-with-pandas/
wrighters.io
Analyzing stock data near events with pandas - wrighters.io
Stock market returns are heavily impacted by some events, like FOMC announcements, and we can use pandas to understand this impact.
Mercury
Easily convert your Python notebooks into interactive web apps by adding parameters in YAML.
https://github.com/mljar/mercury
Easily convert your Python notebooks into interactive web apps by adding parameters in YAML.
https://github.com/mljar/mercury
GitHub
GitHub - mljar/mercury: Convert Jupyter Notebooks to Web Apps
Convert Jupyter Notebooks to Web Apps. Contribute to mljar/mercury development by creating an account on GitHub.
Sentiment Analysis Using Python
Learn how to use sentiment analysis to mine insights from tweets and news articles.
https://newscatcherapi.com/blog/sentiment-analysis-using-python
Learn how to use sentiment analysis to mine insights from tweets and news articles.
https://newscatcherapi.com/blog/sentiment-analysis-using-python
Newscatcherapi
Sentiment Analysis Using Python | NewsCatcher
Learn how to use sentiment analysis to mine insights about from tweets and news articles
Sockets for dummies
Dive into the world of socket programming with this Python tutorial that assumes 0 prior experience.
https://mathspp.com/blog/sockets-for-dummies
Dive into the world of socket programming with this Python tutorial that assumes 0 prior experience.
https://mathspp.com/blog/sockets-for-dummies
Mathspp
Sockets for dummies
Dive into the world of socket programming with this Python tutorial that assumes 0 prior experience.
How vectorization speeds up your Python code
Vectorization allows you to speed up the processing of homogeneous data in Python. Learn what it means, when it applies, and how to do it.
https://pythonspeed.com/articles/vectorization-python/
Vectorization allows you to speed up the processing of homogeneous data in Python. Learn what it means, when it applies, and how to do it.
https://pythonspeed.com/articles/vectorization-python/
Python⇒Speed
How vectorization speeds up your Python code
Vectorization allows you to speed up processing of homogeneous data in Python. Learn what it means, when it applies, and how to do it.