Transcription of COMP150: Practical Programming (in Python)
{{id}} {{{paragraph}}}
COMP150: Practical Programming (in Python) Jeffrey ElknerAllen B. DowneyChris MeyersBrendan McCaneIain HewsonNick MeekJune 22, 2009iiContents1 The way of the python Programming language .. is a program? .. is debugging? .. debugging .. and natural languages .. first program .. COMP150 lab .. OSX desktop .. dock .. Finder window .. home directory .. help .. Coursework files .. Terms requirements .. Laboratory exercises ..142 Variables, expressions and and types .. names and keywords .. expressions .. and operands .. modulus operator .. of operations .. on strings .. Glossary .. Laboratory exercises ..263 python built-ins (batteries included) calls .. conversion .. things .. types .. and lists .. exercises ..354 Functions: part expressions.
programming as a means to an end. As we go along, that end will become clearer. 1.1 The Python programming language The programming language you will be learning is Python. Python is an example of a high-level language; other high-level languages you might have heard of are C++, PHP, and Java.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}