Learn PythonPythonPython GUIVideos

How To Make Your Apps Convert Text To Speech

If you’re just starting to explore windows app development with Tkinter in Python, you might as well consider watching this amazing tutorial series by John Elder of Codemy. His tutorial series was divided into multiple parts that allow you to learn everything about Tkinter and Python from the very basic to the most advanced tools that you can create. In this video, we will be introduced to…
Read more
Learn PythonPythonPython GUIVideos

This Is How To Automatically Scrape Web Pages

For someone who needs to gather a huge amount of information from the Internet and wants to save huge time doing it, web scraping definitely the key. Generally, web scraping is the process of gathering information from the Internet. Instead of manually collecting the data, this procedure is done automatically using software like Python. Web Scraping, however, has been a subject for debate whether…
Read more
Learn PythonPythonPython GUIVideos

This Is How To Learn Python By Writing A Tic Tac Toe Game

Tkinter is a Python binding to the Tk GUI toolkit. It is the standard Python interface to the Tk GUI toolkit and is also Python’s de-facto standard GUI. Among the other Python Tools, Tkinter is the most commonly used GUI framework in Python simply because it is simple and surprisingly easy to use. Interestingly, there are many great things to explore using this framework. You can make…
Read more
DelphiPythonPython GUIWindows

This Is How To Automatically Parse RSS Feeds In Your Apps

Tools like Python Windows GUI Builder make it simple to parse any RSS feed and building a nice GUI can be done easily by combining feedparser and Python4Delphi library, inside Delphi and C++Builder. Python4Delphi (P4D) is a free tool that allows you to execute Python scripts, create new Python modules and types in Delphi. What is the feedparser library? feedparser or Universal Feed Parser is…
Read more