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
DelphiPythonPython GUIWindows

Quickly Build A Python GUI App With Powerful Natural Language Processing Capabilities Using NLTK Library In A Delphi Windows App

Do you want to perform Natural Language Processing tasks like predicting text, analyzing & visualizing sentence structure, Sentiment Analysis, gender classification, etc. in your GUI app? This post will get you to understand how to use NLTK Python Library using Python4Delphi (P4D) in the Delphi/C++ Builder application and perform some interesting NLP tasks.  NLTK is a leading platform…
Read more
Learn PythonPythonPython GUIVideos

Learn Python With Transitioning From Developing Software to Developing People by Matthew Knapp Bachman (PyCon 2020) Video

Every employee, no matter what field you are in, always seek for career growth. In this video presented by Matthew Knapp Bachmann, we will learn how he managed to transition from developing software to developing people. Matthew will share his story of success from being an individual contributor role as an engineer to a managerial position. In this talk, Matthew will share with us some useful…
Read more
DelphiDelphiVCLLearn PythonPythonPython GUIWindows

Learn about DelphiVCL.CustomControl

DelphiVCL.CustomControl is a base class for controls that wrap Windows screen objects but perform their own rendering. In most descendants of TWinControl, the job of drawing the control’s surface belongs to the underlying Windows screen object. If a control has visible features that cannot be rendered by a Windows screen object, it requires access to a canvas object so it can do its own…
Read more