Chapter 16. Development Environment

Always look on the bright side of life.

This chapter shows some performance and style suggestions for your code, now that you are probably writing your own programs. It also introduces you to the main GUI development environments that you can use to write Python applications.

Building Python Applications

Whenever you have to sit down in front of a computer to write a Python program, you should stick to a good coding style especially if you are working as part of a team. The clearer your code gets, the better it is to maintain it. The development process of writing Python application can be highly improved if you follow some basic guidelines.

I am sure that in most cases, after you have defined your project goal ...

Get Python Developer's Handbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.