Langue: anglais
Edité par Packt Publishing (edition 2nd ed.), 2018
ISBN 10 : 1788995570 ISBN 13 : 9781788995573
Vendeur : BooksRun, Philadelphia, PA, Etats-Unis
EUR 9,80
Quantité disponible : 2 disponible(s)
Ajouter au panierPaperback. Etat : Good. 2nd ed. It's a preowned item in good condition and includes all the pages. It may have some general signs of wear and tear, such as markings, highlighting, slight damage to the cover, minimal wear to the binding, etc., but they will not affect the overall reading experience.
Vendeur : HPB-Red, Dallas, TX, Etats-Unis
EUR 8,24
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
Vendeur : HPB Inc., Dallas, TX, Etats-Unis
EUR 15,70
Quantité disponible : 1 disponible(s)
Ajouter au panierpaperback. Etat : Very Good. Connecting readers with great books since 1972! Used books may not include companion materials, and may have some shelf wear or limited writing. We ship orders daily and Customer Service is our top priority!
Langue: anglais
Edité par Packt Publishing (edition ), 2017
ISBN 10 : 1786467356 ISBN 13 : 9781786467355
Vendeur : BooksRun, Philadelphia, PA, Etats-Unis
EUR 20,16
Quantité disponible : 2 disponible(s)
Ajouter au panierPaperback. Etat : Very Good. It's a well-cared-for item that has seen limited use. The item may show minor signs of wear. All the text is legible, with all pages included. It may have slight markings and/or highlighting.
Langue: anglais
Edité par Packt Publishing, Packt Publishing, 2018
ISBN 10 : 1788995570 ISBN 13 : 9781788995573
Vendeur : Cloud Runner Books, Minneapolis, MN, Etats-Unis
EUR 22,22
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : Good. Hands-On Data Structures and Algorithms with Python: Write complex and powerful code using the latest features of Python 3.7, 2nd Edition by Dr. Basant Agarwal; Benjamin Baka. Packt Publishing, 2018. 398pp. Language: English. Note:
Vendeur : One Planet Books, Columbia, MO, Etats-Unis
EUR 33,24
Quantité disponible : 6 disponible(s)
Ajouter au panierpaperback. Etat : Like New. Ships in a BOX from Central Missouri! Like Brand NEW. No tears, highlighting or writing because it's never been used! May have minor shelf wear. UPS shipping for most packages, (Priority Mail for AK/HI/APO/PO Boxes).
EUR 39,65
Quantité disponible : 2 disponible(s)
Ajouter au panierEtat : New.
Vendeur : Textbooks_Source, Columbia, MO, Etats-Unis
EUR 38,46
Quantité disponible : 6 disponible(s)
Ajouter au panierpaperback. Etat : New. Ships in a BOX from Central Missouri! UPS shipping for most packages, (Priority Mail for AK/HI/APO/PO Boxes).
Vendeur : California Books, Miami, FL, Etats-Unis
EUR 43,72
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Langue: anglais
Edité par Packt Publishing 5/31/2017, 2017
ISBN 10 : 1786467356 ISBN 13 : 9781786467355
Vendeur : BargainBookStores, Grand Rapids, MI, Etats-Unis
EUR 46,78
Quantité disponible : 5 disponible(s)
Ajouter au panierPaperback or Softback. Etat : New. Python Data Structures and Algorithms. Book.
Vendeur : California Books, Miami, FL, Etats-Unis
EUR 48,19
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Langue: anglais
Edité par Packt Publishing Limited, Birmingham, 2018
ISBN 10 : 1788995570 ISBN 13 : 9781788995573
Vendeur : Grand Eagle Retail, Bensenville, IL, Etats-Unis
EUR 48,86
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. Learn to implement complex data structures and algorithms using PythonKey FeaturesUnderstand the analysis and design of fundamental Python data structuresExplore advanced Python concepts such as Big O notation and dynamic programmingLearn functional and reactive implementations of traditional data structuresBook DescriptionData structures allow you to store and organize data efficiently. They are critical to any problem, provide a complete solution, and act like reusable code. Hands-On Data Structures and Algorithms with Python teaches you the essential Python data structures and the most common algorithms for building easy and maintainable applications.This book helps you to understand the power of linked lists, double linked lists, and circular linked lists. You will learn to create complex data structures, such as graphs, stacks, and queues. As you make your way through the chapters, you will explore the application of binary searches and binary search trees, along with learning common techniques and structures used in tasks such as preprocessing, modeling, and transforming data. In the concluding chapters, you will get to grips with organizing your code in a manageable, consistent, and extendable way. You will also study how to bubble sort, selection sort, insertion sort, and merge sort algorithms in detail.By the end of the book, you will have learned how to build components that are easy to understand, debug, and use in different applications. You will get insights into Python implementation of all the important and relevant algorithms.What you will learnUnderstand object representation, attribute binding, and data encapsulationGain a solid understanding of Python data structures using algorithmsStudy algorithms using examples with pictorial representationLearn complex algorithms through easy explanation, implementing PythonBuild sophisticated and efficient data applications in PythonUnderstand common programming algorithms used in Python data scienceWrite efficient and robust code in Python 3.7Who this book is forThis book is for developers who want to learn data structures and algorithms in Python to write complex and flexible programs. Basic Python programming knowledge is expected. Data structures help us to organize and align the data in a very efficient way. This book will surely help you to learn important and essential data structures through Python implementation for better understanding of the concepts. Shipping may be from multiple locations in the US or from the UK, depending on stock availability.
EUR 47,16
Quantité disponible : 2 disponible(s)
Ajouter au panierEtat : As New. Unread book in perfect condition.
Vendeur : Ria Christie Collections, Uxbridge, Royaume-Uni
EUR 42,15
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. In.
Langue: anglais
Edité par Packt Publishing, Birmingham, 2017
ISBN 10 : 1786467356 ISBN 13 : 9781786467355
Vendeur : Grand Eagle Retail, Bensenville, IL, Etats-Unis
EUR 56,65
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. Implement classic and functional data structures and algorithms using Python Key Features A step by step guide, which will provide you with a thorough discussion on the analysis and design of fundamental Python data structures. Get a better understanding of advanced Python concepts such as big-o notation, dynamic programming, and functional data structures. Explore illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual manner. Book Description Data structures allow you to organize data in a particular way efficiently. They are critical to any problem, provide a complete solution, and act like reusable code. In this book, you will learn the essential Python data structures and the most common algorithms. With this easy-to-read book, you will be able to understand the power of linked lists, double linked lists, and circular linked lists. You will be able to create complex data structures such as graphs, stacks and queues. We will explore the application of binary searches and binary search trees. You will learn the common techniques and structures used in tasks such as preprocessing, modeling, and transforming data. We will also discuss how to organize your code in a manageable, consistent, and extendable way. The book will explore in detail sorting algorithms such as bubble sort, selection sort, insertion sort, and merge sort. By the end of the book, you will learn how to build components that are easy to understand, debug, and use in different applications. What you will learn Gain a solid understanding of Python data structures. Build sophisticated data applications. Understand the common programming patterns and algorithms used in Python data science. Write efficient robust code. Data structures allow you to organize data in a particular way efficiently. They are critical to any problem, provide a complete solution, and act like reusable code. In this book, you will learn the essential Python data structures and the most common algorithms. Shipping may be from multiple locations in the US or from the UK, depending on stock availability.
Vendeur : Ria Christie Collections, Uxbridge, Royaume-Uni
EUR 48,51
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. In.
Langue: anglais
Edité par Packt Publishing 2017-05-30, 2017
ISBN 10 : 1786467356 ISBN 13 : 9781786467355
Vendeur : Chiron Media, Wallingford, Royaume-Uni
EUR 45,84
Quantité disponible : 10 disponible(s)
Ajouter au panierPaperback. Etat : New.
EUR 48,49
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New.
Vendeur : Kennys Bookshop and Art Galleries Ltd., Galway, GY, Irlande
EUR 62,10
Quantité disponible : 2 disponible(s)
Ajouter au panierEtat : New. 2017. Illustrated. paperback. . . . . .
Vendeur : Kennys Bookstore, Olney, MD, Etats-Unis
EUR 79,15
Quantité disponible : 2 disponible(s)
Ajouter au panierEtat : New. 2017. Illustrated. paperback. . . . . . Books ship from the US and Ireland.
Vendeur : Majestic Books, Hounslow, Royaume-Uni
EUR 87,40
Quantité disponible : 1 disponible(s)
Ajouter au panierEtat : New. pp. 310.
Langue: anglais
Edité par Packt Publishing Limited, Birmingham, 2018
ISBN 10 : 1788995570 ISBN 13 : 9781788995573
Vendeur : AussieBookSeller, Truganina, VIC, Australie
EUR 70,02
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. Learn to implement complex data structures and algorithms using PythonKey FeaturesUnderstand the analysis and design of fundamental Python data structuresExplore advanced Python concepts such as Big O notation and dynamic programmingLearn functional and reactive implementations of traditional data structuresBook DescriptionData structures allow you to store and organize data efficiently. They are critical to any problem, provide a complete solution, and act like reusable code. Hands-On Data Structures and Algorithms with Python teaches you the essential Python data structures and the most common algorithms for building easy and maintainable applications.This book helps you to understand the power of linked lists, double linked lists, and circular linked lists. You will learn to create complex data structures, such as graphs, stacks, and queues. As you make your way through the chapters, you will explore the application of binary searches and binary search trees, along with learning common techniques and structures used in tasks such as preprocessing, modeling, and transforming data. In the concluding chapters, you will get to grips with organizing your code in a manageable, consistent, and extendable way. You will also study how to bubble sort, selection sort, insertion sort, and merge sort algorithms in detail.By the end of the book, you will have learned how to build components that are easy to understand, debug, and use in different applications. You will get insights into Python implementation of all the important and relevant algorithms.What you will learnUnderstand object representation, attribute binding, and data encapsulationGain a solid understanding of Python data structures using algorithmsStudy algorithms using examples with pictorial representationLearn complex algorithms through easy explanation, implementing PythonBuild sophisticated and efficient data applications in PythonUnderstand common programming algorithms used in Python data scienceWrite efficient and robust code in Python 3.7Who this book is forThis book is for developers who want to learn data structures and algorithms in Python to write complex and flexible programs. Basic Python programming knowledge is expected. Data structures help us to organize and align the data in a very efficient way. This book will surely help you to learn important and essential data structures through Python implementation for better understanding of the concepts. Shipping may be from our Sydney, NSW warehouse or from our UK or US warehouse, depending on stock availability.
EUR 55,44
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. Über den AutorrnrnBenjamin Baka is a full-stack software developer and is passionate about cutting-edge technologies and elegant programming techniques. He has 10 years in different technologies, from C++, Java, Ruby, Python to Qt. Some of .
EUR 101,15
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : As New. Unread book in perfect condition.
Langue: anglais
Edité par Packt Publishing, Birmingham, 2017
ISBN 10 : 1786467356 ISBN 13 : 9781786467355
Vendeur : AussieBookSeller, Truganina, VIC, Australie
EUR 106,21
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. Implement classic and functional data structures and algorithms using Python Key Features A step by step guide, which will provide you with a thorough discussion on the analysis and design of fundamental Python data structures. Get a better understanding of advanced Python concepts such as big-o notation, dynamic programming, and functional data structures. Explore illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual manner. Book Description Data structures allow you to organize data in a particular way efficiently. They are critical to any problem, provide a complete solution, and act like reusable code. In this book, you will learn the essential Python data structures and the most common algorithms. With this easy-to-read book, you will be able to understand the power of linked lists, double linked lists, and circular linked lists. You will be able to create complex data structures such as graphs, stacks and queues. We will explore the application of binary searches and binary search trees. You will learn the common techniques and structures used in tasks such as preprocessing, modeling, and transforming data. We will also discuss how to organize your code in a manageable, consistent, and extendable way. The book will explore in detail sorting algorithms such as bubble sort, selection sort, insertion sort, and merge sort. By the end of the book, you will learn how to build components that are easy to understand, debug, and use in different applications. What you will learn Gain a solid understanding of Python data structures. Build sophisticated data applications. Understand the common programming patterns and algorithms used in Python data science. Write efficient robust code. Data structures allow you to organize data in a particular way efficiently. They are critical to any problem, provide a complete solution, and act like reusable code. In this book, you will learn the essential Python data structures and the most common algorithms. Shipping may be from our Sydney, NSW warehouse or from our UK or US warehouse, depending on stock availability.
Langue: anglais
Edité par Packt Publishing Limited, 2017
ISBN 10 : 1786467356 ISBN 13 : 9781786467355
Vendeur : THE SAINT BOOKSTORE, Southport, Royaume-Uni
EUR 56,09
Quantité disponible : Plus de 20 disponibles
Ajouter au panierPaperback. Etat : New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days.
Langue: anglais
Edité par Packt Publishing Limited, Birmingham, 2018
ISBN 10 : 1788995570 ISBN 13 : 9781788995573
Vendeur : CitiRetail, Stevenage, Royaume-Uni
EUR 48,34
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. Learn to implement complex data structures and algorithms using PythonKey FeaturesUnderstand the analysis and design of fundamental Python data structuresExplore advanced Python concepts such as Big O notation and dynamic programmingLearn functional and reactive implementations of traditional data structuresBook DescriptionData structures allow you to store and organize data efficiently. They are critical to any problem, provide a complete solution, and act like reusable code. Hands-On Data Structures and Algorithms with Python teaches you the essential Python data structures and the most common algorithms for building easy and maintainable applications.This book helps you to understand the power of linked lists, double linked lists, and circular linked lists. You will learn to create complex data structures, such as graphs, stacks, and queues. As you make your way through the chapters, you will explore the application of binary searches and binary search trees, along with learning common techniques and structures used in tasks such as preprocessing, modeling, and transforming data. In the concluding chapters, you will get to grips with organizing your code in a manageable, consistent, and extendable way. You will also study how to bubble sort, selection sort, insertion sort, and merge sort algorithms in detail.By the end of the book, you will have learned how to build components that are easy to understand, debug, and use in different applications. You will get insights into Python implementation of all the important and relevant algorithms.What you will learnUnderstand object representation, attribute binding, and data encapsulationGain a solid understanding of Python data structures using algorithmsStudy algorithms using examples with pictorial representationLearn complex algorithms through easy explanation, implementing PythonBuild sophisticated and efficient data applications in PythonUnderstand common programming algorithms used in Python data scienceWrite efficient and robust code in Python 3.7Who this book is forThis book is for developers who want to learn data structures and algorithms in Python to write complex and flexible programs. Basic Python programming knowledge is expected. Data structures help us to organize and align the data in a very efficient way. This book will surely help you to learn important and essential data structures through Python implementation for better understanding of the concepts. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Vendeur : preigu, Osnabrück, Allemagne
EUR 59,95
Quantité disponible : 5 disponible(s)
Ajouter au panierTaschenbuch. Etat : Neu. Python Data Structures and Algorithms | Improve application performance with graphs, stacks, and queues | Benjamin Baka | Taschenbuch | Englisch | 2017 | Packt Publishing | EAN 9781786467355 | Verantwortliche Person für die EU: Libri GmbH, Europaallee 1, 36244 Bad Hersfeld, gpsr[at]libri[dot]de | Anbieter: preigu Print on Demand.
Vendeur : AHA-BUCH GmbH, Einbeck, Allemagne
EUR 68,68
Quantité disponible : 1 disponible(s)
Ajouter au panierTaschenbuch. Etat : Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Implement classic and functional data structures and algorithms using Python Key Features A step by step guide, which will provide you with a thorough discussion on the analysis and design of fundamental Python data structures. Get a better understanding of advanced Python concepts such as big-o notation, dynamic programming, and functional data structures. Explore illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual manner. Book Description Data structures allow you to organize data in a particular way efficiently. They are critical to any problem, provide a complete solution, and act like reusable code. In this book, you will learn the essential Python data structures and the most common algorithms. With this easy-to-read book, you will be able to understand the power of linked lists, double linked lists, and circular linked lists. You will be able to create complex data structures such as graphs, stacks and queues. We will explore the application of binary searches and binary search trees. You will learn the common techniques and structures used in tasks such as preprocessing, modeling, and transforming data. We will also discuss how to organize your code in a manageable, consistent, and extendable way. The book will explore in detail sorting algorithms such as bubble sort, selection sort, insertion sort, and merge sort. By the end of the book, you will learn how to build components that are easy to understand, debug, and use in different applications. What you will learn Gain a solid understanding of Python data structures. Build sophisticated data applications. Understand the common programming patterns and algorithms used in Python data science. Write efficient robust code.