Ray is a distributed open-source platform from the RISELab in U.C. Berkeley. It quickly scales python applications from a laptop to a cluster, which is now being adapted for production deployments. Ray has useful problem-solving features such as rapid distribution, scheduling, and execution of tasks. This video demonstrates when one can use Ray, how it can be useful in projects, and how Ray can be…
Learn Python With Serverless Python Applications with Google Cloud by Charles Engelke (PyCon 2020) Video
June 27, 2021
We already came across some insightful PyCon 2020 videos that teach us how to effectively launch our Python apps on a serverless infrastructure like Terraform, Microsoft Azure, and more. One of the best solution to deploy your application is through cloud servers. There are…
Learn Python With The Hidden Power of the Python Runtime by Elizaveta Shashkova (PyCon 2020) Videos
June 18, 2021
Python remains to be one of the widely used programming languages today. It is often praised for its overall simplicity and beauty that all aspiring programmers can easily learn and manage. Interestingly, in this video shared by Elizaveta Shashkova, we will learn that every…
Learn Python With Organizing to Improve Your Workplace: Know Your Rights by Shauna Gordon-McKeon (PyCon 2020) Video
June 17, 2021
For smaller projects or applications, it is possible that it could be singlehandedly manage by a programmer or it could be a small team of 2 or three people. However, for bigger ones, it might need a bigger team which might also require a bigger workplace. In this case, to make the project more successful, there must be teamwork and a healthy working environment should be established to improve…
I’m sure most of us have encountered some critical issues with our computer where the Operating system becomes corrupted and no matter how many System Repair attempts, it doesn’t seem to fix anything. At some point, we will end up with System Restore to bring our…
Learn Python With How I Solved My NYC Parking Problem Using Python by Jessica Garson (PyCon 2020) Video
June 5, 2021
Python programming language is one of the widely used programming languages in the world. It is often described as an easy-to-use language and is most ideal for beginners. We have learned from the previous videos from the recently concluded PyCon 2020 that Python has been…
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…
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…
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. This built-in module in Python allows you to create GUIs relatively easy and fast. In this video, John Elder of Codemy.com will…