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 Basics: A Self-Teaching Introduction

Posted By: igor_lv
Python Basics: A Self-Teaching Introduction

Python Basics: A Self-Teaching Introduction by H. Bhasin
English | 2018 | ISBN: 1683923537 | EPUB | 704 pages | 12 Mb
Programming

This book is designed for use as a primary introduction to Python and can be used as an introductory text or as a resource for professionals in industry. The book has been divided into four sections. The first section deals with the language fundamentals, primarily the procedural part of the language, the second introduces the object-oriented paradigms, the third section deals with data structures, and the last is devoted to advanced topics like handling multi-dimensional arrays using NumPy and visualization using Matplotlib. Regular expressions and multi-threading have been introduced in the appendices.

Features
+ Includes sections dedicated to data structures
+ Offers in-depth treatment of topics such as classes, inheritance, BST, and NumPy
+ Introduces topics like Matplotlib and PIL
+ Contains exercises for practice and a review of essential programming concepts