We just learned from the previous PyCon 2020 videos that you can use Python to teach computers how to write poetry with style so it is not really surprising to see many other interesting usages of this programming language. In this video presented by Lukasz Langa, we will discover how Python can help musicians to play musical instruments! Yes, you read that right! Python can also be used to…
Learn Python With The Hitchhiker's Guide to CLIs in Python by Vinayak Mehta (PyCon 2020) Video
May 3, 2021
Here comes another interesting talk from the recently concluded PyCon 2020. In this video presented by Vinayak Mehta, we will learn more about Command-line applications and their interesting history as well as how can we create them using various Python packages. We all know…
Learn Python With 9 Years of PyLadies: Lessons Learned and What Comes Next by Lorena Mesa, Elaine Wong, and Mariatta (PyCon 2020) Video
April 26, 2021
There is definitely no gender when it comes to programming. Interestingly, there is a growing number of female programmers today. PyLadies, for instance, has come a long way ever since the organization was established in 2011. In this video from the recently concluded PyCon…
Learn Python With Master the Basics of Tkinter - Full Tkinter Programming Course Video
April 16, 2021
If you are planning to create your first Graphical User Interface application, the first thing you must consider is to pick the right GUI framework. There are many available GUI frameworks to choose from including PyQT5, Kivy, PyForms, and WxPython. However, when it comes to simplicity and ease of use, the Tkinter is by far the best and most practical option for beginners.
In this video…
Learn Python With Transitioning From Developing Software to Developing People by Matthew Knapp Bachman (PyCon 2020) Video
April 12, 2021
Every employee, no matter what field you are in, always seek for career growth. In this video presented by Matthew Knapp Bachmann, we will learn how he managed to transition from developing software to developing people. Matthew will share his story of success from being an…
Do you run a business and you want to have an interactive Graphical User Interface application to increase your productivity? Building an app might sound too complicated but it is surprisingly easy especially if you know the right tools to use. Aspiring programmers often…
Learn Python With A Talk: What is Deployment, Anyway? by Katie McLaughlin (Pycon 2020) Video
April 4, 2021
If you are not familiar with Django Girls, it is a non-profit organization and a community that empowers and helps women to organize free, one-day programming workshops by providing tools, resources, and support. By the end of this workshop, participants are expected to develop and completed a Django Project. However, it should be noted that it is just the start of everything. Once you have…
Learn Python with Tkinter Course: Create Graphic User Interfaces in Python Tutorial Video
April 1, 2021
If you are an aspiring Pythonista and you want to write codes in the near future, this video will help you understand some of its basic components. In this Learn Python video, we will take a deeper look at Tkinter, the de facto standard Graphic User interface for Python.
Learn Python With Practice Privacy-Preserving Machine Learning In Python by Catherine Nelson (PyCon 2020) Video
March 31, 2021
Data privacy remains to be one of the topmost concerns for everyone. Some of our personal or sensitive information is being collected from us even without our knowledge. Although Machine learning comes with a great number of advantages, it also comes with a great number of…
Here comes another part of the Tkinter Python GUI tutorial series For Beginners presented by the Programming Knowledge channel. They recently made a great introduction to Tkinter, a built-in module in Python Programming knowledge that allows you to create Graphical User Interface applications. Tkinter is often praised for its simplicity and easy-to-use widgets that make it a perfect GUI toolkit…