Learn PythonPythonVideos

This Is How To Get Beautiful Refactoring In Your Python Apps

Whether you are an aspiring programmer or someone who already has knowledge about using or developing Python programming language, PyCon is an annual event that you should definitely not miss. Despite the global pandemic at the time, PyCon 2020 was still a success. Speakers, experts, and Python enthusiasts were gathered digitally in the recently concluded conference in Pittsburgh. All videos are…
Read more
Learn PythonPythonPython GUIVideos

Easily Automate, Protect, And Simplify Your Python GUI Apps

One of the steps toward professional deployment of your Python GUI apps is the way you deploy and maintain them. This video from PyCon in Pittsburgh goes into depth about the how and why containers can help lift your Python GUI app’s perceived professionalism and reliability. Due to the global pandemic, the conference was done digitally. Now, you may be able to access all the talks…
Read more
Learn PythonPythonPython GUIVideos

Everything You Need For Cross Platform Development In This CRM Video

John Elder of Codemy launched a Python Tkinter GUI tutorial series that aims to teach us all the basic information of cross platform development using the Tkinter framework in Python. Interestingly, part of this series is some advanced projects that help us discover Tkinter to its full potential. One of his recent projects is a comprehensive Customer Report Management database app. In this…
Read more
Learn PythonPythonPython GUIVideos

This Is How To Implement Natural Language Processing

Ever wonder how Google Voice managed to recognize your speech and understand its context? How about those advertisements that you often see on search engines and social media platforms that are surprisingly relevant to your previous searches and inquiries? Well, these are just some of the successful implementations of the so-called Natural Language Processing or NLP. Adding NLP to your programs is…
Read more