Learn PythonPythonPython GUIVideos

Learn Python With AsyncIO + Music by Lukasz Langa (PyCon 2020) Video

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…
Read more
Learn PythonPythonPython GUIVideos

Learn Python With Master the Basics of Tkinter - Full Tkinter Programming Course Video

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…
Read more
Learn PythonPythonPython GUIVideos

Learn Python With A Talk: What is Deployment, Anyway? by Katie McLaughlin (Pycon 2020) Video

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…
Read more
Learn PythonPythonPython GUI

Learn Python with Tkinter Python GUI Tutorial For Beginners 7 Video

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…
Read more