Learn PythonPythonPython GUIVideos

How To Optimize Python Apps with Postgress Superpowers

ORM is probably one of the most powerful features of Django that enables you to interact with your database. To top it all, ORMs are very handy tools that can help us build powerful applications in just a short period of time. However, building Django apps that perform well and smoothly can be a little tricky and challenging. You might encounter some performance issues and identifying them is not…
Read more
Learn PythonPythonVideos

You Need To Know Ray For High-Performance, Distributed Apps

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

Learn Python With Organizing to Improve Your Workplace: Know Your Rights by Shauna Gordon-McKeon (PyCon 2020) Video

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

Learn Python With Pyambic Pentameter by Kathyrn Lingel (PyCon 2020) Video

We all know that the Python programming language is being used to build some innovative projects and applications. We have learned from some of the previous PyCon 2020 videos that Python can be applied in almost any field from Agriculture to Physics. We even discovered a video of a mom sharing her experiences and how she helps her son build a science fair project using Raspberry PI with Python. If…
Read more