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...
A simple example of Python OOP development (with TDD) - Part 2
In first part of this small series I introduced you to TDD with Python by means of the powerful ...
https://www.thedigitalcatonline.com/blog/2015/09/10/python-oop-tdd-example-part2/
In first part of this small series I introduced you to TDD with Python by means of the powerful ...
https://www.thedigitalcatonline.com/blog/2015/09/10/python-oop-tdd-example-part2/
Thedigitalcatonline
A simple example of Python OOP development (with TDD) - Part 2
The development of a simple Python module from scratch using TDD
How to Automatically Transcribe a Notion MP3 File
https://pythonalgos.com/how-to-automatically-transcribe-a-notion-mp3-file/
https://pythonalgos.com/how-to-automatically-transcribe-a-notion-mp3-file/
PythonAlgos
How to Automatically Transcribe a Notion MP3 File - PythonAlgos
Notion is a great tool for holding your notes. Did you know that we can add voice notes to Notion and automatically transcribe them?
TorchScale
TorchScale is a PyTorch library that allows researchers and developers to scale up Transformers efficiently and effectively. It has the implementation of fundamental research to improve modeling generality and capability as well as training stability and efficiency of scaling Transformers.
https://github.com/microsoft/torchscale
TorchScale is a PyTorch library that allows researchers and developers to scale up Transformers efficiently and effectively. It has the implementation of fundamental research to improve modeling generality and capability as well as training stability and efficiency of scaling Transformers.
https://github.com/microsoft/torchscale
GitHub
GitHub - microsoft/torchscale: Foundation Architecture for (M)LLMs
Foundation Architecture for (M)LLMs. Contribute to microsoft/torchscale development by creating an account on GitHub.
idanya / algo-trader
Trading bot with support for realtime trading, backtesting, custom strategies and much more.
https://github.com/idanya/algo-trader
Trading bot with support for realtime trading, backtesting, custom strategies and much more.
https://github.com/idanya/algo-trader
GitHub
GitHub - idanya/algo-trader: Trading bot with support for realtime trading, backtesting, custom strategies and much more.
Trading bot with support for realtime trading, backtesting, custom strategies and much more. - idanya/algo-trader
Reviving an Analog Polysynth with an Arduino, Ghidra, and Python
http://blog.petersobot.com/fixing-the-andromeda
http://blog.petersobot.com/fixing-the-andromeda
Peter Sobot on Svbtle
Reviving an Analog Polysynth with an Arduino, Ghidra, and Python
About a year ago, smack in the middle of the pandemic, I turned to the internet for some retail therapy. I’m a musician, so my usual retail therapist of choice is Reverb.com; a sort of fancy Craigslist or eBay just for musicians. Every day, I...
Making €6,147,455 Overnight in in-game currency using Computer Vision
https://www.reddit.com/r/Python/comments/z8qstu/making_6147455_overnight_in_ingame_currency_using/
https://www.reddit.com/r/Python/comments/z8qstu/making_6147455_overnight_in_ingame_currency_using/
Reddit
From the Python community on Reddit: Making €6,147,455 Overnight in in-game currency using Computer Vision
Explore this post and more from the Python community
Graphs with Python: Overview and Best Libraries
Graph analysis, interactive visualizations, and graph machine learningContinue reading on Towards ...
https://towardsdatascience.com/graphs-with-python-overview-and-best-libraries-a92aa485c2f8
Graph analysis, interactive visualizations, and graph machine learningContinue reading on Towards ...
https://towardsdatascience.com/graphs-with-python-overview-and-best-libraries-a92aa485c2f8
lumi
Lumi is an nano framework to convert your python functions into a REST API without any extra headache.
https://github.com/Tanmoy741127/lumi
Lumi is an nano framework to convert your python functions into a REST API without any extra headache.
https://github.com/Tanmoy741127/lumi
GitHub
GitHub - tanmoysrt/lumi: Lumi is an nano framework to convert your python functions into a REST API without any extra headache.
Lumi is an nano framework to convert your python functions into a REST API without any extra headache. - tanmoysrt/lumi
Database optimisation, analytics and burnout
There's always another millisecond to shave off the execution time, but how long are you going to spend doing it?
https://blog.zm.is/database-optimisation-analytics-burnout/
There's always another millisecond to shave off the execution time, but how long are you going to spend doing it?
https://blog.zm.is/database-optimisation-analytics-burnout/
Mark Veidemanis
Database optimisation, analytics and burnout
Though this article has a lot of tech jargon, there is an underlying message that I hope to make accessible to all. It's not really important to understand the jargon, and where it is, I try to explain it.
For the past few months, I've been working on Pathogen…
For the past few months, I've been working on Pathogen…