Book Image

Tips, Tricks, and Techniques for Python Application Development [Video]

By : Mihai Costea
Book Image

Tips, Tricks, and Techniques for Python Application Development [Video]

By: Mihai Costea

Overview of this book

Python is a widely used advanced programming language. Over the years, Python has turned out to be a boon for developers and it is very powerful, fast, can run everywhere, and offers flexibility. Hence it is also important to gain insights into this language and use the right tips and tricks while you develop an application, as this makes life easy for developers. The course starts by dealing with performance issues and learning how to tackle them in an application. Distributing an application with Python is not easy but you will learn ways to distribute applications developed using Python along with GUIs, web applications, and more. Further, you will learn to test your application at different levels and use modern software at the development stage. You will also learn to expand productivity using standard and third-party tools. Finally, you will learn to protect your code quality from potential errors and detect any problem at an early stage, to prevent any issues later. By the end, of course, you will have learned many tips and tricks while developing an application with Python; you'll excel at this and avoid encountering major problems as a developer. So, grab this course and take your applications to the next level! The code bundle for this video course is available at: https://github.com/PacktPublishing/Python-Application-Development-Tips-Tricks-and-Techniques
Table of Contents (5 chapters)
Chapter 1
Python Performance
Content Locked
Section 6
Alternative Python Runtimes
Speed up a Python application by using an alternative Python implementation. - Choose an appropriate Python implementation - Replace C/C++ extensions in your code with plain Python implementations - Use PyPy to run the refactored application