A Cloud Guru – GUI Programming with Python

A Cloud Guru – GUI Programming with Python
English | Size: 1.1GB
Category: Tutorial


Sometimes building a command-line or web application doesn’t quite meet your end-users’ needs, and you need to build an application with a graphical user interface (GUI). Being the wonderful programming language that it is, Python allows us to build GUIs in addition to the various ways we use it for automation, web development, and data science.

Packt – Python Programming Advanced Understanding Weird Concepts

Packt – Python Programming Advanced Understanding Weird Concepts-QUiD
English | Size: 1.44 GB
Category: Tutorial


Take your understanding of Python programming a step ahead by learning the advanced concepts
Do you have basic knowledge of Python and want to explore more advanced concepts? This course will help you out.

Packt – Python for Penetration Testers-QUiD

Packt – Python for Penetration Testers-QUiD
English | Size: 712.07 MB
Category: Tutoial


Develop your Python skills to get started with penetration testing and cybersecurity
This book is a practical guide that shows you the advantages of using Python for pentesting with the help of detailed code examples.

Udemy – Asynchronous Programming with Python – Write, Test, and Debug Robust Asynchronous Code

Udemy – Asynchronous Programming with Python – Write, Test, and Debug Robust Asynchronous Code
English | Size: 235.31 MB
Category: Tutorial


In this course, we will look at using asynchronous programming in Python: the options, pitfalls, and best practices. We start with multi-threading, which is particularly useful when there is a lot of waiting, e.g. for HTTP requests or disk access. With multi-threading, you can start many requests in quick succession and then wait for all of them to complete at once. Next, the course will show you how to write your code in a thread-safe manner, and how to use it risk-free. Further, it covers Python’s global interpreter lock, which prevents a lot of serious problems in Python but also stops you from running threads in parallel.