ShopSpell

Python 3 for Absolute Beginners [Paperback]

$51.99     $79.99   35% Off     (Free Shipping)
100 available
  • Category: Books (Computers)
  • Author:  Hall, Tim, Stacey, J-P
  • Author:  Hall, Tim, Stacey, J-P
  • ISBN-10:  1430216328
  • ISBN-10:  1430216328
  • ISBN-13:  9781430216322
  • ISBN-13:  9781430216322
  • Publisher:  Apress
  • Publisher:  Apress
  • Binding:  Paperback
  • Binding:  Paperback
  • Pub Date:  01-Mar-2009
  • Pub Date:  01-Mar-2009
  • SKU:  1430216328-11-SPRI
  • SKU:  1430216328-11-SPRI
  • Item ID: 100246931
  • List Price: $79.99
  • Seller: ShopSpell
  • Ships in: 5 business days
  • Transit time: Up to 5 business days
  • Delivery by: Nov 30 to Dec 02
  • Notes: Brand New Book. Order Now.

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 JP Stacey use everyday language to decode programming jargon and teach Python 3 to the absolute beginner.

As youve seen, text is integral to most Python programs, and you saw how often of our examples use it. We take text input from users, manipulate that text, and display messages in response. This is why Python comes with so many text-related features. In this chapter, you learned how to split and join strings; format, edit, and search for strings; use regular expressions to search for patterns within strings; and work with the files on your file system. We then applied much of this in our example application. 160 C H A P T E R 8 ? ? ? Executable Files, Organization, and Python on the Web Up to this point, youve been running your scripts via the python interpreter. This is all well and good, but it would be nice if we could get the scripts to run by themselves, just like real programs, so thats just what we'll look at first. Ill then cover how to organize and spruce up your code, because clean, organized code makes you more efficient and gives you time to write even more lovely Python code. This leads us onto some of the dynamic features of Python: modules and the exec() and eval() functions. These features give you more flexibility and choice when writing Python applications.
  1. Introducing Python
  2. Designing SoftwalĂ›

Add Review