Part 2: Improving Your Productivity
This part covers beginner to advanced concepts and techniques that facilitate productivity while working on Python projects in PyCharm. Readers will be able to learn about the dynamic options for the management of projects, Python interpreters, and virtual environments as well as know how to carry on good programming practices such as version control, testing, debugging, and profiling and how PyCharm streamlines those processes.
This part has the following chapters:
- Chapter 3, Customizing Interpreters and Virtual Environments
- Chapter 4, Editing and Formatting with Ease in PyCharm
- Chapter 5, Version Control with Git in PyCharm
- Chapter 6, Seamless Testing, Debugging and Profiling