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…
In this tutorial, we will talk about Python web scraping and how to scrape web pages using multiple Python scraping…
In this post, we will talk about natural language processing (NLP) using Python. This NLP tutorial will use Python NLTK…
In this post, we are going to see some TensorFlow examples and see how it’s easy to define tensors, perform…
In this post, we will convert an array to object using PHP hydrator pattern. This method is so simple, it’s…
If you want to process large files using PHP, you may use some of the ordinary PHP functions like file_get_contents()…
If you want to use a package in Laravel, you simply add a single line in composer.json file and the…
Many websites give their users a custom subdomain for their profiles or pages, so instead of accessing the user’s profile…
Laravel framework has a powerful protection from CSRF, XSS, and SQL injection, but there is no built-in Laravel spam protection.…
Hard drive encryption is a process of converting your readable data into something unreadable to protect it. With hard drive…