diff --git a/client/src/pages/guide/english/python/using-python-for-web-development/index.md b/client/src/pages/guide/english/python/using-python-for-web-development/index.md index 6f1cd7a8e8..322aed5050 100644 --- a/client/src/pages/guide/english/python/using-python-for-web-development/index.md +++ b/client/src/pages/guide/english/python/using-python-for-web-development/index.md @@ -5,10 +5,10 @@ Python is known for its beautiful syntax and ease of readability. This scripting #### Most Popular Python Web Frameworks: -* Django -* Flask -* Bottle -* Pyramid -* Web2py +* [Django](https://www.djangoproject.com/) +* [Flask](http://flask.pocoo.org/) +* [Bottle](https://bottlepy.org/docs/dev/) +* [Pyramid](https://trypyramid.com/) +* [Web2py](http://www.web2py.com/) So let's get started with some web frameworks and learn how they help build web app on-hands. But before that, we would need to set-up the development environment by completing [installation of web frameworks in Python](https://guide.freecodecamp.org/python/setting-up-python-web-framework-django-and-flask).