Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Python for Developers: Learn to Develop Efficient Programs using Python

Posted By: crazy-slim
Python for Developers: Learn to Develop Efficient Programs using Python

Python for Developers: Learn to Develop Efficient Programs using Python by Mohit Raj
BPB Publications | 2019 | English | ISBN: 8194401879 | True PDF | 423 pages | 29 MB

Master python programming language in easy steps

It is said that learning Python is easy, but if a learner did not get the right path, then things can get complicated. This book is designed in such a way that you start from basics, followed by advance levels and then move on to some industry-related modules.
The initial chapters are written in a simple manner; some chapters are of advance level. Start from the data structure of Python, such as string, list, tuple, and dictionary. The function and module chapter will let you know how to organize a large code. The built-in functions and modules like collections will give you greater flexibility to write efficient codes. The "time" chapter is very important when we deal with time-related things.
The mid-chapter contains the advance chapters such as regular expressions, interaction with OS, and multithreading. These chapters are helpful when we want to search the pattern, run the OS commands, and execute the program in parallel. The last chapters are specially designed from an industry point of view. In order to ensure a high quality of code, we use config-parser to avoid hard-coding and logger to log the events. In the multiprocessing and subprocess chapter, you will learn creation, execution, and communication between the processes.

Key Features
● Start from basics of Python
Control statement, loop structure, break, continue, and pass statement
● Detailed description of Python data types: string, tuple, list, and dictionary with the help of example
● Organizing code using function, modules, and packages
● Saving text and complex data in text, pickle, and JSON files
● Learn the use of time and time zones
● Parallel execution with the help of threading, multiprocessing, and subprocessing
● Helpful modules for industry