Pragmatic Python programming learning Python the smart way

Explore the world of programming languages through Python and learn the building blocks of writing programs. This book covers Python 3.10, explaining it through six key concepts. Each chapter contains a real-world example with practical advice and a section on advanced concepts. You'll start by...

Full description

Bibliographic Details
Main Author: Guta, Gabor
Format: eBook
Language:English
Published: Berkeley, CA Apress L.P. 2022
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 02922nmm a2200445 u 4500
001 EB002068926
003 EBX01000000000000001209016
005 00000000000000.0
007 cr|||||||||||||||||||||
008 220922 ||| eng
020 |a 9781484281529 
050 4 |a QA76.73.P98 
100 1 |a Guta, Gabor 
245 0 0 |a Pragmatic Python programming  |b learning Python the smart way  |c Gabor Guta 
260 |a Berkeley, CA  |b Apress L.P.  |c 2022 
300 |a xxiii, 198 pages 
505 0 |a Includes bibliographical references and index 
653 |a Computer programming / fast 
653 |a Python (Computer program language) / fast 
653 |a Python (Computer program language) / http://id.loc.gov/authorities/subjects/sh96008834 
653 |a Programmation (Informatique) 
653 |a Computer programming / http://id.loc.gov/authorities/subjects/sh85107310 
653 |a Computer science / http://id.loc.gov/authorities/subjects/sh89003285 
653 |a Computer science / fast 
653 |a Informatique 
653 |a Python (Langage de programmation) 
653 |a computer programming / aat 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Appendix C: Asynchronous Programming 
028 5 0 |a 10.1007/978-1-4842-8152-9 
024 8 |a 10.1007/978-1-4842-8152-9 
776 |z 9781484281512 
776 |z 9781484281529 
776 |z 1484281527 
776 |z 1484281519 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484281529/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.13/3 
082 0 |a 500 
520 |a Explore the world of programming languages through Python and learn the building blocks of writing programs. This book covers Python 3.10, explaining it through six key concepts. Each chapter contains a real-world example with practical advice and a section on advanced concepts. You'll start by reviewing the concept of expressions and functions, which are two of the core building blocks of programming languages. You'll then move on to object-oriented concepts to help gain a practical understanding of Python, along with a chapter on control flow constructs. The book also takes a close look at sequences, explaining constructs and additional types, and wraps up with a chapter on modules, focusing on how to use and create packages. Whether you're new to programming or already an experienced developer, upon finishing this book, you will have a solid understanding of Python's state-of-the-art development features. What You Will Learn Study the six main concepts of the programming languages Learn how to use programming language constructs through examples Review the core Python language notations and concepts. Start using Python as a working language Who This Book Is For Software developers wanting to gain professional core Python knowledge quickly, and non-developers wanting to gain an understanding of programming concepts