Please note that this page does not hosts or makes available any of the listed filenames. You
cannot download any of those files from here.
|
Curses Programming with Python.pdf |
130.49KB |
Descriptor How To Guide.pdf |
127.36KB |
Distributing Python Modules.pdf |
620.66KB |
Documenting Python.pdf |
341.33KB |
Extending and Embedding Python.pdf |
502.79KB |
Fetch Internet Resources Using urllib2- How To.pdf |
156.22KB |
Final.pdf |
250.38KB |
Final Topics.pdf |
40.21KB |
Functional Programming- How To.pdf |
183.79KB |
Getting Started.pdf |
98.43KB |
How To Think Like a Computer Scientist.pdf |
858.14KB |
Idioms and Anti-Idioms in Python.pdf |
124.55KB |
Installing Python Modules.pdf |
319.91KB |
Lec02- Branching,Conditionals, and Iteration.mp4 |
216.47MB |
Lec03- Common Code Patterns- Iterative Programs.mp4 |
217.20MB |
Lec04- Abstraction through Functions; Introduction to Recursion.mp4 |
219.17MB |
Lec05- Floating Point Numbers, Successive Refinement.mp4 |
188.31MB |
Lec06- Bisection Methods, Newton_Raphson, Introduction to lists.mp4 |
213.73MB |
Lec07- Lists and Mutability, Dictionaries.mp4 |
197.46MB |
Lec08- Complexity_ Log, Linear, Quadratic, Exponential Algorithms.mp4 |
213.17MB |
Lec09- Binary Search, Bubble and Selection Sorts.mp4 |
202.30MB |
Lec10- Divide and Conquer Methods, Merge Sort, Exceptions.mp4 |
197.25MB |
Lec11- Testing and Debugging.mp4 |
208.64MB |
Lec12- Debugging, Knapsack Problem.mp4 |
212.05MB |
Lec13- Dynamic Programming.mp4 |
208.39MB |
Lec14- Introduction to Object-oriented Programming.mp4 |
215.37MB |
Lec15- Abstract Data Types, Classes and Methods.mp4 |
214.70MB |
Lec16- Encapsulation, Inheritance, Shadowing.mp4 |
214.59MB |
Lec17- Computational Models-Random Walk Simulation.mp4 |
210.35MB |
Lec18- Presenting Simulation Results, Pylab, Plotting.mp4 |
225.32MB |
Lec19- Biased Random Walks, Distributions.mp4 |
212.48MB |
Lec 1- Introduction and Goals.mp4 |
227.89MB |
Lec20- Monte Carlo Simulations, Estimating pi.mp4 |
204.08MB |
Lec21- Validating Simulation Results.mp4 |
229.12MB |
Lec22- Normal, Uniform, and Exponential Distributions.mp4 |
216.46MB |
Lec23- Stock Market Simulation.mp4 |
217.90MB |
Lec24- Course Overview; What Do Computer Scientists Do.mp4 |
182.47MB |
Lecture01 Transcript.pdf |
158.41KB |
Lecture02 Handout.pdf |
24.89KB |
Lecture02 Transcript.pdf |
143.80KB |
Lecture03 Handout.pdf |
29.75KB |
Lecture03 Transcript.pdf |
140.10KB |
Lecture04 Handout.pdf |
33.76KB |
Lecture04 Transcript.pdf |
148.85KB |
Lecture05- Handout.pdf |
72.61KB |
Lecture05- Transcript.pdf |
104.10KB |
Lecture06 Handout.pdf |
103.74KB |
Lecture06 Transcript.pdf |
106.76KB |
Lecture07 Handout.pdf |
31.70KB |
Lecture07 Transcript.pdf |
130.08KB |
Lecture08 Handout.pdf |
31.70KB |
Lecture08 Transcript.pdf |
141.95KB |
Lecture09 Handout.pdf |
31.56KB |
Lecture09 Transcript.pdf |
133.51KB |
Lecture10 Handout.pdf |
32.07KB |
Lecture10 Transcript.pdf |
132.18KB |
Lecture11 Handout.pdf |
25.50KB |
Lecture11 Transcript.pdf |
98.93KB |
Lecture12 Handout.pdf |
30.45KB |
Lecture12 Transcript.pdf |
109.04KB |
Lecture13 Handout.pdf |
26.22KB |
Lecture13 Transcript.pdf |
95.18KB |
Lecture14 Handout.pdf |
25.35KB |
Lecture14 Transcript.pdf |
104.86KB |
Lecture15 Handout.pdf |
34.08KB |
Lecture15 Transcript.pdf |
129.92KB |
Lecture16 Handout.pdf |
36.23KB |
Lecture16 Transcript.pdf |
125.29KB |
Lecture17 Handout.pdf |
28.64KB |
Lecture17 Transcript.pdf |
106.88KB |
Lecture18 Handout.pdf |
29.01KB |
Lecture18 Transcript.pdf |
100.52KB |
Lecture19 Handout.pdf |
24.41KB |
Lecture19 Transcript.pdf |
103.47KB |
Lecture20 Handout.pdf |
60.73KB |
Lecture20 Transcript.pdf |
98.25KB |
Lecture21 Handout.pdf |
46.57KB |
Lecture21 Transcript.pdf |
103.05KB |
Lecture22 Handout.pdf |
115.41KB |
Lecture22 Transcript.pdf |
104.37KB |
Lecture23 Handout.pdf |
25.69KB |
Lecture23 Transcript.pdf |
107.96KB |
Lecture24 Handout.pdf |
123.97KB |
Lecture24 Transcript.pdf |
110.39KB |
MIT OCW Original Files ReadMe.txt |
686B |
Porting Extension Modules to 3.0.pdf |
106.09KB |
Problem Set 0.pdf |
51.76KB |
Problem Set 1.pdf |
55.38KB |
Problem Set 10.pdf |
89.98KB |
Problem Set 11.pdf |
190.52KB |
Problem Set 12.pdf |
182.55KB |
Problem Set 2.pdf |
42.64KB |
Problem Set 3.pdf |
119.59KB |
Problem Set 4.pdf |
91.10KB |
Problem Set 5.pdf |
140.38KB |
Problem Set 6.pdf |
78.24KB |
Problem Set 7.pdf |
29.20KB |
Problem Set 8.pdf |
91.05KB |
Problem Set 9.pdf |
140.83KB |
ps10_gui.py |
10.26KB |
ps10_test.py |
1.74KB |
ps10.py |
9.56KB |
ps11_visualize.py |
4.48KB |
ps11.py |
8.36KB |
ps12.py |
12.02KB |
ps2b.py |
468B |
ps3_template.py |
1.36KB |
ps4.py |
3.70KB |
ps5_ghost.py |
1.38KB |
ps5.py |
6.67KB |
ps6.py |
7.37KB |
ps8.py |
5.90KB |
ps9.py |
2.71KB |
Python Advocacy- How To.pdf |
105.88KB |
Python FAQ.pdf |
705.89KB |
Python Set-up and Usage.pdf |
385.87KB |
Python Tutorial.pdf |
622.44KB |
q3.py |
3.98KB |
Quiz 1.pdf |
110.52KB |
Quiz 1 Solution.pdf |
71.58KB |
Quiz 2.pdf |
105.43KB |
Quiz 2 Solution.pdf |
62.00KB |
Quiz 3 Explanation.pdf |
23.82KB |
ReadMe.txt |
4.43KB |
Regular Expression- How To.pdf |
181.33KB |
shapes.txt |
193B |
Socket Programming- How To.pdf |
133.36KB |
Sorting- How To.pdf |
125.40KB |
subjects.txt |
3.19KB |
Sums, Approximations, and Asymptotics II.pdf |
248.82KB |
test_ps5.py |
6.44KB |
The Python- C API.pdf |
1.41MB |
The Python Language Reference.pdf |
968.60KB |
The Python Library Reference.pdf |
9.44MB |
Torrent downloaded from Demonoid.com.txt |
47B |
Unicode- How To.pdf |
161.85KB |
Use Python in the Web- How To.pdf |
168.14KB |
Whats New In Python.pdf |
312.30KB |
words.txt |
633.58KB |