FinanceToolkit
An open-source toolkit in which all relevant financial ratios (50+), indicators and performance measurements are written down in the most simplistic way allowing for complete transparency of the calculation method.
https://github.com/JerBouma/FinanceToolkit
An open-source toolkit in which all relevant financial ratios (50+), indicators and performance measurements are written down in the most simplistic way allowing for complete transparency of the calculation method.
https://github.com/JerBouma/FinanceToolkit
GitHub
GitHub - JerBouma/FinanceToolkit: Transparent and Efficient Financial Analysis
Transparent and Efficient Financial Analysis. Contribute to JerBouma/FinanceToolkit development by creating an account on GitHub.
Running Untrusted Python Code
Using seccomp and setrlimit to build a Python sandbox.
https://healeycodes.com/running-untrusted-python-code
Using seccomp and setrlimit to build a Python sandbox.
https://healeycodes.com/running-untrusted-python-code
Healeycodes
Running Untrusted Python Code
Using seccomp and setrlimit to build a Python sandbox.
DotDict: A simple Python library to make chained attributes possible
https://github.com/nick-at-dave/DotDict
https://github.com/nick-at-dave/DotDict
GitHub
GitHub - nicholasmireles/DotDict: A simple Python library to make chained attributes possible.
A simple Python library to make chained attributes possible. - GitHub - nicholasmireles/DotDict: A simple Python library to make chained attributes possible.
Large Language Models and Nearest Neighbors
https://magazine.sebastianraschka.com/p/large-language-models-and-nearest
https://magazine.sebastianraschka.com/p/large-language-models-and-nearest
Sebastianraschka
Large Language Models and Nearest Neighbors
Instead of jumping on the latest trend of the week, I wanted to dive into a recent, fascinating application of nearest-neighbor methods in the context of large language models (LLMs) that made big waves in July.
Briefcase: Convert a Python project into a standalone native application
https://briefcase.readthedocs.io/en/stable/
https://briefcase.readthedocs.io/en/stable/
Python ConfigParser Tutorial
A complete guide that equips you with the knowledge and skills to work with configuration files using Python effectively.
https://www.lambdatest.com/blog/python-configparser-tutorial/
A complete guide that equips you with the knowledge and skills to work with configuration files using Python effectively.
https://www.lambdatest.com/blog/python-configparser-tutorial/
LambdaTest
Python ConfigParser Tutorial - Comprehensive Guide To Working With Configuration Files With Python
Explore our comprehensive Python ConfigParser Tutorial, a complete guide that equips you with the knowledge and skills to work with configuration files using Python effectively.
Resume-Matcher
Open Source Free ATS Tool to compare Resumes with Job Descriptions and create a score to rank them.
https://github.com/srbhr/Resume-Matcher
Open Source Free ATS Tool to compare Resumes with Job Descriptions and create a score to rank them.
https://github.com/srbhr/Resume-Matcher
GitHub
GitHub - srbhr/Resume-Matcher: Improve your resumes with Resume Matcher. Get insights, keyword suggestions and tune your resumes…
Improve your resumes with Resume Matcher. Get insights, keyword suggestions and tune your resumes to job descriptions. - GitHub - srbhr/Resume-Matcher: Improve your resumes with Resume Matcher. Ge...
Jupyter Notebook 7
Jupyter Notebook 7 is the most significant release of the Jupyter Notebook in years. Some highlights of this release include real-time collaboration, interactive debugging, table of contents, theming and dark mode, internationalization, improved accessibility, compact view on mobile devices.
https://blog.jupyter.org/announcing-jupyter-notebook-7-8d6d66126dcf
Jupyter Notebook 7 is the most significant release of the Jupyter Notebook in years. Some highlights of this release include real-time collaboration, interactive debugging, table of contents, theming and dark mode, internationalization, improved accessibility, compact view on mobile devices.
https://blog.jupyter.org/announcing-jupyter-notebook-7-8d6d66126dcf
Medium
Announcing Jupyter Notebook 7
Jupyter Notebook 7 is the most significant release of the Jupyter Notebook in years. Some highlights of this release include real-time…
PythonMonkey
A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.
https://github.com/Distributive-Network/PythonMonkey
A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.
https://github.com/Distributive-Network/PythonMonkey
GitHub
GitHub - Distributive-Network/PythonMonkey: A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python…
A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment. - Distributive-Network/PythonMonkey
baichuan-inc / Baichuan-13B
A 13B large language model developed by Baichuan Intelligent Technology
https://github.com/baichuan-inc/Baichuan-13B
A 13B large language model developed by Baichuan Intelligent Technology
https://github.com/baichuan-inc/Baichuan-13B
GitHub
GitHub - baichuan-inc/Baichuan-13B: A 13B large language model developed by Baichuan Intelligent Technology
A 13B large language model developed by Baichuan Intelligent Technology - baichuan-inc/Baichuan-13B
OpenBMB / ToolBench
An open platform for training, serving, and evaluating large language model for tool learning.
https://github.com/OpenBMB/ToolBench
An open platform for training, serving, and evaluating large language model for tool learning.
https://github.com/OpenBMB/ToolBench
GitHub
GitHub - OpenBMB/ToolBench: [ICLR'24 spotlight] An open platform for training, serving, and evaluating large language model for…
[ICLR'24 spotlight] An open platform for training, serving, and evaluating large language model for tool learning. - OpenBMB/ToolBench
How to create async Django forms in 2 minutes (with Alpine.js)
Here's a video showing you how to add async forms to a Django templates (no page reload) in 2 minutes. The guide uses Alpine.js to add minimal, neat Javascript.
https://www.youtube.com/watch?v=w2Xi6bX6DK4
Here's a video showing you how to add async forms to a Django templates (no page reload) in 2 minutes. The guide uses Alpine.js to add minimal, neat Javascript.
https://www.youtube.com/watch?v=w2Xi6bX6DK4
YouTube
How to create async Django forms in 2 minutes (with Alpine.js) ⛰️
Hi fellow Djangoers 🐎
Here's a video showing you how to add async forms to a Django templates (no page reload) in 2 minutes. The guide uses Alpine.js to add minimal, neat javascript. 🏔️
Here's my blog post, containing the code:
https://www.photondesign…
Here's a video showing you how to add async forms to a Django templates (no page reload) in 2 minutes. The guide uses Alpine.js to add minimal, neat javascript. 🏔️
Here's my blog post, containing the code:
https://www.photondesign…
PyTorch Memory Tuning
This article will focus on minimizing GPU memory footprint — for both optimization and inference workloads. Throughput and latency usually get all the attention, but reducing memory consumption without making architecture sacrifices is often just as valuable.
https://paulbridger.com/posts/pytorch-memory-tuning/
This article will focus on minimizing GPU memory footprint — for both optimization and inference workloads. Throughput and latency usually get all the attention, but reducing memory consumption without making architecture sacrifices is often just as valuable.
https://paulbridger.com/posts/pytorch-memory-tuning/
Paulbridger
PyTorch Memory Tuning
This article will focus on minimizing GPU memory footprint — for both optimization and inference workloads. Throughput and latency usually get all the attention, but reducing memory consumption without making architecture sacrifices is often just as valuable.