Language Translation and OCR With Tesseract and Python
https://www.pyimagesearch.com/2021/09/20/language-translation-and-ocr-with-tesseract-and-python/
https://www.pyimagesearch.com/2021/09/20/language-translation-and-ocr-with-tesseract-and-python/
PyImageSearch
Language Translation and OCR with Tesseract and Python - PyImageSearch
Learn to translate languages using Python and Tesseract. You’ll be able to start translation languages in your own programs and applications.
Improving Python Dependency Management With pipx and Poetry
https://cedaei.com/posts/python-poetry-pipx/
https://cedaei.com/posts/python-poetry-pipx/
Cedaei
Improving Python Dependency Management With pipx and Poetry
My current dev setup with python, poetry and pipx
python-goto: Function Decorator That Rewrites the Bytecode to Enable goto in Python
https://github.com/snoack/python-goto
https://github.com/snoack/python-goto
GitHub
GitHub - snoack/python-goto: A function decorator, that rewrites the bytecode, to enable goto in Python
A function decorator, that rewrites the bytecode, to enable goto in Python - snoack/python-goto
django-cacheops: ORM Cache With Automatic Granular Event-Driven Invalidation
https://github.com/Suor/django-cacheops
https://github.com/Suor/django-cacheops
GitHub
GitHub - Suor/django-cacheops: A slick ORM cache with automatic granular event-driven invalidation.
A slick ORM cache with automatic granular event-driven invalidation. - Suor/django-cacheops
django-upgrade: Automatically Upgrade Your Django Projects
https://github.com/adamchainz/django-upgrade
https://github.com/adamchainz/django-upgrade
GitHub
GitHub - adamchainz/django-upgrade: Automatically upgrade your Django projects.
Automatically upgrade your Django projects. Contribute to adamchainz/django-upgrade development by creating an account on GitHub.
Learn Python Through Nursery Rhymes & Fairy Tales (Kickstarter)
https://www.kickstarter.com/projects/914595512/learn-python-through-nursery-rhymes-and-fairy-tales
https://www.kickstarter.com/projects/914595512/learn-python-through-nursery-rhymes-and-fairy-tales
Kickstarter
Learn Python through Nursery Rhymes & Fairy Tales
Classic stories you know and love- translated into Python code! A fun and magical way to learn programming.
slippers: Build Reusable Components in Django Without Writing a Single Line of Python
https://github.com/mixxorz/slippers
https://github.com/mixxorz/slippers
GitHub
GitHub - mixxorz/slippers: A UI component framework for Django. Built on top of Django Template Language.
A UI component framework for Django. Built on top of Django Template Language. - mixxorz/slippers
Introduction to the Python Programming Language (In Persian)
https://www.instagram.com/computer_unsecure2022/
https://www.instagram.com/computer_unsecure2022/
Kafka no k8s [Strimzi] Zero to Hero round 4
https://mateus-oliveira.medium.com/kafka-no-k8s-strimzi-zero-to-hero-round-4-896a5e8d5c18
https://mateus-oliveira.medium.com/kafka-no-k8s-strimzi-zero-to-hero-round-4-896a5e8d5c18
Medium
Kafka no k8s [Strimzi] Zero to Hero round 4
Agora que sim depois de realizar a ingestão dos dados, processar os dados e hora de consumir os dados processados, com o Apache Kafka temos…
Python - Correct Usage of Virtual Environments & Setup via VsCode Terminal
https://oztinasrin.medium.com/python-correct-usage-of-virtual-environments-setup-via-vscode-terminal-86e66d7d8fd3
https://oztinasrin.medium.com/python-correct-usage-of-virtual-environments-setup-via-vscode-terminal-86e66d7d8fd3
Medium
Python - Correct Usage of Virtual Environments & Setup via VsCode Terminal
Virtual Environment is a tool that is developed in order to keep dependencies required by different projects separate by creating isolated…
Wavelet Transforms in Python with Google JAX
https://shaileshk.medium.com/wavelet-transforms-in-python-with-google-jax-cfd7ca9a39c6
https://shaileshk.medium.com/wavelet-transforms-in-python-with-google-jax-cfd7ca9a39c6
Medium
Wavelet Transforms in Python with Google JAX
The CR-Sparse library now includes support for computing discrete and continuous wavelet transforms using the Google JAX library…
Datos por todos lados😻: la API del Gobierno de la Ciudad de México
https://claudiodanielpc.medium.com/datos-por-todos-lados-la-api-del-gobierno-de-la-ciudad-de-m%C3%A9xico-572fee3bfac2
https://claudiodanielpc.medium.com/datos-por-todos-lados-la-api-del-gobierno-de-la-ciudad-de-m%C3%A9xico-572fee3bfac2
Medium
Datos por todos lados😻: la API del Gobierno de la Ciudad de México
Contar con datos de cualquier nivel de gobierno ha sido una demanda recurrente por parte de los ciudadanos para dar seguimiento a su…
Build and Visualize a simple Decision Tree using Sklearn and Graphviz
https://medium.com/chinmaygaikwad/build-and-visualize-a-simple-decision-tree-using-sklearn-and-graphviz-84bda6b6b894
https://medium.com/chinmaygaikwad/build-and-visualize-a-simple-decision-tree-using-sklearn-and-graphviz-84bda6b6b894
Medium
Build and Visualize a simple Decision Tree using Sklearn and Graphviz
Decision trees mimic the human decision-making process to distinguish between two classes of objects and are especially effective in…