𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Python Mini Reference 2022: A Quick Guide to the Modern Python Programming Language for Busy Coders (A Hitchhiker's Guide to the Modern Programming Languages Book 3)

✍ Scribed by Harry Yoon


Publisher
Coding Books Press
Year
2022
Tongue
English
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Learn Python in a Weekend!

This book is an (informal) language reference on the Python programming language. Python is one of the most widely used languages in many different application areas. We go through all essential features of the modern Python programming language, including the match statement (3.10) and exception groups (3.11).

Although the book is written as a reference, you can read it more or less from beginning to end and you should be able to get the overall picture of the Python language if you have some prior experience with programming in Python.

The book covers

  • Python program top-level components.
  • Python package/module import system.
  • Builtin type hierarchy. Data model.
  • List, map, tuple literals.
  • Expressions. Simple and compound statements.
  • Function, class definitions.
  • Object oriented programming in Python.
  • Structural pattern matching.
  • Coroutines, async/await.

Order your copy today and learn all about Python this weekend! :)


πŸ“œ SIMILAR VOLUMES


Python Mini Reference 2022: A Quick Guid
✍ Harry Yoon πŸ“‚ Library πŸ“… 2022 πŸ› Coding Books Press 🌐 English

<span>Learn Python in a Weekend!</span><span><br><br>This book is an (informal) language reference on the Python programming language. Python is one of the most widely used languages in many different application areas. We go through all essential features of the modern Python programming language,

Typescript Mini Reference: A Quick Guide
✍ Harry Yoon πŸ“‚ Library πŸ“… 2023 πŸ› Coding Books Press 🌐 English

Typescript is a better jΠ°vascript, It is a statically typed, safe programming language, which uses more or less the same syntax as jΠ°vascript. Typescript programs are compiled to jΠ°vascript, and they can be run anywhere jΠ°vascript is supported. It is widely used by professional jΠ°vascript developers

Head First Programming: A Learner's Guid
✍ David Griffiths, Paul Barry πŸ“‚ Library πŸ“… 2009 πŸ› O'Reilly Media 🌐 English

I got this book for my 15 ear old son who has never programmed. It is very well designed to help the beginner through ACTIVELY learning the core fundamentals of programming. For the novice, this is by far the best book I found. Warning, it does require you to think from the start. My son was put off

Head First Programming: A Learner's Guid
✍ David Griffiths, Paul Barry πŸ“‚ Library πŸ“… 2009 πŸ› O'Reilly Media 🌐 English

I got this book for my 15 ear old son who has never programmed. It is very well designed to help the beginner through ACTIVELY learning the core fundamentals of programming. For the novice, this is by far the best book I found. Warning, it does require you to think from the start. My son was put off