Learn PythonPythonPython GUI

Learn Python With Practice Privacy-Preserving Machine Learning In Python by Catherine Nelson (PyCon 2020) Video

Data privacy remains to be one of the topmost concerns for everyone. Some of our personal or sensitive information is being collected from us even without our knowledge. Although Machine learning comes with a great number of advantages, it also comes with a great number of risks. It is interesting to note that Machine Learning is being used in internet search engines to help us get the most…
Read more
DelphiDelphiVCLPythonPython GUIWindows

Entering Dates Or Times Using DelphiVCL.DateTimePicker Or TDateTimePicker In Python

DelphiVCL.DateTimePicker or TDateTimePicker displays a list box for entering dates or times. TDateTimePicker is a visual component designed specifically for entering dates or times. It resembles a list box or combo box, except that the drop-down list is replaced with a calendar illustration; users can select a date from the calendar. Dates or times can also be selected by scrolling with Up…
Read more
DelphiPythonPython GUIWindows

Artificial Intelligence Solutions With Keras Library In A Windows Python App

Are you looking for a simple, flexible, and powerful deep learning library, and build a nice GUI for them? You can deliver enterprise-grade AI solutions easily by combining Keras and Python4Delphi library, inside Delphi and C++Builder. Keras is a high-level neural networks API for Python. Keras acts as an interface for the TensorFlow library. Keras is designed for human beings, not machines.
Read more
DelphiDelphiVCLPythonPython GUIWindows

Learn About DelphiVCL.Graphic

DelphiVCL.Graphic or TGraphic is the abstract base class type for objects such as icons, bitmaps, and metafiles that can store and display visual images. DelphiVCL.Graphic is an abstract class that cannot be instantiated. Descendant graphics objects override many of the methods of DelphiVCL.Graphic to address the needs of their particular file format and graphical characteristics.
Read more