Introduction to Using PyCharm IDE


Overview/Description
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description

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.



Expected Duration (hours)
1.3

Lesson Objectives

Introduction to Using PyCharm IDE

  • discover the key concepts covered in this course
  • install and configure the PyCharm IDE on your system
  • customize syntax highlighting for various source files in your Python project
  • minimize typing errors by using the auto-complete feature
  • apply name changes to variables and functions to all their references
  • analyze 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 go
  • pause code execution at a line only under a specified condition
  • use the resume button to ensure that code execution only pauses at breakpoints
  • install a Python package using the PyCharm IDE
  • summarize the key concepts covered in this course
  • Course Number:
    it_pyddupdj_01_enus

    Expertise Level
    Beginner