Practical Programming: An Introduction to Computer Science Using Python

Practical Programming: An Introduction to Computer Science Using Python
Authors
Jennifer Campbell, Paul Gries, Jason Montojo, Greg Wilson
ISBN
1934356271
Published
28 May 2009
Purchase online
amazon.com

Computers are used in every part of science from ecology to particle physics. This introduction to computer science continually reinforces those ties by using real-world science problems as examples. Anyone who has taken a high school science class will be able to follow along as the book introduces the basics of programming, then goes on to show readers how to work with databases, download data from the web automatically, build graphical interfaces, and most importantly, how to think like a p

Page 1 of 2
  1. Editorial Reviews
  2. Customer Reviews

Editorial Reviews

Computers are used in every part of science from ecology to particle physics. This introduction to computer science continually reinforces those ties by using real-world science problems as examples. Anyone who has taken a high school science class will be able to follow along as the book introduces the basics of programming, then goes on to show readers how to work with databases, download data from the web automatically, build graphical interfaces, and most importantly, how to think like a professional programmer.

Topics covered include:

* Basic elements of programming from arithmetic to loops and if statements.

* Using functions and modules to organize programs.

* Using lists, sets, and dictionaries to organize data.

* Designing algorithms systematically.

* Debugging things when they go wrong.

* Creating and querying databases.

* Building graphical interfaces to make programs easier to use.

* Object-oriented programming and programming patterns.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil.” - Donald Knuth