Skip to content

Instantly share code, notes, and snippets.

@awalx
awalx / _Python.md
Last active April 18, 2017 14:15
Python Exercises

Python 3 Exercises

A few Python exercises.

@awalx
awalx / PythonFCCBonfires.md
Last active August 12, 2016 14:09
FreeCodeCamp Bonfire exercises using Python 3

FreeCodeCamp Bonfire exercises using Python 3

A list of FreeCodeCamp's JavaScript bonfire excerises completed using Python 3.

@awalx
awalx / hello.py
Created August 12, 2016 00:55
Simple hello world Python 3 program
#hello.py
#Simple hello world Python 3 program
#Print 'Hello World'
print('Hello There!')
#Ask for user's name and take input
print('What\'s your name?')
myName = input()
#Output name provided
print('Nice to meet you, ' + myName)
#Count and display the amount of charaters in the name
@awalx
awalx / A. Alexander Portfolio Site.markdown
Created August 24, 2015 11:49
A. Alexander Portfolio Site

A. Alexander Portfolio Site

A portfolio site using Bootstrap 3 and JQuery.

A Pen by Andre on CodePen.

License.