tzutalin / labelImg
🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images
https://github.com/tzutalin/labelImg
🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images
https://github.com/tzutalin/labelImg
GitHub
GitHub - HumanSignal/labelImg: LabelImg is now part of the Label Studio community. The popular image annotation tool created by…
LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source ...
New major versions of Flask, Jinja, Click, and Werkzeug released!
This represents two years of work by the Pallets team and community, there are a significant number of changes and exciting new features. Check out the logs for every project to see what's new. Flask depends on the five other libraries, be sure to read them all if you're upgrading Flask.
https://palletsprojects.com/blog/flask-2-0-released/
This represents two years of work by the Pallets team and community, there are a significant number of changes and exciting new features. Check out the logs for every project to see what's new. Flask depends on the five other libraries, be sure to read them all if you're upgrading Flask.
https://palletsprojects.com/blog/flask-2-0-released/
Pallets
New Major Versions Released! Flask 2.0, Werkzeug 2.0, Jinja 3.0, Click 8.0, ItsDangerous 2.0, and MarkupSafe 2.0
Faster CPython Ideas – Issue Tracker for Faster CPython Project
https://github.com/faster-cpython/ideas
https://github.com/faster-cpython/ideas
GitHub
GitHub - faster-cpython/ideas
Contribute to faster-cpython/ideas development by creating an account on GitHub.
Working with Docker and VSCode
Get a deep understanding of VSCode and the Docker Extension with Brandon Waterloo where he builds a basic Python FastAPI app with a Redis backend and a simple hit counter, adding Docker files in order to containerize it.
https://www.youtube.com/watch?v=wUUmRbXiIOo
Get a deep understanding of VSCode and the Docker Extension with Brandon Waterloo where he builds a basic Python FastAPI app with a Redis backend and a simple hit counter, adding Docker files in order to containerize it.
https://www.youtube.com/watch?v=wUUmRbXiIOo
YouTube
Docker Build: Working with Docker and VSCode
Get a deep understanding of VSCode and the Docker Extension with Brandon Waterloo. Brandon is the leader developer of the Docker Extension.
#docker #containers #roadmap #vscode
--
Docker is an open platform for developers to build, share and run distributed…
#docker #containers #roadmap #vscode
--
Docker is an open platform for developers to build, share and run distributed…
"Mountains" from greyscale. Less a showcase than an encouragement to try new stuff. I picked up numpy and matplotlib just yesterday. Details in comment
https://www.reddit.com/r/madeinpython/comments/nbjsx8/mountains_from_greyscale_less_a_showcase_than_an/
https://www.reddit.com/r/madeinpython/comments/nbjsx8/mountains_from_greyscale_less_a_showcase_than_an/
reddit
"Mountains" from greyscale. Less a showcase than an encouragement...
Posted in r/madeinpython by u/Silbersee • 71 points and 2 comments
Mastering sequence slicing
This post covers the advanced topics related to sequence slicing, from (negative) steps to implementing slices for your own custom objects.
https://mathspp.com/blog/pydonts/mastering-sequence-slicing
This post covers the advanced topics related to sequence slicing, from (negative) steps to implementing slices for your own custom objects.
https://mathspp.com/blog/pydonts/mastering-sequence-slicing
Mathspp
mathspp – take your Python 🐍 to the next level 🚀
In this Pydon't we cover advanced topics related to sequence slicing,
like (negative) steps, more idiomatic sequence slicing,
slice assignment, and...
like (negative) steps, more idiomatic sequence slicing,
slice assignment, and...
The quest for faster Python
Pyston returns to open source, Facebook releases Cinder, or should devs just use PyPy?
https://www.theregister.com/2021/05/06/the_quest_for_faster_python/
Pyston returns to open source, Facebook releases Cinder, or should devs just use PyPy?
https://www.theregister.com/2021/05/06/the_quest_for_faster_python/
The Register
The quest for faster Python: Pyston returns to open source, Facebook releases Cinder, or should devs just use PyPy?
Official CPython is slow, but there are many ways to get better performance
euporie
Euporie is a text-based user interface for running and editing Jupyter notebooks.
https://github.com/joouha/euporie
Euporie is a text-based user interface for running and editing Jupyter notebooks.
https://github.com/joouha/euporie
GitHub
GitHub - joouha/euporie: Jupyter notebooks in the terminal
Jupyter notebooks in the terminal. Contribute to joouha/euporie development by creating an account on GitHub.
PDM
PDM is a modern Python package manager with PEP 582 support. It installs and manages packages in a similar way to npm that doesn't need to create a virtualenv at all.
https://pdm.fming.dev/
PDM is a modern Python package manager with PEP 582 support. It installs and manages packages in a similar way to npm that doesn't need to create a virtualenv at all.
https://pdm.fming.dev/
Simple Multiprocessing In Python: Comparing core vs libraries
A demonstration of Python's concurrent processing and comparison to external third-party libraries like loky, ray, and pathos.
https://cosmiccoding.com.au/tutorials/multiprocessing
A demonstration of Python's concurrent processing and comparison to external third-party libraries like loky, ray, and pathos.
https://cosmiccoding.com.au/tutorials/multiprocessing
AWS IAM, Boto3 and Python: Complete Guide with examples
https://www.learnaws.org/2021/05/12/aws-iam-boto3-guide/
https://www.learnaws.org/2021/05/12/aws-iam-boto3-guide/
Learn AWS
AWS IAM, Boto3 and Python: Complete Guide with examples
Boto3 is the AWS SDK for Python. In this article, we will look at how the boto3 library can be used to interact with and automate IAM operations using simple scripts.