Python 3 for Absolute Beginners

80,24 €
(inkl. MwSt.)
In den Warenkorb

Lieferbar innerhalb 1 - 2 Wochen

Bibliografische Daten
ISBN/EAN: 9781430216322
Sprache: Englisch
Umfang: 300 S.
Auflage: 1. Auflage 2009
Einband: kartoniertes Buch

Beschreibung

There are many more people who want to study programming other than aspiring computer scientists with a passing grade in advanced calculus. This guide appeals to your intelligence and ability to solve practical problems, while gently teaching the most recent revision of the programming language Python. You can learn solid software design skills and accomplish practical programming tasks, like extending applications and automating everyday processes, even if you have no programming experience at all. Authors Tim Hall and J-P Stacey use everyday language to decode programming jargon and teach Python 3 to the absolute beginner.

Autorenportrait

Inhaltsangabe- Introducing Python Designing Software Variables and Data Types Making Choices Using Lists Functions Working with Text Executable Files, Organization, and Python on the Web Classes Exceptions Reusing Code with Modules and Packages Simple Windowed Applications