Skip to content

aquaman48/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P = Python

OS: Windows

IDE: Sublime


Hello


Welcome to my Python sandbox! If you take a look around you will see that the files here that I put together vary in from basics to actual programs that do some pretty cool stuff.

I like the versatility that the Python language comes with. There are a lot of interesting things we can do. Experimentation is always a great way to learn.


The_Basics:


In this directory I have most of the basics of Python here. Varying in with working with list, dictionaries, etc... For the most part I have a good variety of files to be checked out here.


Rain:


This was a challenge that I took on from

Python Crash Course, 2nd Edition.
The gist of this is to make it look like the
"raindrops" are falling vertically on users screen. Some really neat stuff.


Side_Game/Space_Shooter:


These directories are very similiar. The differences are that in Space_Shooter it has a vertical layout whereas Side_Game is horizontal. Space_Shooter is one of my first projects that I actually started on.