In this chapter, we have covered various topics to conclude our book. First, we looked at various miscellaneous topics in PyCharm, such as using remote PyCharm interpreters and automation with PyCharm macros and file watchers. These features nicely add to the topics that we discussed in previous chapters, and the combination of these features allows you to further improve your productivity.
Then we reminded ourselves of the big ideas and discussions throughout this book. These include an introduction to PyCharm, general options when it comes to using the software, and specific usage in web development and scientific computing—two of the most common project types in Python programming. This walk-through offers a high-level perspective on the discussions included in this book, thus helping us, again, solidify the knowledge we have gained.
Finally, we went over various...