December 2017
Beginner
681 pages
17h 24m
English

This chapter begins with a description of a new Integrated Development Environment for Python. The IDLE editor we’ve been using for the previous twelve chapters is a great place to learn to program, but we’re starting to find limitations with the way it works, particularly now that we’re creating applications that span several source files. The Visual Studio Code application provides a flexible and fast place to work with Python, so we’ll look at how we can use it to develop our code.
Once we’ve sorted out our new workplace, we’ll look at the creation of Python programs that have a ...
Read now
Unlock full access