Section 1: The Python Environment and System Programming Tools
In this section, the reader will learn the basics of Python programming, including the development environment and the methodology we can follow to write our scripts. Also, it is important to know the main modules and packages for security and system programming tasks such as reading and writing files, and using threads, sockets, multithreading, and concurrency.
This part of the book comprises the following chapters:
- Chapter 1, Working with Python Scripting
- Chapter 2, System Programming Packages