Skip to main content

Featured

Tic Tac Toe

Tic Tac Toe Tic Tac Toe is a simple, two-player strategy game played on a 3x3 grid. Players take turns marking a square with either an "X" or an "O", with the goal of being the first to align three of their marks in a row, column, or diagonal.  I have made a simple Tic Tac Toe game using html, css, javascript.  The game doesnot have much features. The game is created to be played by two peoples. It is just a simple game. The code of this game you get in my github page   Link of this game code is below: Tic Tac Toe Game Code /

Introduction to Python

Introduction

Python is a popular programming language which is very easy to learn. It is beginners friendly. It is a high level programming language, interpreted, and general purpose programming language. It was created by Guido van Rossum, and released in 1991.

Advantages of learning Python

  • It  can be used for  web development as well as software development.
  • It can be used for handling the big data and perform complex mathematical calculation.
  • It works on different platforms(Windows, Mac, Linux, Raspberry Pi etc.)
  • It has some similarities to the English language influence with from mathematics.
  • It can connect to database and also can read and modify the files.
  • It can be used for writing malicious code as well.
  • There are huge amount of libraries which can help to write a good program.
  • Its syntax is easier comparing with other programming language.

Comments

Popular Posts