From b600ab27a331825f8b96afc7b7c9ea921a1cc290 Mon Sep 17 00:00:00 2001 From: Noa Tamir <6564007+noatamir@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:56:56 +0200 Subject: [PATCH 1/4] Added PyPodcats Podcast --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a7f5f89..55738205 100644 --- a/README.md +++ b/README.md @@ -1185,6 +1185,7 @@ Where to discover learning resources or new Python libraries. ## Podcasts * [Django Chat](https://djangochat.com/) +* [PyPodcats](https://pypodcats.live) - Hidden Figures of Python: Stories from the underrepresented group members of the Python community. * [Python Bytes](https://pythonbytes.fm) * [Talk Python To Me](https://talkpython.fm/) * [Python Test](https://podcast.pythontest.com/) From 247f5ceb507892aafaea32c0cb971c4a9abbbb7d Mon Sep 17 00:00:00 2001 From: Khawar Zamman Wani Date: Thu, 5 Sep 2024 22:33:47 +0530 Subject: [PATCH 2/4] add jax --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a7f5f89..4c5017bf 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Frameworks for Neural Networks and Deep Learning. Also see [awesome-deep-learning](https://github.com/ChristosChristofidis/awesome-deep-learning).* +* [jax](https://github.com/google/jax) - a library for high-performance numerical computing with automatic differentiation and JIT compilation. * [keras](https://github.com/keras-team/keras) - A high-level neural networks library and capable of running on top of either TensorFlow or Theano. * [pytorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration. * [pytorch-lightning](https://github.com/Lightning-AI/pytorch-lightning) - Deep learning framework to train, deploy, and ship AI products Lightning fast. From a235359bd3373da28619fa3ca436c0d5db7c3223 Mon Sep 17 00:00:00 2001 From: v479038280 Date: Tue, 15 Apr 2025 23:48:40 +0800 Subject: [PATCH 3/4] Update README.md Add NiceGui --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a7f5f89..e91fc2fd 100644 --- a/README.md +++ b/README.md @@ -557,6 +557,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [urwid](http://urwid.org/) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc. * [wxPython](https://wxpython.org/) - A blending of the wxWidgets C++ class library with the Python. * [DearPyGui](https://github.com/RaylockLLC/DearPyGui/) - A Simple GPU accelerated Python GUI framework +* [NiceGui](https://github.com/zauberzeug/nicegui) - It is great for micro web apps, dashboards, robotics projects, smart home solutions and similar use cases. You can also use it in development, for example when tweaking/configuring a machine learning algorithm or tuning motor controllers. ## GraphQL From 6a31ced62aad3e2a13744496f4388c0a26e4282a Mon Sep 17 00:00:00 2001 From: ajinkya Date: Tue, 29 Apr 2025 07:31:06 +0530 Subject: [PATCH 4/4] Add DuckDB to the database section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a7f5f89..deb14d41 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [pickleDB](https://github.com/patx/pickledb) - A simple and lightweight key-value store for Python. * [tinydb](https://github.com/msiemens/tinydb) - A tiny, document-oriented database. * [zodb](https://github.com/zopefoundation/ZODB) - A native object database for Python. A key-value and object graph database. +* [DuckDB](https://duckdb.org/) - An in-process SQL OLAP database management system; optimized for analytics and fast queries, similar to SQLite but for analytical workloads. ## Database Drivers