This book helps you to learn how to program in Python. Several code and scenario samples are provided to accelerate your learning. All scripting samples are written in Python 3.x. The following is highlight topic in this book: * Development Environment * Python Programming Language * Lists, Tuples and Dictionary * Functions * Python Object Oriented * Python Modules and Packages * String operations * File Operations * Error Handling * Building Own Python Module * Concurrency * Encoding * Hashing and Cryptography * Database Programming * Socket Programming * Python Regular Expressions * Python GUI Programming * Python Unit Testing
Very simple book with a lot of complex ideas. It tries to introduce a variety of topics from the basics to functions and classes, tkinter, synchronizing threads, SQL, unit testing, cryptography, hashing... everything without any explanation, just examples that you should type and run. It may help to briefly introducing some concepts but I am afraid it is not very useful...