Description
This book is an introduction to programming with Python, covering the basics of the language, such as loops, conditionals, functions, and object-oriented programming. It then moves on to GUI programming with PyQT, a powerful cross-platform GUI layout and forms builder. The book finishes with an introduction to Django, a web application platform written in Python. This book is perfect for beginners interested in learning Python.
Introduction to Python Programming and Developing GUI Applications with PyQT 1E teaches Python programming step-by-step through practical examples that readers can see in action right away. It begins with a solid introduction of Python from scratch, covering loops, control structures, sequences, functions, classes, and exception handling. Thereafter, the book explores file handling and GUI application development in PyQT, the powerful cross-platform GUI layout and forms builder that allows programmers to rapidly design and build widgets and dialogs. The book finishes with an introduction to Django, an easy-to-use platform for developing web applications in Python. This is a great book for newbie programmers interested in learning Python.
Review:
1. Introduction to Python. 2. Loops and Conditions. 3. Sequences. 4. Functions. 5. Object Oriented Programming. 6. File Handling. 7. GUI Programming with PyQT. 8. Using Qt Designer. 9. Accessing Databases. 10. Introduction to Django.