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 learned about one of the most important parts of PyCharm. Both file and live templates are excellent for storing up bits of code that we reuse throughout our development, and can make our development a lot less error-prone by making sure that all the variables that we input into a snippet fall under a certain expression.

To take full advantage of PyCharm's live template system, it would be wise to take a quick look at the VTL's syntax.