Web Frameworks
PyCharm facilitates development of web applications by inheriting all the web-related functionality of IntelliJ IDEA including support for the following technologies:
PyCharm Professional Edition also brings advanced support for some popular Python-specific web frameworks:
Supported framework | Dedicated project type | Code Completion, Inspections | Language template | Views/templates navigation | Run/Debug configurations | Test configurations |
---|---|---|---|---|---|---|
Flask | ||||||
Pyramid | ||||||
Google App Engine |
Web development support may include dedicated project types for a particular framework, corresponding Run/Debug configurations, specific language templates, navigation between views and templates using the gutter icons, code completion and inspections. For more information about additional features and specific procedures, consult the corresponding sections of online help.
Also, you might want to study the following step-by-step tutorials: