Book Image

PyCharm for Power-Developer [Video]

By : Melissa Dale
Book Image

PyCharm for Power-Developer [Video]

By: Melissa Dale

Overview of this book

Python is a beautiful and fast-growing language used to develop programs to efficiently analyze data, create eloquent software solutions for real-world problems, and design original web apps. PyCharm brings the robust and mature tools that you would expect from Visual Studio or Eclipse to Python development and provides you with a one-stop shop for all of your development tool needs. In this course, you’ll learn how to improve your code quality with Lens Mode and Intentions, refactor and debug code, and perform unit testing with the PyCharm test runner. Along the way, we’ll work with SQL databases. Further on, you’ll learn to integrate Python with web projects that include HTML and JavaScript and build a project with the Flask microframework. By the end of the course, you’ll be well-versed with a terrific tool for Python development—PyCharm—and be able to do everything expected of a Python developer. All the code and supporting files for this course are available on GitHub at https://github.com/PacktPublishing/PyCharm-for-Power-Developer-v-
Table of Contents (5 chapters)
Chapter 1
Hello PyCharm
Content Locked
Section 3
PyCharm’s Lens Mode: Navigating Errors and Warnings Throughout a File
This video aims to teach you PyCharm’s Lens Mode to navigate errors and warnings. - Understand PyCharm’s Lens Mode - Demonstrate with the sandwich shop example - Add functionality to the project