Category: Software Development

Python GUI Programming Cookbook – Third Edition 0

Python GUI Programming Cookbook – Third Edition

eBook Details: Paperback: 486 pages Publisher: WOW! eBook (October 11, 2019) Language: English ISBN-10: 1838827544 ISBN-13: 978-1838827540 eBook Description: Python GUI Programming Cookbook, 3rd Edition: Over 90 recipes to help you develop widgets, forms, layouts, charts, and much more using the latest features of Python 3 Create amazing GUIs with Python’s built-in tkinter module Customize GUIs using layout managers to arrange GUI widgets Advance from the typical waterfall coding style to an OOP style using Python Develop beautiful charts using the free Matplotlib Python module Use threading in a networked environment to make GUIs responsive Discover ways to connect GUIs to a MySQL database...

Mastering Spring Boot 2.0 1

Mastering Spring Boot 2.0

eBook Details: Paperback: 390 pages Publisher: WOW! eBook (May 31, 2018) Language: English ISBN-10: 1787127567 ISBN-13: 978-1787127562 eBook Description: Mastering Spring Boot 2.0: Learn to develop, test, and deploy your Spring Boot distributed application and explore various best practices Spring is one of the best frameworks on the market for developing web, enterprise, and cloud ready software. Spring Boot simplifies the building of complex software dramatically by reducing the amount of boilerplate code, and by providing production-ready features and a simple deployment model. Build logically structured and highly maintainable Spring Boot applications Configure RESTful microservices using Spring Boot Make the application production and operation-friendly...

Python Automation Cookbook 1

Python Automation Cookbook

eBook Details: Paperback: 398 pages Publisher: WOW! eBook (September 27, 2018) Language: English ISBN-10: 1789133807 ISBN-13: 978-1789133806 eBook Description: Python Automation Cookbook: Step-by-step instructions which take you through each program to automate monotonous tasks with Python 3.7 Python Automation Cookbook: Explore the world of automation using Python recipes that will enhance your skills Have you been doing the same old monotonous office work over and over again? Or have you been trying to find an easy way to make your life better by automating some of your repetitive tasks? Through a tried and tested approach, understand how to automate all the boring stuff using...

Hands-On Serverless Applications with Kotlin 0

Hands-On Serverless Applications with Kotlin

eBook Details: Paperback: 386 pages Publisher: WOW! eBook (September 29, 2018) Language: English ISBN-10: 1788993705 ISBN-13: 978-1788993708 eBook Description: Hands-On Serverless Applications with Kotlin: Develop scalable and cost-effective web applications using AWS Lambda and Kotlin Serverless is a cloud computing execution model where the cloud provider dynamically manages the allocation and provisioning of servers. Many companies have started using serverless architectures to cut costs and improve scalability. Hands-On Serverless Applications with Kotlin is your one-stop guide to designing serverless architectures for your applications with AWS and Kotlin. To start with, you’ll explore the fundamentals of serverless architecture and how AWS Lambda functions work....

Tkinter GUI Programming by Example 0

Tkinter GUI Programming by Example

eBook Details: Paperback: 340 pages Publisher: WOW! eBook (April 25, 2018) Language: English ISBN-10: 1788627482 ISBN-13: 978-1788627481 eBook Description: Tkinter GUI Programming by Example: Leverage the power of Python and its de facto GUI framework to build highly interactive interfaces Create a scrollable frame via theCanvas widget Use the pack geometry manager andFrame widget to control layout Learn to choose a data structurefor a game Group Tkinter widgets, such asbuttons, canvases, and labels Create a highly customizablePython editor Design and lay out a chat window Tkinter is a modular, cross-platform application development toolkit for Python. When developing GUI-rich applications, the most important choices are...