How I implemented Snake and Apple Game using PyGame in Python

Featured

Install PyGame Pygame is a cross-platform set of Python modules which is used to create video games. It includes computer graphics and sound libraries designed to be used with the Python programming language. You can install it by using following command, pip install pygame For more information, check official documentation here. Introduction to the Game … Continue reading How I implemented Snake and Apple Game using PyGame in Python

When to Use MongoDB Rather than MySQL

Inspired from Saikrishna Reddem's blog MySQL and MongoDB represent two sides of an argument that has been raging recently concerning data storage — the tried and tested relational database vs. non-relational or No-SQL database. They are both open-source products distributed under a version of the GNU GPL, and both are also available as commercial versions … Continue reading When to Use MongoDB Rather than MySQL

All You Need to know about CURL Command

Operating Systems Lab Curl Command Reference: https://linuxize.com/ Introduction Curl is a command-line utility for transferring data from or to a server designed to work without user interaction. With curl, you can download or upload data using one of the supported protocols including HTTP, HTTPS, SCP , SFTP , and FTP . curl provides a number … Continue reading All You Need to know about CURL Command