Learn PythonPythonVideos

This Is How To Use NumPy and Pandas In Your Python Software

This video talks about the basic Small Big Data handling techniques for money, compression, batching, and indexing. In particular, you will learn how to apply these methods to NumPy and Pandas. These key concepts can also be applied to some libraries and other data specifics ready to use in your own Python software. Programming can be a tedious process and it can also be a demanding one. Aside…
Read more
Learn PythonPythonPython GUIVideos

How To Read And Write Text Files in Cross Platform Apps

Tkinter is a beginner-friendly GUI toolkit for Python and can be used to create cross platform apps. It features a widget system that allows you to easily add elements to your application using a simple line of commands. In this video, John Elder of Codemy will teach us how to create a simple text editor using the Tkinter in Python. Although this project sounds complicated, it is surprisingly easy…
Read more
Learn PythonPythonPython GUIVideos

How To Make A Button With Undo And Redo Text Features

After the comprehensive CRM Database project, John Elder recently started a new one, a text editor using the Tkinter module in Python. Creating a text editor using the Tkinter is surprisingly easy and you can add a seemingly endless number of interactive functionalities to it. In his early videos, John taught us how to create a Text Editor and how to add common functionalities including the…
Read more
Learn PythonPythonPython GUIVideos

How To Make Python Automatically Detect App Vulnerabilities

Before you download an app (not just one written with a Python IDE) or run a file such as a CMD script, it is important to know that the file itself is secured and safe. We do not want any harmful viruses to ruin our computer or hack all our private information. To prevent this from happening, we often run virus scanners before running the file. It is also equally important to verify signatures…
Read more