Python GUI examples (Tkinter Tutorial)

5 months ago
admin

In this tutorial, we will learn how to develop graphical user interfaces by writing some Python GUI examples using Tkinter package. Tkinter package is shipped with Python as a standard package, so we don’t need to install anything to use it. Tkinter package is a very powerful package. If you…

20+ Python Web Scraping Examples (Beautiful Soup & Selenium)

In this tutorial, we will talk about Python web scraping and how to scrape web pages using multiple Python scraping…

7 months ago

NLP Tutorial Using Python NLTK (Simple Examples)

In this post, we will talk about natural language processing (NLP) using Python. This NLP tutorial will use Python NLTK…

9 months ago

Define and Use Tensors Using Simple TensorFlow Examples

In this post, we are going to see some TensorFlow examples and see how it’s easy to define tensors, perform…

11 months ago

Cast or Convert an Array to Object Using PHP (Hydrator Pattern)

In this post, we will convert an array to object using PHP hydrator pattern. This method is so simple, it’s…

1 year ago

Process Large Files Using PHP

If you want to process large files using PHP, you may use some of the ordinary PHP functions like file_get_contents()…

1 year ago

Install and Use Non-Composer Laravel Packages

If you want to use a package in Laravel, you simply add a single line in composer.json file and the…

1 year ago

Create and Use Dynamic Laravel Subdomain Routing

Many websites give their users a custom subdomain for their profiles or pages, so instead of accessing the user’s profile…

1 year ago

Protect Forms using Honeypot Laravel Spam Protection Technique

Laravel framework has a powerful protection from CSRF, XSS, and SQL injection, but there is no built-in Laravel spam protection.…

1 year ago

Hard Drive Encryption

Hard drive encryption is a process of converting your readable data into something unreadable to protect it. With hard drive…

1 year ago