Book Image

Mastering PyCharm

By : Nafiul Islam
Book Image

Mastering PyCharm

By: Nafiul Islam

Overview of this book

Table of Contents (18 chapters)
Mastering PyCharm
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we looked at PyCharm's powerful web-centric tools. Databases are well supported and there are many framework-agnostic tools that we can take advantage of. These tools are useful for frameworks that aren't officially supported by PyCharm. We also looked at the Django support that PyCharm provides.

What I love best about Django support is the automatic project creation, support in the console, and amazing code completion for Django ORM models (which are also present for SQLAlchemy).

PyCharm's support for web development and its approach to decoupled features allow developers to quickly get up to speed with most of the feature sets.