0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (5)
  • -
Status
Brand

Showing 1 - 5 of 5 matches in All Departments

Getting Started with Python - Understand key data structures and use Python in object-oriented programming (Paperback):... Getting Started with Python - Understand key data structures and use Python in object-oriented programming (Paperback)
Fabrizio Romano, Benjamin Baka, Dusty Phillips
R1,389 Discovery Miles 13 890 Ships in 10 - 15 working days

Harness the power of Python objects and data structures to implement algorithms for analyzing your data and efficiently extracting information Key Features Turn your designs into working software by learning the Python syntax Write robust code with a solid understanding of Python data structures Understand when to use the functional or the OOP approach Book DescriptionThis Learning Path helps you get comfortable with the world of Python. It starts with a thorough and practical introduction to Python. You'll quickly start writing programs, building websites, and working with data by harnessing Python's renowned data science libraries. With the power of linked lists, binary searches, and sorting algorithms, you'll easily create complex data structures, such as graphs, stacks, and queues. After understanding cooperative inheritance, you'll expertly raise, handle, and manipulate exceptions. You will effortlessly integrate the object-oriented and not-so-object-oriented aspects of Python, and create maintainable applications using higher level design patterns. Once you've covered core topics, you'll understand the joy of unit testing and just how easy it is to create unit tests. By the end of this Learning Path, you will have built components that are easy to understand, debug, and can be used across different applications. This Learning Path includes content from the following Packt products: Learn Python Programming - Second Edition by Fabrizio Romano Python Data Structures and Algorithms by Benjamin Baka Python 3 Object-Oriented Programming by Dusty Phillips What you will learn Use data structures and control flow to write code Use functions to bundle together a sequence of instructions Implement objects in Python by creating classes and defining methods Design public interfaces using abstraction, encapsulation and information hiding Raise, define, and manipulate exceptions using special error objects Create bulletproof and reliable software by writing unit tests Learn the common programming patterns and algorithms used in Python Who this book is forIf you are relatively new to coding and want to write scripts or programs to accomplish tasks using Python, or if you are an object-oriented programmer for other languages and seeking a leg up in the world of Python, then this Learning Path is for you. Though not essential, it will help you to have basic knowledge of programming and OOP.

Python 3 Object-Oriented Programming - Build robust and maintainable software with object-oriented design patterns in Python... Python 3 Object-Oriented Programming - Build robust and maintainable software with object-oriented design patterns in Python 3.8, 3rd Edition (Paperback, 3rd Revised edition)
Dusty Phillips
R1,207 Discovery Miles 12 070 Ships in 10 - 15 working days

Uncover modern Python with this guide to Python data structures, design patterns, and effective object-oriented techniques Key Features In-depth analysis of many common object-oriented design patterns that are more suitable to Python's unique style Learn the latest Python syntax and libraries Explore abstract design patterns and implement them in Python 3.8 Book DescriptionObject-oriented programming (OOP) is a popular design paradigm in which data and behaviors are encapsulated in such a way that they can be manipulated together. This third edition of Python 3 Object-Oriented Programming fully explains classes, data encapsulation, and exceptions with an emphasis on when you can use each principle to develop well-designed software. Starting with a detailed analysis of object-oriented programming, you will use the Python programming language to clearly grasp key concepts from the object-oriented paradigm. You will learn how to create maintainable applications by studying higher level design patterns. The book will show you the complexities of string and file manipulation, and how Python distinguishes between binary and textual data. Not one, but two very powerful automated testing systems, unittest and pytest, will be introduced in this book. You'll get a comprehensive introduction to Python's concurrent programming ecosystem. By the end of the book, you will have thoroughly learned object-oriented principles using Python syntax and be able to create robust and reliable programs confidently. What you will learn Implement objects in Python by creating classes and defining methods Grasp common concurrency techniques and pitfalls in Python 3 Extend class functionality using inheritance Understand when to use object-oriented features, and more importantly when not to use them Discover what design patterns are and why they are different in Python Uncover the simplicity of unit testing and why it's so important in Python Explore concurrent object-oriented programming Who this book is forIf you're new to object-oriented programming techniques, or if you have basic Python skills and wish to learn in depth how and when to correctly apply OOP in Python, this is the book for you. If you are an object-oriented programmer for other languages or seeking a leg up in the new world of Python 3.8, you too will find this book a useful introduction to Python. Previous experience with Python 3 is not necessary.

Python: Master the Art of Design Patterns (Paperback): Dusty Phillips, Chetan Giridhar, Sakis Kasampalis Python: Master the Art of Design Patterns (Paperback)
Dusty Phillips, Chetan Giridhar, Sakis Kasampalis
R2,166 Discovery Miles 21 660 Ships in 10 - 15 working days

