Added Links to different frameworks (#31508)

Added links to list of frameworks in web development section
pull/35679/head
ManicalEngineer 2019-04-08 11:18:57 -04:00 committed by The Coding Aviator
parent ec340b3343
commit eace670469
1 changed files with 3 additions and 3 deletions

View File

@ -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 <a href='https://trypyramid.com/' target='_blank' rel='nofollow'>Pyramid</a>, <a href='https://www.djangoproject.com/' target='_blank' rel='nofollow'>Django</a> and <a href='http://flask.pocoo.org/' target='_blank' rel='nofollow'>Flask</a>, to name
a few.
### Data Science / Analysis: