Skip to content

MachFour/info1110-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repo is meant for students of INFO1110, particularly those in my (Max's) lab classes. Python code that I upload here may be either code snippets I used in class, or partial answers to some lab questions.

For some weeks, I have written introductory explanations to the concepts of that week, to supplement the lab material.

Note: what I upload here is not official course material, and while mostly the code is correct, I cannot guarantee that it is. You should always run code yourself to make sure that it does what you think it does.

Helpful links:

General Python help

Python Documentation home: https://docs.python.org/3/index.html

Python's official 'Getting started' tutorial: https://docs.python.org/3/tutorial/index.html

Standard Library: https://docs.python.org/3/library/index.html#library-index

Help listing for specific functions:

Built-in functions (e.g. int(), input(), print(), open()): https://docs.python.org/3/library/functions.html

String functions (s.split(), s.strip(), s.lower()): https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str

List functions (l.append(), l.insert()): https://docs.python.org/3/library/stdtypes.html#sequence-types-list-tuple-range

About

Some example programs from INFO1110 tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages