-
-14%
Algebra and Geometry with Python
0Introduction
This book teaches algebra and geometry. The authors dedicate chapters to the key issues of matrices, linear equations, matrix algorithms, vector spaces, lines, planes, second-order curves, and elliptic curves.
The text is supported throughout with problems, and the authors have included source code in Python in the book. The book is suitable for graduate students and advanced undergraduate students in computer science.
-
Tkinter GUI Programming by Example
0Who this book is for
Do you have a great Python script, which runs via the command line that you wish could have a nice user interface? Or, do you know of a problem which could be resolved with a program containing a graphical interface? If so, this book is for you. All you need is some basic Python knowledge—things such as function declarations, if statements, for loops, and writing to files via the with statement. Everything else, including the use of Python’s class system, will be covered in as much detail as you should need to complete each chapter.
-
-58%
Coding Projects In PYTHON
0A step-by-step visual guide to creating your own Python projects
-
Python Machine Learning for Beginner
0This book explains different data science and machine learning concepts with the help of examples using various Python libraries. The book is aimed ideally at absolute beginners to data science and machine learning.
Note: If you think that the sale of this book is copyright infringed, then let me know and I will remove it from the site.
-
Doing Math With Python
0If you yourself are learning programming, you’ll appreciate how this book demonstrates ways to solve problems with computers. Likewise, if you teach such learners, I hope you find this book useful to demonstrate the application of programming skills beyond the sometimes abstract world of computer science.This book assumes the reader knows the absolute basics of Python programming using Python 3—specifically, what a function is, function arguments, the concept of a Python class and class objects, and loops. Appendix B covers some of the other Python topics that are used by the programs, but this book doesn’t assume knowledge of these additional topics. If you find yourself needing more background, I recommend reading Python for Kids by Jason Briggs (No Starch Press, 2013).