Learn PythonPythonVideos

Why You Should Try Continuous Integration For Documentation

At a recent PyCon one of the topics discussed the idea that documentation is the process often overlooked by programmers. Whether you are working on a big or small Python project, it is very crucial to document everything to prevent any issues in the future. Interestingly, in this video from PyCon 2020, Mason Egger will remind us how important documentation is. According to him, documentation…
Read more
Learn PythonPythonPython GUIVideos

What You Need For Machine Learning on Encrypted Data

Due to the global pandemic for PyCon 2020 talks, seminars, and workshops were all presented digitally. The most interesting part about this is that everyone can still access all the tutorials and talks through PyCon 2020’s official YouTube channel. If you are looking for Python-related talks and tutorials, you can always visit their channel and review some of their helpful digital workshops…
Read more
Learn PythonPythonPython GUIVideos

Everything You Need For A Raspberry Pi Science Fair Project

Let’s face it, we all know that Python is one of the most widely used programming languages and we have learned by now that it is being applied in many different fields. However, who would have thought that even grade schoolers can embrace the Python programming language and apply it to their school science project? The story of Wendi Dreeson, Python and a Raspberry Pi Science…
Read more
Learn PythonPythonVideos

Learn Python With The Hidden Power of the Python Runtime by Elizaveta Shashkova (PyCon 2020) Videos

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 statement in Python, even the simple one, produces a lot of events during the program execution. These events are usually…
Read more