Lecture Notes For All: Introduction to Computer Science and Programming

GoDaddy

...................

Sunday, May 15, 2011

Introduction to Computer Science and Programming

Introduction to Computer Science and Programming

 Three small images: a map of election results, a word game, and a protein structure.

Many of the problem sets focus on specific topics, such as word games, presidential campaigns, and analysis of protein sequences. (Boggle photograph, lower right, is courtesy of Angelinawb on Flickr.)

Course Highlights

This course features a complete collection of assignments and a set of onlinereadings.

Course Description

This subject is aimed at students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems. It also aims to help students, regardless of their major, to feel justifiably confident of their ability to write small programs that allow them to accomplish useful goals. The class will use the Python™ programming language.

Technical Requirements

Special software is required to use some of the files in this course: .py.
Click Below to Download the files :-

LEC #TOPICS
1Introduction, stored program computers, flow of control, Python
2Variables, statements, conditionals, iteration, exhaustive search (PDF)
3Iteration, strings, printing
4Functions, recursion, call stacks (PDF)
5Guess and check, approximate solutions, successive approximation (PDF)
6Lists and mutability, dictionaries (PDF)
7Pseudo code, program organization (PDF)
8Time complexity, divide and conquer, binary search, merge sort (PDF)
9Divide and conquer, merge sort, exceptions (PDF)
10Knapsack problems, branch and bound (PDF)
11Optimization, random walks, simulation (PDF)
12Monte Carlo simulation, calculating pi (PDF)
13Pylab, plotting, curve fitting (PDF)
14Classes and object-oriented programming (PDF)
15Abstract data types, invariants (PDF)
16Data abstraction, invariants (PDF)
17Debugging
18Curve fitting, probability (PDF)
19Debugging (cont.) (PDF)
20Stock simulation (PDF)
21Stock simulation (cont.) (PDF)
22Trends in computer science research
23Review

No comments:

Post a Comment