Creating new HTML files

Generating boilerplate code has been a recurring theme about the advantage of using an IDE during software development processes in this book, and web development is not an exception. Here, let's see how PyCharm can help us generate HTML boilerplate code:

  1. Now, within a newly created PyCharm project (or it can be any project that you currently have opened), right-click on the project name within the Project panel (the project directory) and choose New > HTML File, as illustrated here:
Creating HTML files in PyCharm
  1. After entering any name for our new HTML file, it will be opened within the PyCharm editor. You will ...

Get Hands-On Application Development with PyCharm now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.