Posts

Showing posts with the label E-Books

PHP, MySQL & JavaScript All-in-One For Dummies

Image
PHP, MySQL & JavaScript All-in-One For Dummies Introduction The Internet has become an amazing place to shop, do your banking, look up homework assignments, and even keep track of your bowling league scores. Behind all those great applications are a bunch of different web technologies that must all work together to create the web experience you come to expect. You may think that creating web applications is best left for the professionals, but you’d be surprised by just how well you can do with just a little knowledge and experience! That’s the point of this book. About This Book Think of this book as a reference book. Like the dictionary or an encyclopedia (remember those?), you don’t have to read it from beginning to end. Instead, you can dip into the book to find the information you need and return to it again when you need more. That said, you won’t be disappointed if you work through the book from beginning to end, and you may find it easier...

Learning AngularJS

Image
https://zettalksinhala.blogspot.com/ Learning AngularJS  by Ken Williamson Preface Introduction to AngularJS JavaScript Client-Side Frameworks Single-Page Applications Bootstrapping the Application Dependency Injection AngularJS Routes HTML5 Mode Modern Search Engines AngularJS Templates AngularJS Views (MVC) AngularJS Models (MVC) AngularJS Controllers (MVC) Controller Business Logic Integrating AngularJS with Other Frameworks Testing AngularJS Applications Conclusion **etc Preface The world of software development has changed drastically over the last few decades. Many software methodologies and concepts that were considered “cutting edge” 20 or so years ago are now common practice in the field of software development, and have been for years. One example is the World Wide Web and the use of web browsers to deliver software to users. In 1993, the concept of delivering software over the Internet that could then run in a web browser on any machine...

Artificial Intelligence with Python

Image
A Comprehensive Guide to Building Intelligent Apps for Python Beginners and Developers Artificial intelligence is the intelligence demonstrated by machines, in contrast to the intelligence displayed by humans. This tutorial covers the basic concepts of various fields of artificial intelligence like Artificial Neural Networks, Natural Language Processing, Machine Learning, Deep Learning, Genetic algorithms etc., and its implementation in Python. Is Python used in AI? Python  is a more popular language over C++ for  AI  and leads with a 57% vote among developers. That is because  Python  is easy to learn and implement. With its many libraries, they can also be  used  for data analysis. About the Author Prateek Joshi is an artificial intelligence researcher, published author of five books, and TEDx speaker. He is the founder of Pluto AI, a venture-funded Silicon Valley startup building an analytics platform for smart water manageme...