FlagAI
FlagAI (Fast LArge-scale General AI models) is a fast, easy-to-use and extensible toolkit for large-scale model.
https://github.com/FlagAI-Open/FlagAI
FlagAI (Fast LArge-scale General AI models) is a fast, easy-to-use and extensible toolkit for large-scale model.
https://github.com/FlagAI-Open/FlagAI
GitHub
GitHub - FlagAI-Open/FlagAI: FlagAI (Fast LArge-scale General AI models) is a fast, easy-to-use and extensible toolkit for large…
FlagAI (Fast LArge-scale General AI models) is a fast, easy-to-use and extensible toolkit for large-scale model. - FlagAI-Open/FlagAI
ds-blocks
Write highly modular, compact, and decoupled data science pipelines.
https://github.com/Jaume-JCI/ds-blocks
Write highly modular, compact, and decoupled data science pipelines.
https://github.com/Jaume-JCI/ds-blocks
kangas
Kangas is a tool for exploring, analyzing, and visualizing large-scale multimedia data. It provides a straightforward Python API for logging large tables of data, along with an intuitive visual interface for performing complex queries against your dataset.
https://github.com/comet-ml/kangas
Kangas is a tool for exploring, analyzing, and visualizing large-scale multimedia data. It provides a straightforward Python API for logging large tables of data, along with an intuitive visual interface for performing complex queries against your dataset.
https://github.com/comet-ml/kangas
GitHub
GitHub - comet-ml/kangas: 🦘 Explore multimedia datasets at scale
🦘 Explore multimedia datasets at scale. Contribute to comet-ml/kangas development by creating an account on GitHub.
Multiprocessing Race Conditions in Python
In this tutorial, you will discover how to identify and fix race conditions with processes in Python.
https://superfastpython.com/multiprocessing-race-condition-python/
In this tutorial, you will discover how to identify and fix race conditions with processes in Python.
https://superfastpython.com/multiprocessing-race-condition-python/
Super Fast Python
Multiprocessing Race Conditions in Python - Super Fast Python
You can suffer race conditions when using process-based concurrency via the multiprocessing module in Python. The types of race conditions we can expect may be different than those expected with threads, given that we are working with processes that do not…
Season 3 Episode 8: Rivers Cuomo and Guido van Rossum
Rock icon Rivers Cuomo goes deep on coding talk with Python computer language creator and programming icon, Guido Van Rossum. We talk about the history of The Sweater Song, coding vs songwriting, the history of Python and much, much more!
https://www.singforscience.org/episodes/rivers-cuomo-guido-van-rossum
Rock icon Rivers Cuomo goes deep on coding talk with Python computer language creator and programming icon, Guido Van Rossum. We talk about the history of The Sweater Song, coding vs songwriting, the history of Python and much, much more!
https://www.singforscience.org/episodes/rivers-cuomo-guido-van-rossum
Sing for Science
Season 3 Episode 8: Weezer’s Rivers Cuomo and Guido van Rossum — Sing for Science
Rock icon Rivers Cuomo goes deep on coding talk with Python computer language creator and programming icon, Guido Van Rossum. We talk about the history of The Sweater Song, coding vs songwriting, the history of Python and much, much more!
Thoughts on my first machine learning project
https://www.holovaty.com/writing/machine-learning-thoughts
https://www.holovaty.com/writing/machine-learning-thoughts
tiangolo / typer
Typer, build great CLIs. Easy to code. Based on Python type hints.
https://github.com/tiangolo/typer
Typer, build great CLIs. Easy to code. Based on Python type hints.
https://github.com/tiangolo/typer
GitHub
GitHub - fastapi/typer: Typer, build great CLIs. Easy to code. Based on Python type hints.
Typer, build great CLIs. Easy to code. Based on Python type hints. - fastapi/typer
Cartwright
A recurrent neural network paired with heuristic methods that automatically infer geospatial, temporal and feature columns
https://github.com/jataware/cartwright
A recurrent neural network paired with heuristic methods that automatically infer geospatial, temporal and feature columns
https://github.com/jataware/cartwright
GitHub
GitHub - jataware/cartwright: A recurrent neural network paired with heuristic methods that automatically infer geospatial, temporal…
A recurrent neural network paired with heuristic methods that automatically infer geospatial, temporal and feature columns - GitHub - jataware/cartwright: A recurrent neural network paired with heu...
Vent: I'm tired of the 1001 libraries of virtual environments.
https://www.reddit.com/r/Python/comments/z1v0f1/vent_im_tired_of_the_1001_libraries_of_virtual/
https://www.reddit.com/r/Python/comments/z1v0f1/vent_im_tired_of_the_1001_libraries_of_virtual/
Reddit
r/Python on Reddit: Vent: I'm tired of the 1001 libraries of virtual environments.
Posted by u/ijwji - 643 votes and 356 comments
Guido van Rossum: Python and the Future of Programming | Lex Fridman Podcast #341
https://www.reddit.com/r/Python/comments/z5cjum/guido_van_rossum_python_and_the_future_of/
https://www.reddit.com/r/Python/comments/z5cjum/guido_van_rossum_python_and_the_future_of/
Reddit
From the Python community on Reddit: Guido van Rossum: Python and the Future of Programming | Lex Fridman Podcast #341
Explore this post and more from the Python community
How to Run Pip From The Python Interactive Shell with pipfromrepl
https://inventwithpython.com/blog/2022/11/20/how-to-run-pip-from-the-python-interactive-shell-with-pipfromrepl/
https://inventwithpython.com/blog/2022/11/20/how-to-run-pip-from-the-python-interactive-shell-with-pipfromrepl/
Inventwithpython
How to Run Pip From The Python Interactive Shell with pipfromrepl
If you are an instructor leading a Python programming workshop, getting third-party PyPI packages installed on students' machines with pip has several hurdles: navigating the command-line, operating system differences, distinguishing between pip and pip3…
bookwyrm
Social reading and reviewing, decentralized with ActivityPub.
https://github.com/bookwyrm-social/bookwyrm
Social reading and reviewing, decentralized with ActivityPub.
https://github.com/bookwyrm-social/bookwyrm
GitHub
GitHub - bookwyrm-social/bookwyrm: Social reading and reviewing, decentralized with ActivityPub
Social reading and reviewing, decentralized with ActivityPub - bookwyrm-social/bookwyrm
How To Reduce Coupling With Facade
The Facade design pattern is a great choice if you want to connect with a complex system via a simplified interface. In this tutorial, I show you how to apply the pattern to your own code and discuss some of the limitations of the pattern.
https://www.youtube.com/watch?v=jjoLejA4iAE
The Facade design pattern is a great choice if you want to connect with a complex system via a simplified interface. In this tutorial, I show you how to apply the pattern to your own code and discuss some of the limitations of the pattern.
https://www.youtube.com/watch?v=jjoLejA4iAE
YouTube
How To Reduce Coupling With Facade | Design Pattern Tutorial
The Facade design pattern is a great choice if you want to connect with a complex system via a simplified interface. In this tutorial, I show you how to apply the pattern to your own code and discuss some of the limitations of the pattern.
👉🏻 The code I…
👉🏻 The code I…
karosis88 / aioreq
Aioreq is a simple asynchronous HTTP request library that can be useful when you need to make a series of requests quickly, such as when you need to generate a large number of requests per second to bring down websites.
https://github.com/karosis88/aioreq
Aioreq is a simple asynchronous HTTP request library that can be useful when you need to make a series of requests quickly, such as when you need to generate a large number of requests per second to bring down websites.
https://github.com/karosis88/aioreq
GitHub
GitHub - karpetrosyan/aioreq: Python experimental HTTP client
Python experimental HTTP client. Contribute to karpetrosyan/aioreq development by creating an account on GitHub.
Getting Started with Mastodon API in Python
With what's happening in Twitter, many people are considering moving to Mastodon. Like Twitter, Mastodon also has an API that can be used to create many useful application, bots, to analyze data, respond to notification or simply post some statuses. In this article we will explore all the things Mastodon API can do and how you can use it to build applications with Python.
https://martinheinz.dev/blog/86
With what's happening in Twitter, many people are considering moving to Mastodon. Like Twitter, Mastodon also has an API that can be used to create many useful application, bots, to analyze data, respond to notification or simply post some statuses. In this article we will explore all the things Mastodon API can do and how you can use it to build applications with Python.
https://martinheinz.dev/blog/86
martinheinz.dev
Getting Started with Mastodon API in Python
<p>
With what's happening in Twitter, many people are considering moving to <i>Mastodon</i>. Like Twitter, Mastodon also has an API that can be used to cre...
With what's happening in Twitter, many people are considering moving to <i>Mastodon</i>. Like Twitter, Mastodon also has an API that can be used to cre...