Introduction to Using PyCharm IDE
PyCharm 2019.2.4
| Beginner
- 11 Videos | 1h 16m 54s
- Includes Assessment
- Earns a Badge
PyCharm is one of the most intuitive and feature-rich integrated development environments (IDEs) available for Python development. Explore some of the important features of this IDE, such as debugging with breakpoints, Python package installation, and customizing syntax highlighting, in this 11-video course. Key concepts covered here include how to install and configure the PyCharm IDE on your system; how to customize syntax highlighting for various source files in Python project and how to minimize typing errors by using the auto-complete feature. Next, learn to apply name changes to variables and functions to all their references; learn the state of an application in the middle of code execution with the use of breakpoints; and use the step into feature to get inside function calls and step over to run them in one go. Finally, learn to pause code execution at a line only under a specified condition; and learn to use the resume button to ensure that code execution only pauses at breakpoints.
WHAT YOU WILL LEARN
-
discover the key concepts covered in this courseinstall and configure the PyCharm IDE on your systemcustomize syntax highlighting for various source files in your Python projectminimize typing errors by using the auto-complete featureapply name changes to variables and functions to all their referencesanalyze the state of an application in the middle of code execution with the use of breakpoints
-
use the step into feature to get inside function calls and step over to run them in one gopause code execution at a line only under a specified conditionuse the resume button to ensure that code execution only pauses at breakpointsinstall a Python package using the PyCharm IDEsummarize the key concepts covered in this course
IN THIS COURSE
-
1.Course Overview1m 55sUP NEXT
-
2.Installation of PyCharm9m 52s
-
3.Syntax Highlighting in PyCharm9m 35s
-
4.The Auto-complete Feature9m 8s
-
5.The Refactor Feature6m 27s
-
6.Debugging: Introducing Breakpoints9m 30s
-
7.Debugging: Stepping Into and Stepping Over8m 18s
-
8.Debugging: Conditional Breakpoints7m 52s
-
9.Debugging: Resume5m 54s
-
10.Python Package Installation from PyCharm7m 33s
-
11.Course Summary50s
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion of this course, which can be shared on any social network or business platform
Digital badges are yours to keep, forever.YOU MIGHT ALSO LIKE

BOOK
The Pythonic Way