A Beginners Guide to Python 3 Programming

This textbook on Python 3 explains concepts such as variables and what they represent, how data is held in memory, how a for loop works and what a string is. It also introduces key concepts such as functions, modules and packages as well as object orientation and functional programming. Each section...

Full description

Bibliographic Details
Main Author: Hunt, John
Format: eBook
Language:English
Published: Cham Springer International Publishing 2019, 2019
Edition:1st ed. 2019
Series:Undergraduate Topics in Computer Science
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 02715nmm a2200325 u 4500
001 EB001873021
003 EBX01000000000000001036392
005 00000000000000.0
007 cr|||||||||||||||||||||
008 190924 ||| eng
020 |a 9783030202903 
100 1 |a Hunt, John 
245 0 0 |a A Beginners Guide to Python 3 Programming  |h Elektronische Ressource  |c by John Hunt 
250 |a 1st ed. 2019 
260 |a Cham  |b Springer International Publishing  |c 2019, 2019 
300 |a XXVII, 433 p. 934 illus., 102 illus. in color  |b online resource 
505 0 |a Setting up the Python Environment -- A First Python Program -- Python Strings -- Numbers, Booleans and None -- Flow of Control using if statements -- Number Guessing Game -- Recursion -- Introduction to Structured Analysis -- Functions in Python -- Implementing a Calculator using Functions -- Introduction to Functional Programming -- Curried Functions -- Introduction to Object Orientation -- Class Side and Static Behaviour -- Why Bother with Object Orientation? -- Operator Overloading -- Error and Exception Handling -- Python Modules and Packages -- Abstract Base Classes -- Protocols, Polymorphism and Descriptors -- Iterables, Iterators, Generators and Coroutines -- Collection Related Modules -- ADTs, Queues and Stacks -- Map, Filter and Reduce -- TicTacToe Game. 
653 |a Compilers (Computer programs) 
653 |a Compilers and Interpreters 
653 |a Database Management 
653 |a Python 
653 |a Database management 
653 |a Python (Computer program language) 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
490 0 |a Undergraduate Topics in Computer Science 
028 5 0 |a 10.1007/978-3-030-20290-3 
856 4 0 |u https://doi.org/10.1007/978-3-030-20290-3?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.45 
520 |a This textbook on Python 3 explains concepts such as variables and what they represent, how data is held in memory, how a for loop works and what a string is. It also introduces key concepts such as functions, modules and packages as well as object orientation and functional programming. Each section is prefaced with an introductory chapter, before continuing with how these ideas work in Python. Topics such as generators and coroutines are often misunderstood and these are explained in detail, whilst topics such as Referential Transparency, multiple inheritance and exception handling are presented using examples. A Beginners Guide to Python 3 Programming provides all you need to know about Python, with numerous examples provided throughout including several larger worked case studies illustrating the ideas presented in the previous chapters