Lovereading Python in a Nutshell A Desktop Quick Reference

Lovereading Python in a Nutshell A Desktop Quick Reference
Zoom
 
SCROLL DOWN
TO EXPLORE MORE
 

Price: £64.79

Brand: Lovereading

 

Description: Python in a Nutshell A Desktop Quick Reference. Paperback /softback. By Alex Martelli, Anna Ravenscroft, Steve Holden, Paul Mc Guire.

 

Category: Books

Merchant: LoveReading

Product ID: 9781098113551

 
LoveReading logo
 

My website utilises affiliate links when you click my 'Get the best deal now' buttons. If you buy something through one of these links, I may earn a little commission, at no extra cost to you.

 

I have relationships with many of the top online retailers (purchasing, shipping and returns will be handled directly by them) which enables me to offer the best deal online for the Lovereading Python in a Nutshell A Desktop Quick Reference and many other similar products - which will appear below, to enhance your online shopping experience.

 

For even more great deals on Lovereading Books, click the link.

 

Similar Products

  • Lovereading Java in a Nutshell 7e A Desktop Quick Reference

    Price: £43.19

    Brand: Lovereading

     

    Description: Java in a Nutshell 7e A Desktop Quick Reference. Paperback /softback. By Ben Evans, David Flanagan.

    Category: Books

     
    LoveReading logo

    Merchant: LoveReading

    Product ID: 9781492037255

     
  • Waterstones Python in a Nutshell

    Price: £71.99

    Brand: Waterstones

     

    Description: Python was recently ranked as today's most popular programming language on the TIOBE index, thanks to its broad applicability to design and prototyping to testing, deployment, and maintenance. With this updated fourth edition, you'll learn how to get the most out of Python, whether you're a professional programmer or someone who needs this language to solve problems in a particular field. Carefully curated by recognized experts in Python, this new edition focuses on version 3.10, bringing this seminal work on the Python language fully up to date on five version releases, including preview coverage of upcoming 3.11 features. This handy guide will help you: Learn how Python represents data and program as objects Understand the value and uses of type annotations Examine which language features appeared in which recent versions Discover how to use modern Python idiomatically Learn ways to structure Python projects appropriately Understand how to debug Python code. Waterstones Python in a Nutshell - shop the best deal online on thebookbug.co.uk

    Category: Books

    Delivery cost: 0.00

    ISBN: 9781098113551

     
    Waterstones logo

    Merchant: Waterstones

    Product ID: 9781098113551

     
  • Lovereading Tableau Desktop Cookbook Quick & Simple Recipes to Help You Navigate Tableau Desktop

    Price: £50.39

    Brand: Lovereading

     

    Description: Tableau Desktop Cookbook Quick & Simple Recipes to Help You Navigate Tableau Desktop. Paperback /softback. By Lorna Brown.

    Category: Books

     
    LoveReading logo

    Merchant: LoveReading

    Product ID: 9781492090113

     
  • Waterstones Quick Python Book, The

    Price: £29.99

    Brand: Waterstones

     
    4.5 out of 5 stars

    88 ratings

     

    Description: This revision of Manning's popular The Quick Python Book offers a clear, crisp introduction to the elegant Python programming language and its famously easy-to-read syntax. After exploring Python's syntax, control flow, and basic data structures, the book shows how to create, test, and deploy full applications and larger code libraries. It addresses established Python features as well as the advanced object-oriented options available in Python 3. This edition covers 5 years' worth of minor updates to the language, and the last 5 chapters have been reworked to be data based project work. Key features: · Clear introduction · Completely up-to-date · Hands-on experience The book is aimed at readers who know programming but for whom the Python language is new. About the Technology: Python is a true cross-platform language. It can be used to develop small applications and rapid prototypes, but scales well to permit development of large programs. It comes with a powerful and easy-to-use graphical user interface (GUI) toolkit, web programming libraries and more. And it's free!. Waterstones Quick Python Book, The - shop the best deal online on thebookbug.co.uk

    Category: Books

    Delivery cost: 0.00

    ISBN: 9781617294037

     
    Waterstones logo

    Merchant: Waterstones

    Product ID: 9781617294037

     
  • Lovereading Python Pocket Reference

    Price: £17.99

    Brand: Lovereading

     

    Description: Python Pocket Reference. Paperback /softback. By Mark Lutz.

    Category: Books

     
    LoveReading logo

    Merchant: LoveReading

    Product ID: 9781449357016

     
  • Scholastic Catch Up Your Code: Desktop Cards

    Price: £16.20

    Brand: Scholastic

     
    3 out of 5 stars

    1 ratings

     

    Description: This durable Desktop Card illustrates the sounds of English and common spelling patterns that can represent them (phoneme - grapheme relationships). It provides students with a convenient reference that can be used during a variety of reading and writing activities. Scholastic Catch Up Your Code: Desktop Cards - shop the best deal online on thebookbug.co.uk

    Category: Toys

    ISBN: 9780702308840

     
    Scholastic logo

    Merchant: Scholastic

    Product ID: 137441

     
  • Waterstones Python Machine Learning

    Price: £33.00

    Brand: Waterstones

     

    Description: Python makes machine learning easy for beginners and experienced developers With computing power increasing exponentially and costs decreasing at the same time, there is no better time to learn machine learning using Python. Machine learning tasks that once required enormous processing power are now possible on desktop machines. However, machine learning is not for the faint of heart | ??it requires a good foundation in statistics, as well as programming knowledge. Python Machine Learning will help coders of all levels master one of the most in-demand programming skillsets in use today. Readers will get started by following fundamental topics such as an introduction to Machine Learning and Data Science. For each learning algorithm, readers will use a real-life scenario to show how Python is used to solve the problem at hand. ● Python data science | ??manipulating data and data visualization ● Data cleansing ● Understanding Machine learning algorithms ● Supervised learning algorithms ● Unsupervised learning algorithms ● Deploying machine learning models Python Machine Learning is essential reading for students, developers, or anyone with a keen interest in taking their coding skills to the next level. .

    Category: Books

    Delivery cost: 0.00

    ISBN: 9781119545637

     
    Waterstones logo

    Merchant: Waterstones

    Product ID: 9781119545637

     
  • Waterstones Python Data Science Handbook

    Price: £63.99

    Brand: Waterstones

     

    Description: Python is a first-class tool for many researchers, primarily because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the new edition of Python Data Science Handbook do you get them all | ??I Python, Num Py, pandas, Matplotlib, Scikit-Learn, and other related tools. Working scientists and data crunchers familiar with reading and writing Python code will find the second edition of this comprehensive desk reference ideal for tackling day-to-day issues: manipulating, transforming, and cleaning data; visualizing different types of data; and using data to build statistical or machine learning models. Quite simply, this is the must-have reference for scientific computing in Python. With this handbook, you'll learn how:I Python and Jupyter provide computational environments for scientists using Python Num Py includes the ndarray for efficient storage and manipulation of dense data arrays Pandas contains the Data Frame for efficient storage and manipulation of labeled/columnar data Matplotlib includes capabilities for a flexible range of data visualizations Scikit-learn helps you build efficient and clean Python implementations of the most important and established machine learning algorithms.

    Category: Books

    Delivery cost: 0.00

    ISBN: 9781098121228

     
    Waterstones logo

    Merchant: Waterstones

    Product ID: 9781098121228

     
  • Lovereading Tableau Desktop Pocket Reference Essential Features, Syntax, and Data Visualizations

    Price: £17.99

    Brand: Lovereading

     

    Description: Tableau Desktop Pocket Reference Essential Features, Syntax, and Data Visualizations. Paperback /softback. By Ryan Sleeper.

    Category: Books

     
    LoveReading logo

    Merchant: LoveReading

    Product ID: 9781492093480

     
  • Lovereading C in a Nutshell, 2e

    Price: £50.39

    Brand: Lovereading

     

    Description: C in a Nutshell, 2e. Paperback /softback. By Peter Prinz, Tony Crawford.

    Category: Books

     
    LoveReading logo

    Merchant: LoveReading

    Product ID: 9781491904756