diff options
author | hardythe1 | 2015-01-30 12:30:05 +0530 |
---|---|---|
committer | hardythe1 | 2015-01-30 12:30:05 +0530 |
commit | b14c13fcc6bb6d01c468805d612acb353ec168ac (patch) | |
tree | c6fe70524491044ef8d68c67e1215c95014903fb /Teach_Yourself_C_in_24_Hours/hour24.ipynb | |
parent | 53f72e6790ff23b43c8f6a0b69d6386940671429 (diff) | |
download | Python-Textbook-Companions-b14c13fcc6bb6d01c468805d612acb353ec168ac.tar.gz Python-Textbook-Companions-b14c13fcc6bb6d01c468805d612acb353ec168ac.tar.bz2 Python-Textbook-Companions-b14c13fcc6bb6d01c468805d612acb353ec168ac.zip |
added books
Diffstat (limited to 'Teach_Yourself_C_in_24_Hours/hour24.ipynb')
-rwxr-xr-x | Teach_Yourself_C_in_24_Hours/hour24.ipynb | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/Teach_Yourself_C_in_24_Hours/hour24.ipynb b/Teach_Yourself_C_in_24_Hours/hour24.ipynb new file mode 100755 index 00000000..0db0f3ec --- /dev/null +++ b/Teach_Yourself_C_in_24_Hours/hour24.ipynb @@ -0,0 +1,80 @@ +{
+ "metadata": {
+ "name": "",
+ "signature": "sha256:2892cdbf82debfaaf5bd321dc73cce7cbc035bf0ab81bdbe14335d47dded8155"
+ },
+ "nbformat": 3,
+ "nbformat_minor": 0,
+ "worksheets": [
+ {
+ "cells": [
+ {
+ "cell_type": "heading",
+ "level": 1,
+ "metadata": {},
+ "source": [
+ "Hour 24: Where Do you Go from Here?"
+ ]
+ },
+ {
+ "cell_type": "heading",
+ "level": 2,
+ "metadata": {},
+ "source": [
+ "Example 24.1, Page No.410"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "#Dynamic Memory Allocation is not available in python, so the code for the given programme is skipped."
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [],
+ "prompt_number": 1
+ },
+ {
+ "cell_type": "heading",
+ "level": 2,
+ "metadata": {},
+ "source": [
+ "Example 24.2, Page No.415"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "#Dynamic Memory Allocation is not available in python, so the code for the given programme is skipped."
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [],
+ "prompt_number": 2
+ },
+ {
+ "cell_type": "heading",
+ "level": 2,
+ "metadata": {},
+ "source": [
+ "Example 24.3, Page No.416"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "collapsed": false,
+ "input": [
+ "#free function is not available in python, so function for freeing memory is not created."
+ ],
+ "language": "python",
+ "metadata": {},
+ "outputs": [],
+ "prompt_number": 3
+ }
+ ],
+ "metadata": {}
+ }
+ ]
+}
\ No newline at end of file |