Skip to Content
Mastering Python for Networking and Security
book

Mastering Python for Networking and Security

by José Manuel Ortega
September 2018
Intermediate to advanced
426 pages
10h 46m
English
Packt Publishing
Content preview from Mastering Python for Networking and Security

Chapter 1 : Working with Python Scripting

  1. What are the differences between Python 2.x and 3.x?

    The Unicode support in Python 3.x has been improved. The other changes are to do with the print and exec functions, which have been adjusted to be more readable and coherent.
  2. What is the main programming paradigm used by Python developers?

    Object-oriented programming.
  3. What data structure in Python allows us to associate values with keys?

    The Python dictionary data structure provides a hash table that can store any number of Python objects. The dictionary consists of pairs of items containing a key and a value.
  4. What are the main development environments for Python scripting?

    PyCharm, Wing IDE, and Python IDLE.
  5. What is the methodology we ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Python for Networking and Security - Second Edition

Mastering Python for Networking and Security - Second Edition

José Manuel Ortega
Python for Cybersecurity

Python for Cybersecurity

Howard E. Poston, III

Publisher Resources

ISBN: 9781788992510Supplemental Content