Learn PythonPythonVideos

Learn About Demystifying Deep Learning for Data Scientists From Eric J. Ma In This PyCon 2020 Video

PyCon is an annual conference where the Python community is being gathered for one meaningful and educational event. Despite the global pandemic, the PyCon 2020 was still a huge success as the speakers managed to utilize the digital platform to deliver their educational and inspirational talks about the widely-used Python Programming language. In this Python tutorial video, Eric J. Ma will…
Read more
Learn PythonPythonPython GUITkinterVideos

Learn Python With Python Top 5 GUI Frameworks 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. It is important to note that there are tons of GUI frameworks available today and most of them will vary in terms of their overall functionality and complexity. In this video presented by Parwiz Forogh, he will share with us five of the most popular…
Read more
Learn PythonPythonVideos

Learn Python With Static Typing in Python by Dustin Ingram (PyCon 2020) Video

Python is regarded as a flexible and beginner-friendly programming language without static types. This video will be discussing the advantages and drawbacks of a static type framework, as well as recent attempts to bring static typing to Python through optional “type hints” and various tools to helps add types to Python codes. Today, we are learning another interesting topic about the…
Read more
DelphiLearn PythonPythonPython GUIVideosWindows

Learn Python GUI Development for Delphi Developers In Windows Apps

Why would a Delphi developer want to add Python to their toolbelt? It is all about library access and scriptability. The open-source Python4Delphi (P4D) library by Kiriakos Vlahos, author of the popular PyScripter Python IDE, allows you as a Delphi developer to leverage the entire collection of Python libraries directly from Delphi. It also makes it easy to easily execute Python scripts, create…
Read more