In the second edition of this book, we will explore the beautiful world of graphical user interfaces (GUIs) using the Python programming language. We will be using the latest version of Python 3. All of the recipes from the First Edition are...
Developing innovative teaching approaches have been one of the important topics in develop-ing computer science curriculum. An innovative teaching approach has two important aspects.
One is that the teaching method should be able to let students see...
Coding and testing are generally considered separate areas of expertise. In this practical book, Java expert Scott Oaks takes the approach that anyone who works with Java should be adept at understanding how code behaves in the Java Virtual...
Continuous delivery (CD) is fundamentally a set of practices and disciplines in which software delivery teams produce valuable and robust software in short cycles. Care is taken to ensure that functionality is added in small increments and that the...
Learn Python by Building Data Science Applications: Understand the constructs of the Python programming language and use them to build data science projects
Python is the most widely used programming language for building data science applications....
" width="250" align="left">PyQt is one of the best cross-platform interface toolkits currently available; it's stable, mature, and completely native. If you want control over all aspects of UI elements, PyQt is what you need. This book will...
Take full creative control of your web applications with Flask, the Python-based microframework. With this hands-on book, you’ll learn Flask from the ground up by developing a complete social blogging application step-by-step. Author Miguel...