WHAT ... |
|
What if I have an exam conflict or special requirement? |
We will give instructions later. |
WHO ... |
|
Who is my lab instructor? |
See the
Times & Places page. |
WHY ... |
|
Why do we use Python? |
We talk about this on the first day of class. Python is a modern, object oriented
language that is much more accessible to beginners than traditional OO languages.
It is also becoming popular for scientific computation, making it relevant to
engineers who do not want to continue on with computer science.
|
Will I be prepared for CS 2110? |
CS 2110 is still taught in Java, not Python. However, you will learn enough about
the principles of object oriented programming in this class that you should be
pick up Java with just a little bit of work. We are currently redesigning CS 2110
so that the beginning of the course will help you with this transition.
|
What's this CS 1130/CS 1132 stuff? |
Historically, engineering students took one of CS 1110 (Java)/CS 1112 (MatLab)
and then had to take a self-paced 1-credit course in the other programming language.
This was because Java focused on Object Oriented programming, while MatLab
focused on scientific computation. With the move to Python (which supports
scientific computation) and the addition of new OO features to MatLab, this
is no longer necessary. CS 1130/CS 1132 are only important for students
who took CS 1110 or CS 1112 last year.
|
Why do we use ActiveState Python? |
While your computer may already have Python installed (particularly if you
use a Macintosh), it is important that everyone use the same version of
Python for this class. There are a bunch of versions of Python out there,
and not all of them are compatible.
|
Why do we use the command shell? |
As a scripting language, Python is really designed with a command shell in mind.
There are Integrated Development Environments (IDE) for Python that allow you
to work without the command shell; this is what we used when we taught this
course in Java. However, the Python IDEs are either (1) buggy, (2) too
complicated for this course, or (3) not free. Therefore, we elected to
go with the command shell.
|
Why should I retrieve and save my graded work? |
First, feedback on graded work is important for you;
it helps you determine what you know and what you need to work on
more. Second, you need to check for accuracy in grading and summing
of points in case you need to submit a regrade. Third, in case of
a lost grade (it happens from time to time), we will need proof that
you completed the assignment. Fourth, you should use previous work
to study for exams and to learn about mistakes to avoid in the future.
|
WHERE ... |
|
Where are the computer labs? |
Look at CIT's
Public Labs Schedule. |
Where are the sections or recitations? |
All sections/recitations are held in the ACCEL Lab. You get to it through the Engineering
Library in Carpenter Hall.
|
Where's your office? |
Look at the
staff page. |
Where are the handouts? |
Most lecture handouts can be obtained from the
lecture summary
page. For labs, assignments, and other things, look at
Labs,
Assignments,
and Exams.
|
Where is my graded homework/prelim? |
For assignments submitted online (on the course CMS), you will receive feedback
on the CMS itself. Hardcopy work will be returned in lab by your lab TA unless
otherwise announced.
|
Where do I request a regrade? |
For assignments submitted online on the course CMS, submit the regrade request on the
CMS. For everything else, write out a clear explanation of what you think the grading error is,
and submit both your explanation and the work itself to the instructor(s) or your lab TA.
|
Where can I find more practice problems? |
Refer to the exercises in your
textbook.
There are also some online coding-practice sites, such as
http://codingbat.com/.
|
MAY I ... |
|
May I change my partner? |
You may have different partners for different projects, but you may not have more than
one partner for any assignment. Please review
the Assignments page.
|
May I use PyDef or an actual Python IDE?
May I program in a different language? |
You may not use another language. If you want, you may use an actual
Python IDE such as PyDef,
Wing IDE, or even the commercial
Komodo IDE. However, if
you do this, you are completely on your own; we only provide support for
using a command shell. See our
Python page.
|
HOW ... |
|
How do I get added to the CS1110 CMS if I can't
access the it after the first week of classes? |
Email the course administrative assistant with your name, netid, and the fact that it is
CS1110 whose CMS class you need to be added to. The administrative assistant's contact info is
on the Staff page.
|
How should I submit my homework? |
Follow the submission guidelines on
the Assignments page.
|
How do I use Python? |
Look at our Python page.
|
How do I print in a public lab?
How do I use Net-Print? |
Review this page about Net-Print from CIT.
|
How do I start an assignment? |
Read the assignment a few times. Don't expect to absorb
it all at once. While reading the assignment, look for clues on what
you need to do. When you've figured out the larger tasks, break those
large problems into smaller and smaller tasks. Eventually, you can
program those smaller tasks!
|
How do I catch up? I'm lost. |
Seek help from the CS 1110
staff immediately.
We can help you figure out what you need to do.
|
How do I become a consultant? |
Take CS 2110, do well, and talk to Laurie Buck;
she is in the CS Undergrad Office, Upson 303.
|