Join thousands of book lovers
Sign up to our newsletter and receive discounts and inspiration for your next reading experience.
By signing up, you agree to our Privacy Policy.You can, at any time, unsubscribe from our newsletters.
Python is emerging as a programming tool for machine learning and artificial neural network. Both lead to Artificial Intelligence. Other benefits of python are: Good quality documentation, Platform agnostic, Easy and fast to learn in comparison to any other OOP (object oriented programming) language. Python has many image intensive libraries like Python Imaging Library, VTK and Maya 3D Visualization Toolkits, Numeric Python, Scientific Python and many other tools available for numeric and scientific applications.Python is very well designed, fast, robust, portable, and scalable. These are evidently the most important factors for AI applications. Useful for a really broad range of programming tasks from little shell scripts to enterprise web applications to scientific uses. Last but not the least, it is Open Source! Good community support available for the same.
Programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes how to create programs that are easy to read, debug, and update. Practical rules are stressed. For example, there are fifteen precedence rules in C (&& comes before || comes before ?:). The practical programmer reduces these to two: Multiplication and division come before addition and subtraction etc.
Sign up to our newsletter and receive discounts and inspiration for your next reading experience.
By signing up, you agree to our Privacy Policy.