53:23
CodeGrade Webinar: Step by Step Python Autograding and using Friendly-Traceback (4 February 2022)
Learn everything about autograding Python assignments in CodeGrade. From step by step basic assignment and automatic tests ...
7:15
Python for Informatics: Using the Autograder
This video shows how to use the Autograder associated with the Python for Informatics web site www.pythonlearn.com.
46:08
CodeGrade Webinar: Python Autograding (29 January 2021)
CodeGrade Webinar on Python Autograding as part of our monthly focus groups. In this webinar, we discuss: - Python input and ...
11:31
Best Practices for Autograding in Python in Coding Rooms
From Coding Rooms Professional Development workshop 9/22/22.
29:36
10 - PD Day 2022 - Using Python Autograding to Enhance CS Teaching and Learning
Using an autograder is an easy way to teach more efficiently and encourage your students to develop independence in the ...
0:56
01 Hello World with Python - Python Tutorial for Beginners (Interactive and Auto-graded)
In this video you will learn how to do a Hello World using the "print" function in Python. This is the 01 video on a series of hundreds ...
4:38
007 Inputs in Python. Includes lab with autograding!
Learn Python with Dr. Wu! https://dr-wu-crew.herokuapp.com/inputs1 https://dr-wu-crew.herokuapp.com/inputsDebugging1 I teach ...
7:17
08 Python Conditionals - Python Tutorial for Beginners (Interactive and Auto-graded)
How to create conditionals in python (if, else) to conditionally execute or skip lines of your algorithm. ⏯ Download or start the ...
5:35
006 Variables in Python. Includes lab with autograding!
Learn Python with Dr. Wu! https://dr-wu-crew.herokuapp.com/variables1 https://dr-wu-crew.herokuapp.com/variablesDebugging1 ...
3:10
008 Comments in Python. Includes lab with autograding!
Learn Python with Dr. Wu! https://dr-wu-crew.herokuapp.com/comments1 I teach this course in my AP Computer Science ...
11:22
Create Auto-graded coding tasks (Python) for your students
Here's the grader.py code shown in the video: import unittest, main class TestStringMethods(unittest.TestCase): def test_add(self): ...
34:46
CodeGrade Webinar: Data Science (R, Python and Jupyter Notebooks) Autograding (4 June 2021)
CodeGrade Webinar on Data Science Autograding using CodeGrade AutoTest. As a result of our newest feature: AutoTest ...
2:20
10.01 How to create a function - Python Tutorial for Beginners (Interactive and Auto-graded)
Create your first function in Python. ⏯ Download or start the entire tutorial and exercises here: ...
22:30
Python Auto-grading [Demo Special] | Coding Rooms - Weekly Podcast (Ep. 10)
This is a special episode of our weekly podcast where we are featuring a demo walkthrough of Python auto-grading on Coding ...
2:13
015 fstrings in Python! Lab with autograder!
Learn Python with Dr. Wu! I teach this course in my AP Computer Science Principles class. Learn how to cast in Python!
12:45
How to Use GitHub Classroom Autograder (Python) - Arabic Tutorial
In this video, we will learn how to use the GitHub Classroom Autograder to write and execute automated tests in a GitHub ...
4:48
005 Concatenation in Python. Includes lab with autograding!
Learn Python with Dr. Wu! https://dr-wu-crew.herokuapp.com/concatenation1 ...
2:05
Automating Blackboard Grading using Python
Excel data is collected by the Python script via Panda. Script is coded to match the auto-generated format produced by Blackboard ...