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…
Decipher the DelphiVCL.Application
4月 9, 2021
DelphiVCL.Application is the type used for a GUI windowed application. Application encapsulates a windowed application. The methods and properties introduced in the Application reflect the fundamentals established in the Windows operating system to create, run, sustain, and…
DelphiVCL.Form represents a standard application window (form). Forms can represent the application’s main window, or dialog boxes, or MDI children. A form can contain other objects, such as Button, CheckBox, and ComboBox objects.
You can see all the properties…
Sometimes your application needs a user interface with professional looks, but what is the best way to make one for Python applications? Try DelphiVCL for Python!
DelphiVCL is a Python module giving Python GUI apps on Windows access to Delphi’s VCL for robust and high-performance native Windows visual widgets. It uses the Python4Delphi library as a bridge between Delphi’s VCL…
Do you run a business and you want to have an interactive Graphical User Interface application to increase your productivity? Building an app might sound too complicated but it is surprisingly easy especially if you know the right tools to use. Aspiring programmers often…
Learn Python With A Talk: What is Deployment, Anyway? by Katie McLaughlin (Pycon 2020) Video
4月 4, 2021
If you are not familiar with Django Girls, it is a non-profit organization and a community that empowers and helps women to organize free, one-day programming workshops by providing tools, resources, and support. By the end of this workshop, participants are expected to…
How To Use The CanSelect Parameter
4月 3, 2021
CanSelect parameter is included inside the OnSelectCell event handler, while OnSelectCell occurs before a cell in the grid is selected.
Write an OnSelectCell event handler to specify whether any particular cell in the grid can be selected. The Col and Row parameters indicate the column and row indexes of the cell that is about to be selected.
Set the CanSelect parameter to False to…
Are you an expert in desktop apps and GUI development who also want to work with Python because of its simplicity, flexible use, and growing demand in the market out there? Or are you a Python Developer at any level who wants to start a GUI development journey? If you check…
Learn Python with Tkinter Course: Create Graphic User Interfaces in Python Tutorial Video
4月 1, 2021
If you are an aspiring Pythonista and you want to write codes in the near future, this video will help you understand some of its basic components. In this Learn Python video, we will take a deeper look at Tkinter, the de facto standard Graphic User interface for Python.
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…