Ensure your code is sleek, efficient and elegant by mastering powerful Python design patterns About This Book * Learn all about abstract design patterns and how to implement them in Python 3 * Understand the structural, creational, and behavioral Python design patterns * Get to know the context and application of design patterns to solve real-world problems in software architecture, design, and application development * Discover how to simplify Design Pattern implementation using the power of Python 3 Who This Book Is For If you have basic Python skills and wish to learn in depth how to correctly apply appropriate design patterns, this course is tailor made for you. What You Will Learn * Discover what design patterns are and how to apply them to writing Python * Implement objects in Python by creating classes and defining methods * Separate related objects into a taxonomy of classes and describe the properties and behaviors of those objects via the class interface * Understand when to use object-oriented features, and more importantly when not to use them * Get to know proven solutions to common design issues * Explore the design principles that form the basis of software design, such as loose coupling, the Hollywood principle, and the Open Close principle, among others * Use Structural Design Patterns and find out how objects and classes interact to build larger applications * Improve the productivity and code base of your application using Python design patterns * Secure an interface using the Proxy pattern In Detail Python is an object-oriented scripting language that is used in everything from data science to web development. Known for its simplicity, Python increases productivity and minimizes development time. Through applying essential software engineering design patterns to Python, Python code becomes even more efficient and reusable from project to project. This learning path takes you through every traditional and advanced design pattern best applied to Python code, building your skills in writing exceptional Python. Divided into three distinct modules, you'll go from foundational to advanced concepts by following a series of practical tutorials. Start with the bedrock of Python programming - the object-oriented paradigm. Rethink the way you work with Python as you work through the Python data structures and object-oriented techniques essential to modern Python programming. Build your confidence as you learn Python syntax, and how to use OOP principles with Python tools such as Django and Kivy. In the second module, run through the most common and most useful design patterns from a Python perspective. Progress through Singleton patterns, Factory patterns, Facade patterns and more all with detailed hands-on guidance. Enhance your professional abilities in in software architecture, design, and development. In the final module, run through the more complex and less common design patterns, discovering how to apply them to Python coding with the help of real-world examples. Get to grips with the best practices of writing Python, as well as creating systems architecture and troubleshooting issues. This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: * Python 3 Object-Oriented Programming - Second Edition by Dusty Phillips * Learning Python Design Patterns - Second Edition by Chetan Giridhar * Mastering Python Design Patterns by Sakis Kasampalis Style and approach Advance your Python code through three distinct modules that each build on preceding content. Get the complete coverage of Python design patterns you need to write elegant and efficient code that's reusable and powerful.

Python 3 Object-oriented Programming - (Paperback, 2nd Revised edition): Dusty Phillips Python 3 Object-oriented Programming - (Paperback, 2nd Revised edition)
Dusty Phillips
R1,407 Discovery Miles 14 070 Ships in 10 - 15 working days

0

Python 3 Object Oriented Programming (Paperback): Dusty Phillips Python 3 Object Oriented Programming (Paperback)
Dusty Phillips
R1,385 Discovery Miles 13 850 Ships in 10 - 15 working days

The book begins with the very foundations of OOP and then uses practical examples to show how to correctly implement Object Oriented Programming in Python. Many examples are taken from real-world projects. The book focuses on high-level design as well as the gritty details of the Python syntax. The provided exercises inspire the reader to think about his or her own code, rather than providing solved problems. If you're new to Object Oriented Programming techniques, or if you have basic Python skills and wish to learn in depth how and when to correctly apply Object Oriented Programming in Python, this is the book for you. If you are an object-oriented programmer for other languages, you too will find this book a useful introduction to Python, as it uses terminology you are already familiar with. Python 2 programmers seeking a leg up in the new world of Python 3 will also find the book beneficial, and you need not necessarily know Python 2.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Tommee Tippee - Explora Feeding Bowl…
R180 R161 Discovery Miles 1 610
Moonology Diary 2025
Yasmin Boland Paperback R240 Discovery Miles 2 400
Red Elephant Horizon Backpack…
R486 Discovery Miles 4 860
A Girl, A Bottle, A Boat
Train CD  (2)
R108 R68 Discovery Miles 680
Generic Pantum PC210 Compatible Toner…
R610 R250 Discovery Miles 2 500
Loot
Nadine Gordimer Paperback  (2)
R383 R318 Discovery Miles 3 180
Coty Vanilla Musk Cologne Spray (50ml…
R790 R471 Discovery Miles 4 710
JCB Warrior Steel Toe PVC Safety Boot…
R469 Discovery Miles 4 690
From Russia With Love
Eunice Gayson, Daniela Bianchi, … Blu-ray disc R63 Discovery Miles 630
Ravensburger Marvel Jigsaw Puzzles…
R299 R250 Discovery Miles 2 500

 

Partners