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…
So, You Want To Improve Your Programming Skills?
https://medium.com/@faarahussein/so-you-want-to-improve-your-programming-skills-b4f60190a078
https://medium.com/@faarahussein/so-you-want-to-improve-your-programming-skills-b4f60190a078
Medium
So, You Want To Improve Your Programming Skills?
As someone who began writing code a couple of years ago, I only wrote code when I was working on specific projects that interested me. This…
Code Repositories from an AI learning course
https://aaronlinder.medium.com/code-repositories-from-an-ai-learning-course-44b495ee8244
https://aaronlinder.medium.com/code-repositories-from-an-ai-learning-course-44b495ee8244
Medium
Code Repositories from an AI learning course
The first 5 weeks relied on Russel and Norvig’s Artificial Intelligence textbook and the AIMA code from github. I would recommend it to…
Find How Long Will It Take to Watch All Videos In A Youtube Playlist
https://pankaj-tiwari2.medium.com/find-how-long-will-it-take-to-watch-all-videos-in-a-youtube-playlist-dcb2b8819f4c
https://pankaj-tiwari2.medium.com/find-how-long-will-it-take-to-watch-all-videos-in-a-youtube-playlist-dcb2b8819f4c
Medium
Find How Long It Takes to Watch All Videos In A Youtube Playlist
You want to learn something by watching youtube videos and you found a playlist prepared by someone for that purpose. Often the playlist contains multiple Videos. I didn’t find a great option on…