Introduction Web scraper is an application that extracts data from a website. Web scraping is also known as web mining or web harvesting. On a high level, it works by fetching the website content, copying…
The LEDU AMA (Ask Me Anything) is just around the corner, and excitement is building among cryptocurrency enthusiasts and educators alike.
Education Ecosystem (EE) is gearing up for an exciting year ahead. With a focus on innovation, EE is set to release a range of game-changing updates that will take its ecosystem to the next level.
How to use ChatGPT to create static pages?
Introduction ChatGPT is a large language model made from GPT-3 and developed by OpenAI. It has a wide range of applications in the world of technology. One interesting way that programmers are using it is…
How to use ChatGPT for Python programming
Introduction ChatGPT, a language model made by the OpenAI team, can be used for a variety of tasks, like chatbot or writing Python code. It does this by taking in a prompt as its input…
C# coding convention - Coding standard in C#
Introduction Coding conventions are a set of guidelines for writing code that is consistent, readable, and comprehensible. They are also sometimes called programming conventions, style guides or coding standard. These conventions cover various aspects of…
Top 5 new features in Python 3.11 release
Python is an open-source, general-purpose and object-oriented programming language created over 30 years ago. It is used for the development of many applications, most notably Youtube, Instagram, Uber, Reddit, and Spotify. Due to its flexibility,…
Developer guide: How to fix Python Django application freeze
Why Python Django freeze If you are into web development, you probably have used or heard of Django before. It is a python framework used for building websites. However, using Django to build websites has…
If you are into programming, you probably have heard of PHP. It was first created back in 1994 and was used for building interactive websites. PHP is a scrip language that is used to make…