Moozonian
About 1,000,000 results
Physical
⭐ 4 (5)

Learning Python

By Mark Lutz | "O'Reilly Media, Inc."
Released: Oct 6, 2009
Computers 1218 pages ISBN: 9781449379322

... Python today compile (i.e., translate) source code state- ments to an intermediate format known as byte code and then interpret the byte code. Byte code provides portability, as it is a platform-independent format. However, be- cause Python ...

Preview Free Preview
Physical

Think Python

By Allen B. Downey | "O'Reilly Media, Inc."
Released: Aug 9, 2012
Computers 299 pages ISBN: 9781449332020

This hands-on guide takes you through the language one step at a time, beginning with basic programming concepts before moving on to functions, recursion, data structures, and object-oriented design.

Preview Free Preview
Physical

Python for Data Analysis

By Wes McKinney | "O'Reilly Media, Inc."
Released: Feb 26, 2026
Computers 471 pages ISBN: 9781449319793

Serves as an introduction to Python for data-intensive applications.

Preview Free Preview
Physical
⭐ 3.5 (8)

Python in a Nutshell

By Alex Martelli | "O'Reilly Media, Inc."
Released: Jul 14, 2006
Computers 738 pages ISBN: 9781449379100

... Python. Development. Environments. The Python interpreter's built-in interactive mode is the simplest development environment for Python. It is a bit primitive, but it is lightweight, has ... Python IDEs Platform-Specific Free Python IDEs.

Preview Free Preview
E-Book

Applied Computational Thinking with Python

By Sofía De Jesús, Dayrene Martinez | Packt Publishing Ltd
Released: Nov 27, 2020
Computers 420 pages ISBN: 9781839216763

This book begins by helping you get to grips with decomposition, pattern recognition, pattern generalization and abstraction, and algorithm design, along with teaching you how to apply these elements practically while designing solutions ...

Physical

Fluent Python

By Luciano Ramalho | "O'Reilly Media, Inc."
Released: Mar 31, 2022
Computers 1011 pages ISBN: 9781492056324

Featuring major updates throughout the book, Fluent Python, second edition, covers: Special methods: The key to the consistent behavior of Python objects Data structures: Sequences, dicts, sets, Unicode, and data classes Functions as ...

Preview Free Preview
Physical
⭐ 3.5 (13)

Core Python Programming

By Wesley Chun | Prentice Hall Professional
Released: Feb 26, 2026
Computers 805 pages ISBN: 9780130260369

The CD-ROM contains Windows and Linux Python distributions plus extensive cross-platform source code from the book.

Preview Free Preview
E-Book

Learn to Program with Python 3

By Irv Kalb | Apress
Released: Aug 22, 2018
Computers 361 pages ISBN: 9781484238790

What You'll Learn Understand programming basics with Python, based on material developed in the author's college courses Learn core concepts: variables, functions, conditionals, loops, lists, strings, and more Explore example programs ...

Preview Free Preview
Physical

Python Programming

By Daniel O'Reilly | Indie
Released: Feb 8, 2021
Computers 292 pages ISBN: 9781801826037

If you want to conquer the Python programming language in no time, all you have to do is take these guides in your hands and follow the step-by-step instructions. Get Your Copy Now!

Preview Free Preview
E-Book

Python For Everyone

By Cay S. Horstmann, Rance D. Necaise | Wiley Global Education
Released: Feb 21, 2019
Computers 761 pages ISBN: 9781119498612

... python (On systems where multiple versions of Python are installed, use the command python3 to run version 3 of Python.) Interactive mode can also be started from within most Python integrated development environments. The interface ...

Physical

Python for Data Analysis How The Python Coding Is Revolutionizing Computer Programming Language and What You Need to Know About It Right NOW with A Python Crash Course Explained for Beginners

By Python School | Indie
Released: May 12, 2021
General 122 pages ISBN: 9781802939859

It is thanks to data analytics that we have smart business moves, efficient operations, high profits and happy clients. The main idea here is to share our business prospects in a way that improves the future through better decisions.

Preview Free Preview
Physical

Beginning Python

By James Payne | John Wiley & Sons
Released: Feb 2, 2010
Computers 635 pages ISBN: 9780470414637

Using Python 2.6 and Python 3.1 James Payne. Once IDLE launches , type in " Test , test , testing " and press the Enter key . If Python is running correctly ... Python. Installing Python 3 1 on Non-Windows Systems Using the Python Shell.

Preview Free Preview
E-Book

Python Concurrency with asyncio

By Matthew Fowler | Simon and Schuster
Released: Mar 15, 2022
Computers 374 pages ISBN: 9781638357087

... Python interpreter runs single-threaded within a process, meaning that only one piece of Python bytecode can be running at one time even if we have code running in multiple threads. The global interpreter lock will only allow one thread ...

Physical

Expert Python Programming - Fourth Edition

By Michal Jaworski, Tarek Ziadé | Indie
Released: May 28, 2021
General 630 pages ISBN: 9781801071109

This Python book provides you with a thorough understanding of the complete process of building and maintaining Python apps.

Preview Free Preview
E-Book

Computational Modeling and Visualization of Physical Systems with Python

By Jay Wang | Wiley Global Education
Released: Jan 11, 2016
Science 493 pages ISBN: 9781119179191

... Python python.org pip pip.pypa.io VPython vpython.org NumPy numpy.org SciPy scipy.org Matplotlib matplotlib.org IPython ipython.org SymPy sympy.org IVisual python.org/ pypi/IVisual Files to download or method W: python-2.7.8.msi M ...

E-Book
⭐ 5 (1)

Learn to Program with Python

By Irv Kalb | Apress
Released: Aug 22, 2016
Computers 281 pages ISBN: 9781484221723

Build text-based programs, including a number of simple games Learn how to re-use code by building your own modules Use Python's built-in data structures and packages to represent and make use of complex data from the Internet Who This Book ...

Preview Free Preview
E-Book

1000 Python Interview Questions and Answers

By Vamsee Puligadda | Vamsee Puligadda
Released: Dec 8, 2018
Computers 252 pages

Don't be that person this time. This is the most comprehensive Python language interview questions book that you can ever find out.

Physical

Understanding Coding with Python

By Patricia Harris, Ph.D. | The Rosen Publishing Group, Inc
Released: Dec 15, 2015
Juvenile Nonfiction 26 pages ISBN: 9781508144748

His software allows even novice programmers to see results in a short amount of time. Vivid photographs, sidebars, and a graphic organizer help make this STEM-centric volume a dynamic learning experience.

Preview Free Preview
Physical

PYTHON DATA SCIENCE From Beginner to Experts About Techniques of Data Mining, Big Data Analytics and Science, Python Programming and How to Use Them in Business

By Python School | Python School
Released: May 17, 2021
General 122 pages ISBN: 9781802939873

Are you wondering if that your PC can be an algorithms machine? Even if you have never heard that it's possibile, this book will deny it to you. If you want to know how, Scroll up and click the buy now button to get your copy.

Preview Free Preview
E-Book

Mastering Python Design Patterns

By Sakis Kasampalis | Packt Publishing Ltd
Released: Jan 28, 2015
Computers 212 pages ISBN: 9781783989331

This book is for Python programmers with an intermediate background and an interest in design patterns implemented in idiomatic Python.