Search:

Job ready Python / by Balti, Haythem,author.; Weiss, Kimberly A.,author.;
Subjects: Instructional and educational works.; Handbooks and manuals.; Python (Computer program language); Computer programming.;

Beginning programming with Python for dummies / by Mueller, John,1958-author.(CARDINAL)203899;
A step-by-step guide to the programming language explains its strength as a Web development tool, covering installation, syntax, data types, functions, strings, lists, classes, and troubleshooting.
Subjects: Handbooks and manuals.; Python (Computer program language); Computer programming.;

Coding : everything you need to get started with programming using Python / by Saunders, Mike,author.(CARDINAL)507205;
Setting up -- Python basics -- Changing the flow -- Save time with functions -- Dealing with data -- Saving your results -- Do more with modules -- A class of its own -- Sample programs -- Appendices.Simple explanations and step-by-step guides ease users through the features of the Python programming language, providing them with everything they need to write code in the real world. --
Subjects: Computer programming.; Python (Computer program language);

Python all-in-one / by Shovic, John C.(John Carrol),1957-author.(CARDINAL)792030; Simpson, Alan,1953-author.(CARDINAL)334058;
Getting started -- Understanding Python building blocks -- Working with libraries -- Using artificial intelligence -- Doing data science -- Talking to hardware -- Building robots.
Subjects: Python (Computer program language); Computer programming.;

Learn Python visually : creative coding with Processing.py / by Bunn, Tristan,author.;
Hello, world! -- Drawing more complicated shapes -- Introduction to strings and working with text -- Conditional statements -- Iteration and randomness -- Motion and transformation - -Working with lists and reading data -- Dictionaries and JSON -- Functions and periodic motion -- Object-oriented programming and PVector -- Mouse and keyboard interaction.
Subjects: Handbooks and manuals.; Computer programming.; Python (Computer program language);

Python programming for beginners : 2 books in 1 / by Reed, Mark.(CARDINAL)860572;
Includes bibliographic references."Python is a great programming language. It is also the simplest to learn. It has gained popularity in a number of technological domains, including Machine Learning, Deep Learning, and Data Science. With Python's increasing popularity in many technical domains, now is the greatest moment to learn the language. Python programming - 2 books in 1 aims to make it simple for you to begin your journey, regardless of your skills or expertise. Each chapter of this book builds on the previous chapters in an easy step-by-step approach"--
Subjects: Computer programming.; Python (Computer program language);

Inside coding : everything you need to get started with programming using Python / by Saunders, Mike,author.(CARDINAL)507205;
Includes bibliographical references (pages 124-125) and index.
Subjects: Young adult literature.; Python (Computer program language); Computer programming.;

Beyond the basic stuff with Python : best practices for writing clean code / by Sweigart, Al,author.(CARDINAL)620318;
Includes bibliographical references and index."A guide for programmers who already are familiar with the Python programming language that explains how to make code more understandable to other programmers, addresses Python conventions and best practices, and teaches how to use object-oriented programming strategies"--Part 1. Getting started -- Part 2. Best practices, tools, and techniques -- Part 3. Object-oriented Python.
Subjects: Python (Computer program language); Computer programming.;

C++ crash course : a fast-paced introduction / by Lospinoso, Josh,author.(CARDINAL)814579;
Up and running -- Types -- Reference types -- The object life cycle -- Runtime polymorphism -- Compile-time polymorphism -- Expressions -- Statements -- Functions -- Testing -- Smart pointers -- Utilities -- Containers -- Iterators -- Strings -- Streams -- Filestreams -- Algorithms -- Concurrency and parallelism -- Network programming with Boost Asio -- Writing applications."A guide to C++ that begins by introducing all the core language features, then explores the Standard and Boost Libraries. Covers major features of modern C++, including types, expressions, containers, and more"--
Subjects: C++ (Computer program language); Computer programming.;

Learn to code by solving problems : a Python-based introduction / by Zingaro, Daniel,author.;
Introduction -- getting started -- making decisions -- reapeating code: definite loops -- repeating code: indefinite loops -- organizing values using lists -- designing programs with functions -- reading and writing files -- organizing values using sets and dictionaries -- designing algorithms with complete search -- bog O and program efficiency -- afterword."Teaches readers how to use Python to solve short, situational competitive programming problems. Each chapter requires the reader to learn a new feature or function of Python in order to solve a problem, while emphasizing basic programming concepts, problem-solving strategies, and critical thinking skills"--
Subjects: Computer programming.; Python (Computer program language);