Python Programs and Tricks

Python

What is Python?

Python is a programming langauge that is easy to use and understand. There are a lot of things you can do with python, such as make games, draw pictures, make quizes, and so much more!

What is the purpose of this Website?

Here in this small website are some really simple python projects. They are very simple, yet very fun. Plus, there are some tips on how to make your own python projects amazing.

Python is basically a beginner's programming language. I learned python first, and then I learned other languages, which were easier because I learned python. When you learn python, learning other languages becomes really really REALLY easy. For example, in python, when you want to display something in the screen, you do this: print("Text here"). Similarily, in c, to display something, you type printf("Text here");. Pretty cool!

New to python?

Here are some simple python commands for people who don't know. (Click on the picture)

Basic Code

It's easy when you learn the basics of python, and using just some simple lines of code, you can create fun games to play. Using only the functions in the picture above, you can create a small game, too!