
Understand how you go through lectures on Udemy
Create a custom keymap in PyCharm to toggle the Python console by adding a unique keyboard shortcut in keymap settings, and note the green bottom window from the presentation assistant.
Navigate the PyCharm explorer with the keyboard, open folders with enter, and browse files using the up and down arrows. Press escape to switch focus to the code editor.
Identify and fix code issues with PyCharm's problem tab, which surfaces syntactical errors and standards violations; quickly open, toggle, or navigate to issues via the tab or keyboard shortcut.
Learn the basics of debugging in PyCharm by setting breakpoints, running the debugger to step through code line by line, and using the debugger window and console to inspect variables.
Explore PyCharm's debugging workflow by setting breakpoints and print statements, opening the debugger window, and using step over and step into to trace execution from the current point.
Learn to manage breakpoints in PyCharm by viewing all breakpoints across a project, navigating multiple files, and muting or disabling them to run code smoothly.
This course on PyCharm is for absolute beginners who have been writing the Python codes on the plain text editors until now, but want to move to an Integrated Development Environment - a better, industry-standard Python code editor.
If you write your Python code in PyCharm, your speed of writing code improves, and you become a more productive developer.
PyCharm gives many great features such as syntax highlighting, auto suggestion, auto completion, error highlighting, error-fixing suggestion, debugging tools, in-built terminal, integration with version control systems like GIT, SVN, easy navigation and search capability etc. PyCharm is an intelligent, and smart code editor that provides all these features, and more!
This course covers Pycharm from scratch. We discuss how you can install Pycharm in your machine, and then go on to discuss the user interface of PyCharm, then the customization of the user interface, the navigation and search capability of Pycharm, different useful features it provides, many keyboard shortcuts it has, to make code writing intuitive and easy - we discuss everything that you, as a beginner to PyCharm need to know.
Who this course is for
Beginner Python developers
Computer Science engineers who are new to PyCharm
So without much further ado, let's dive in, let's get up and running with Pycharm.