From eace67046936d47a351db4dfbb89542547857ee3 Mon Sep 17 00:00:00 2001 From: ManicalEngineer <36464331+ManicalEngineer@users.noreply.github.com> Date: Mon, 8 Apr 2019 11:18:57 -0400 Subject: [PATCH] Added Links to different frameworks (#31508) Added links to list of frameworks in web development section --- guide/english/python/what-is-python-used-for/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/python/what-is-python-used-for/index.md b/guide/english/python/what-is-python-used-for/index.md index d7c50f555a9..40ee2807e3e 100644 --- a/guide/english/python/what-is-python-used-for/index.md +++ b/guide/english/python/what-is-python-used-for/index.md @@ -7,9 +7,9 @@ title: What Is Python Used for Python can easily be used for small, large, online and offline projects. The best options for utilizing Python are web development, simple scripting and data analysis. Below are a few examples of what Python will let you do: -### Web Development: -You can use Python to create web applications on many levels of complexity. There are many excellent Python web frameworks, including Pyramid, Django and Flask, to name a few. - +##### Web Development: +You can use Python to create web applications on many levels of complexity. There are many excellent Python web frameworks, including Pyramid, Django and Flask, to name +a few. ### Data Science / Analysis: