How to submit homework
-
Each week you will receive an email with a
link
to
Dropbox
where
you have to upload your files.
-
You do not have to submit every file at the same
time. You can submit files as you finish them, before the
deadline.
-
Make sure to use the file-naming convention
below!!
File naming convention for submitted homework files
Each file you submit should be named as follows:
InitialoffirstnameLastname.Exercisenumber.filedescription.fileextension
-
"Initialoffirstname"
is the initial of your first name,
uppercase.
-
"Lastname"
is your last name, with first letter
capitalized.
-
"Exercisenumber"
is the exercise number with "Ex" in
front. For example, exercise 7.13 would be "Ex7.23".
-
"filedescription"
is either "main" if it contains the
function
main
, or "aux" if it does not. If you have more
than one "aux" file, use "aux1", "aux2", etc.
-
"fileextension"
is "py".
For example:
- If I, Luis Fernandez, do exercise 2.18 (which should be done in
a single file with extension .py), I will name the file as:
NOTE: FILES NOT FOLLOWING THIS CONVENTION WILL BE IGNORED