From 1df5568c6eb02beec63613f12c158f1dcf8b8c6f Mon Sep 17 00:00:00 2001 From: "Renato C. Francisco" <56325092+renatocfrancisco@users.noreply.github.com> Date: Mon, 6 Feb 2023 07:43:31 -0300 Subject: [PATCH 1/6] New link for Pyston Old link was just the old pyston repository with a readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c01386f6..4a381589 100644 --- a/README.md +++ b/README.md @@ -785,7 +785,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [PeachPy](https://github.com/Maratyszcza/PeachPy) - x86-64 assembler embedded in Python. * [Pyjion](https://github.com/Microsoft/Pyjion) - A JIT for Python based upon CoreCLR. * [PyPy](https://foss.heptapod.net/pypy/pypy) - A very fast and compliant implementation of the Python language. -* [Pyston](https://github.com/dropbox/pyston) - A Python implementation using JIT techniques. +* [Pyston](https://github.com/pyston/pyston/) - A Python implementation using JIT techniques. * [Stackless Python](https://github.com/stackless-dev/stackless) - An enhanced version of the Python programming language. ## Interactive Interpreter From ee3247602b961b88de0b8ac4acbe67de5fe4c254 Mon Sep 17 00:00:00 2001 From: van Date: Mon, 13 Feb 2023 14:10:50 +0800 Subject: [PATCH 2/6] Update README.md Add audioFlux: A library for audio and music analysis, feature extraction. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c01386f6..03217a0d 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Audio * [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding. + * [audioFlux](https://github.com/libAudioFlux/audioFlux) - A library for audio and music analysis, feature extraction. * [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition. * [kapre](https://github.com/keunwoochoi/kapre) - Keras Audio Preprocessors. * [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis. From 86e581eea0ab4c0436f2fc66cbb43f76667c7982 Mon Sep 17 00:00:00 2001 From: Daniel Tatarkin Date: Fri, 24 Mar 2023 16:39:47 -0400 Subject: [PATCH 3/6] Fixed Zappa link Zappa github project moved to a new repository under https://github.com/zappa/Zappa --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c01386f6..48128a5a 100644 --- a/README.md +++ b/README.md @@ -1069,7 +1069,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Frameworks for developing serverless Python code.* * [python-lambda](https://github.com/nficano/python-lambda) - A toolkit for developing and deploying Python code in AWS Lambda. -* [Zappa](https://github.com/Miserlou/Zappa) - A tool for deploying WSGI applications on AWS Lambda and API Gateway. +* [Zappa](https://github.com/zappa/Zappa) - A tool for deploying WSGI applications on AWS Lambda and API Gateway. ## Shell From 808fd55da7a69047cdcb143946858dd92d5a86aa Mon Sep 17 00:00:00 2001 From: conder Date: Fri, 24 Mar 2023 19:01:00 -0400 Subject: [PATCH 4/6] Fixed error of files section not linking. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c01386f6..65e6ebad 100644 --- a/README.md +++ b/README.md @@ -614,7 +614,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management. * [virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments. -## Files +## File Manipulation *Libraries for file manipulation and MIME type detection.* From 20b81c76afb8de2ff4ac57071f03573045517d24 Mon Sep 17 00:00:00 2001 From: conder Date: Fri, 24 Mar 2023 19:03:11 -0400 Subject: [PATCH 5/6] Changed files section name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65e6ebad..7569214d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Email](#email) - [Enterprise Application Integrations](#enterprise-application-integrations) - [Environment Management](#environment-management) - - [Files](#files) + - [Files](#file) - [Foreign Function Interface](#foreign-function-interface) - [Forms](#forms) - [Functional Programming](#functional-programming) @@ -614,7 +614,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management. * [virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments. -## File Manipulation +## File *Libraries for file manipulation and MIME type detection.* From eb335c5abea8094a3eb3fd7dd2ef26b8cd9fba86 Mon Sep 17 00:00:00 2001 From: "Ella Venkatesan, Arunachalam" Date: Wed, 12 Jul 2023 19:48:07 -0400 Subject: [PATCH 6/6] added deep learning framework Lighting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97bc05db..e5770417 100644 --- a/README.md +++ b/README.md @@ -483,6 +483,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [SerpentAI](https://github.com/SerpentAI/SerpentAI) - Game agent framework. Use any video game as a deep learning sandbox. * [tensorflow](https://github.com/tensorflow/tensorflow) - The most popular Deep Learning framework created by Google. * [Theano](https://github.com/Theano/Theano) - A library for fast numerical computation. +* [lightning](https://github.com/Lightning-AI/lightning) - Deep learning framework to train, deploy, and ship AI products Lightning fast. ## DevOps Tools