Created
April 24, 2014 11:23
-
-
Save MajorGressingham/11250965 to your computer and use it in GitHub Desktop.
Quick and Dirty Python Language Guide Book_1
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ | |
"cell_type": "heading", | |
"level": 1, | |
"metadata": {}, | |
"source": [ | |
"Quick and Dirty Python Language Guide - Book 1 <br/>\n", | |
"`***************************************`<br/>" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"%qtconsole" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [] | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"from IPython.core.display import Image\n", | |
"Image(filename = 'Python.jpg')" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment