From 0b5eafa13d6232bd51eabeea53f9af1083086509 Mon Sep 17 00:00:00 2001 From: The New Stack <111312063+lovemycodesnippets@users.noreply.github.com> Date: Wed, 4 Jan 2023 08:38:55 -0600 Subject: [PATCH] Add resource to testing (#3125) --- .../roadmaps/108-python/content/106-python-frameworks/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/roadmaps/108-python/content/106-python-frameworks/readme.md b/content/roadmaps/108-python/content/106-python-frameworks/readme.md index 763a9d8e0..8f47932db 100644 --- a/content/roadmaps/108-python/content/106-python-frameworks/readme.md +++ b/content/roadmaps/108-python/content/106-python-frameworks/readme.md @@ -3,3 +3,4 @@ Frameworks automate the common implementation of common solutions which gives the flexibility to the users to focus on the application logic instead of the basic routine processes. Frameworks make the life of web developers easier by giving them a structure for app development. They provide common patterns in a web application that are fast, reliable and easily maintainable. +Pyscript: A Browser-Based Python Framework for the 99%