

Getting Started with Python: Understand key data structures and use Python in object-oriented programming, (Paperback)
Key item features
- Getting Started with Python: Understand key data structures and use Python in object-oriented programming, (Paperback)
- Author: Packt Publishing
- ISBN: 9781838551919
- Format: Paperback
- Publication Date: 2019-02-27
- Page Count: 722
Specs
- Book formatPaperback
- Fiction/nonfictionNon-Fiction
- GenreComputing & Internet
- Publication dateFebruary, 2019
- Pages722
- SubgenreLanguages
- Free shipping
Free 90-day returns
How do you want your item?
Get 50% off a year of Walmart+
Similar items you might like
Python for non-Pythonians: How to Win Over Programming Languages, (Paperback) $32.03
$3203current price $32.03Python for non-Pythonians: How to Win Over Programming Languages, (Paperback)
Learn Python Programming: An in-depth introduction to the fundamentals of Python, (Paperback) $31.53
$3153current price $31.53Learn Python Programming: An in-depth introduction to the fundamentals of Python, (Paperback)
Programming Python Programming Crash Course: A Crash Course Guide to Learn Programming Python, all you Need to Learn for Introducing, Book 3A, (Hardcover) $36.15
$3615current price $36.15Programming Python Programming Crash Course: A Crash Course Guide to Learn Programming Python, all you Need to Learn for Introducing, Book 3A, (Hardcover)
Learn Python Programming - Fourth Edition: A Comprehensive, Up-to-Date, and Definitive Guide to Learning Python, (Paperback) $38.83
$3883current price $38.83Learn Python Programming - Fourth Edition: A Comprehensive, Up-to-Date, and Definitive Guide to Learning Python, (Paperback)
Programming Microcontrollers with Python: Experience the Power of Embedded Python, (Paperback) $40.24
$4024current price $40.24Programming Microcontrollers with Python: Experience the Power of Embedded Python, (Paperback)
Python Illustrated: Not another boring Python book, learn programming the fun way, (Paperback) $28.49
$2849current price $28.49Python Illustrated: Not another boring Python book, learn programming the fun way, (Paperback)
Programming with Micropython: Embedded Programming with Microcontrollers and Python (Paperback) $42.49
$4249current price $42.49Programming with Micropython: Embedded Programming with Microcontrollers and Python (Paperback)
Python in Practice Python in Practice - Volume II: Beyond the Basics: Advanced Language Features in Python, Book 2, (Paperback) $23.60
$2360current price $23.60Python in Practice Python in Practice - Volume II: Beyond the Basics: Advanced Language Features in Python, Book 2, (Paperback)
Learning Python Python: A Beginners Complete Reference Guide to Learn The Python Programming Language., Book 5, (Paperback) $22.00 Was $25.12
$2200current price $22.00, Was $25.12$25.12Learning Python Python: A Beginners Complete Reference Guide to Learn The Python Programming Language., Book 5, (Paperback)
Programming Neural Networks with Python, (Paperback) $59.90 Was $71.79
$5990current price $59.90, Was $71.79$71.79Programming Neural Networks with Python, (Paperback)
Learning Python: Learn to code like a professional with Python - an open source, versatile, and powerful programming lan, (Paperback) $24.89
$2489current price $24.89Learning Python: Learn to code like a professional with Python - an open source, versatile, and powerful programming lan, (Paperback)
Data Structures and Program Design Using Python: A Self-Teaching Introduction, (Paperback) $58.76
$5876current price $58.76Data Structures and Program Design Using Python: A Self-Teaching Introduction, (Paperback)
Foundation DB2 and Python: Access DB2 with Module-Based API Examples Using Python, (Paperback) $45.33
$4533current price $45.33Foundation DB2 and Python: Access DB2 with Module-Based API Examples Using Python, (Paperback)
Ultimate Python Programming: Learn Python with 650 Programs, 900 Practice Questions, and 5 Projects, (Paperback) $34.50
$3450current price $34.50Ultimate Python Programming: Learn Python with 650 Programs, 900 Practice Questions, and 5 Projects, (Paperback)
Mastering Python 3 Programming: Ultimate Guide to Learn Python Coding Fundamentals and Real-World Applications, (Paperback) $34.50
$3450current price $34.50Mastering Python 3 Programming: Ultimate Guide to Learn Python Coding Fundamentals and Real-World Applications, (Paperback)
Programming Interview Problems Programming Interview Problems: Dynamic Programming (with solutions in Python), (Paperback) $21.00
$2100current price $21.00Programming Interview Problems Programming Interview Problems: Dynamic Programming (with solutions in Python), (Paperback)
Learning Geospatial Analysis with Python - Fourth Edition: Unleash the power of Python 3 with practical techniques for l, (Paperback) $39.99
$3999current price $39.99Learning Geospatial Analysis with Python - Fourth Edition: Unleash the power of Python 3 with practical techniques for l, (Paperback)
Python Programming for Beginners: The Ultimate Beginner's Guide with a Step-by-Step Approach to Computer Science to Unde, (Paperback) $18.60
$1860current price $18.60Python Programming for Beginners: The Ultimate Beginner's Guide with a Step-by-Step Approach to Computer Science to Unde, (Paperback)
A Beginner's Guide to Object-Oriented Python Programming: Learn to Write Structured, Reusable, and Professional Code fro, (Paperback) $26.63
$2663current price $26.63A Beginner's Guide to Object-Oriented Python Programming: Learn to Write Structured, Reusable, and Professional Code fro, (Paperback)
Python for Beginners A Step-by-Step Introduction to Programming with Python: Building a Strong Foundation in Python Programming for Absolute Beginners (Paperback) $9.99
$999current price $9.99Python for Beginners A Step-by-Step Introduction to Programming with Python: Building a Strong Foundation in Python Programming for Absolute Beginners (Paperback)
About this item
Product details
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 Description:
This 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 for:
If 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.
- Getting Started with Python: Understand key data structures and use Python in object-oriented programming, (Paperback)
- Author: Packt Publishing
- ISBN: 9781838551919
- Format: Paperback
- Publication Date: 2019-02-27
- Page Count: 722
Specifications
Book format
Fiction/nonfiction
Genre
Publication date
Warranty
Warranty information
Customer ratings & reviews
Related pages
- Algorithms Decision Making
- C K Scott Allen Programming Languages
- SQL Programming Language Books
- Risk Assessment Banking
- Common Data Structures
- Computer Vision Algorithms And Applications
- Comptia Pentest
- A+ Certification Guide Books
- Java Programming Language Books
- Constitutional Law Books
- LISP Programming Language Books
- JavaScript Programming Language Books
