|
View CCSS Workshops Fill out 2 minute evaluation form Request access to CCSS Cloud Computing Resources, Gain access to our statistical software for free. Approval from a Cornell faculty member is…
|
|
Meejeong Song, Senior lecturer and Coordinator of the Korean Language Program in Asian Studies, will present findings based on her experience of incorporating peer review to improve student writing…
|
|
Zoom Recording ID: 97325240794
UUID: ToJLGxW5R9+IbwusVofrjw==
Meeting Time: 2021-11-29T20:38:14Z
|
|
Zoom Recording ID: 94347618999
UUID: vWQG3ObBTcWaFwtVIF8PgQ==
Meeting Time: 2021-11-02T13:05:02Z
|
|
Zoom Recording ID: 95077345310
UUID: OhQT9SLNTPCiYYsIyS41Tw==
Meeting Time: 2021-10-06T16:48:41Z
|
|
Creating Reproducible Research at Cornell, Florio Arguillas, Wendy Kozlowski, Erika Mudrak, Lars Vilhuber | Wednesday, Jan. 27, 3:30 pm, Track 1Research reproducibility is the idea that the results…
|
|
Now that we can raise an error of any type, it is time to make our own error types. In this video we show that this is incredibly simple, and needs almost no code.
|
|
Up until now, the only way that we knew how to create an error is with an assert statement. But these always create errors with the type AssertionError. In this video we show how to create errors…
|
|
After the last video, try-except looks less like an if-else statement and more like an if-elif-else statement. As we see in this video, this has profound effects on how errors interact with the call…
|
|
In this video we revisit error messages in Python and show how to read the error type. This type is a class, which means that you can construct your own error objects.
|
|
In this video we introduce pseudocode, which is a step-by-step English description of what we want to do. The goal is provide an outline that we convert into Python later.
|
|
In this video we introduce the notion of an algorithm, which is an is a way of describing code (or any process) that is not limited to a specific programming language. You should always develop an…
|
|
Before you start testing, you must have a testing plan. In this video we explain what these are, and how they fit into the software development process.
|
|
Integers are not the only number type in Python. There is also the float type, which is the set of real numbers. Floats can do just about everything that integers So why then does Python need a…
|
|
Roger Howe (Stanford)
Neil Gershenfeld (MIT)
|
|
|