Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Python Essentials
Python Essentials

Python Essentials: Modernize existing Python code and plan code migrations to Python using this definitive guide

eBook
€23.99 €26.99
Paperback
€32.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Python Essentials

Left arrow icon Right arrow icon
Download code icon Download Code

Description

This book is designed for Python 2 developers who want to get to grips with Python 3 in a short period of time. It covers the key features of Python, assuming you are familiar with the fundamentals of Python 2.

What you will learn

  • Use Python interactively and master the art of writing efficient Python scripts
  • Learn techniques for working with string data, including how to use regular expressions to parse strings
  • Get to know how the shortcircuit and ifelse logic operators work
  • Explore mutable data structures including list, set, and dict
  • Define functions with positional and optional parameters, and learn to use keyword argument values when calling a function
  • Write generator functions, generator expressions, and comprehensions
  • Master the use of exceptions for handling errors and other unexpected conditions
  • Understand the importance of working with files, context manager, and the with statement

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jun 30, 2015
Length: 298 pages
Edition : 1st
Language : English
ISBN-13 : 9781784398149
Category :
Languages :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Jun 30, 2015
Length: 298 pages
Edition : 1st
Language : English
ISBN-13 : 9781784398149
Category :
Languages :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 116.97
Python Essentials
€32.99
Functional Python Programming
€41.99
Python 3 Object-Oriented Programming - Second Edition
€41.99
Total 116.97 Stars icon

Table of Contents

16 Chapters
1. Getting Started Chevron down icon Chevron up icon
2. Simple Data Types Chevron down icon Chevron up icon
3. Expressions and Output Chevron down icon Chevron up icon
4. Variables, Assignment and Scoping Rules Chevron down icon Chevron up icon
5. Logic, Comparisons, and Conditions Chevron down icon Chevron up icon
6. More Complex Data Types Chevron down icon Chevron up icon
7. Basic Function Definitions Chevron down icon Chevron up icon
8. More Advanced Functions Chevron down icon Chevron up icon
9. Exceptions Chevron down icon Chevron up icon
10. Files, Databases, Networks, and Contexts Chevron down icon Chevron up icon
11. Class Definitions Chevron down icon Chevron up icon
12. Scripts, Modules, Packages, Libraries, and Applications Chevron down icon Chevron up icon
13. Metaprogramming and Decorators Chevron down icon Chevron up icon
14. Fit and Finish – Unit Testing, Packaging, and Documentation Chevron down icon Chevron up icon
15. Next Steps Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.5
(2 Ratings)
5 star 50%
4 star 50%
3 star 0%
2 star 0%
1 star 0%
ruben Aug 26, 2015
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book has develop the skills on how to program in a very structured way so that it covers all the necessary to be ready to use Python3 in order to be updated to the next version.It covers the main idea of how to use the tools of programming, functions, libraries, structures and the codes to develop your own programming.You will learn how to used the main structure in a programit covers the main topics to be ready and program your own codesThe main topics1: getting started2: simple data types3: expressions and output4: variables, assignment and scoping rules5: logic, comparisons, and conditions6: more complex data types7: basic function definitions8: more advanced functions9: exceptions10: files, databases, networks, and contexts11: class definitions12: scripts, modules, packages, libraries, and applications13: metaprogramming and decorators14: fit and finish – unit testing, packaging, and documentation15: next stepsI really recomend this title has the necessary to learn the basics of this important language and tool to jump to the next generation
Amazon Verified review Amazon
Tim Crothers Aug 21, 2015
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
I found Python Essentials to be a very solid book depending on your background and intent. This book is best suited if you are an experienced programmer looking to learn Python to add it to your toolkit. To that end the chapters are all matter of fact and straight to the point. Coverage of Python is quite broad despite being just over 250 pages. On the other hand if you're new to programming then this book is unlikely to get you coding in Python successfully. There is very little discussion of "why and when" to use things, just how. The book also lacks any examples of how to tie the pieces all together. All of the Python code is done discretely in snippets illustrating just the necessary information.I gave the book four stars instead of five for a few reasons. Mostly it boils down to the book sending some confusing messages. For instance, the Amazon description "a rapid guide to the fundamental features of Python" is spot on whereas the cover of the book displays "Modernize existing Python code and plan code migrations to Python using this definitive guide". The latter from the cover is definitely not accomplished in my opinion. There is no discussion of code migration or modernization beyond the initial chapters reasons for focusing on Python 3 rather than 2.x. There are a fair number of similar inconsistencies which lead me confused a bit. Ultimately they were mostly just distracting rather than serious flaws.All in all an excellent book for this with solid programming experience looking to learn Python quickly.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.