Skip to main content

C'est la Z

Category: teaching

Preparing CS Teachers - the good, the bad, and what's next.

Looking back, what worked and what didn't? Overall, things went very well. We were extremely happy with the cohort's growth and performance and based on feedback received they were happy with the program so far. I'll also say that while they're not finished yet, I can honestly say that every one of them would be a boon to any school in the city in need of a CS teacher (but they're not available since they're all already teaching CS at their respective schools :-)).
# COMMENTS

Preparing CS Teachers - building a community

What so many non-teachers just don't get is culture and community can be so much more powerful than curriculum. The problem is, culture and community are harder to create, curate, and maintain and the results don't always show up on standardized tests. You can't force community or culture in a classroom but you can try your best to foster it. It's ultimately up to the class as a whole. It's like I tell groups who come to events I organize.
# COMMENTS

Preparing CS Teachers - tools for remote instruction

Our summer intensive was supposed to be in person but COVID-19 changed that in a hurry. We had to scramble to redesign and figure out how we were going to run things. We decided to go with the following: Zoom for live meetings Slack for chat Git and GitHub GitHub classroom for assignments GitHub repos for code distribution, class website and resource sharing. GitHub discussions for off hour and long form discussion While Zoom is a great platform it was lacking in a few areas so we also ended up using: Padlet as a collaborative writing space for groups Assorted whiteboarding tools.
# COMMENTS

Preparing CS Teachers - what to leave in, what to leave out

Teachers always make decisions in their courses - what to leave in, what to leave out. I've seen programming and data structure classes where everything is written from scratch and others where a few things are explained and the students just use built in types like the java LinkedList or Arrays.sort() method. Do too much from scratch and you'll never finish the curriculum. Do to little and the students won't really understand what's going on and walk a path towards being programmers or coders rather than computer scientists.
# COMMENTS

CS Teacher Certification - Topics in CS

Officially, the last course of the summer was "Modern Topics in Computer Science." The idea was that K12 CS teachers on the one hand need depth beyond the typical terminal high school course, hence data structures and also breadth so that they could create electives, mix teasers in to the regular courses, or help precocious students with independent or semi-independant explorations. If someone was teaching this in a typical fall or spring semester course, they'd probably have a list of topics and spend a couple of weeks on each.
# COMMENTS

Preparing CS Teachers - adding methods to our madness

Our summer intensive was, well, pretty intensive. We met all day every day for a month and knocked out four classes. Programming (CS1) Data Structures Topics Methods If you ever took or taught a summer session class, you know that time is tight and generally you cover a little less than in a fall or spring semester class. N credits in 5 weeks just isn't the same as those same N credits spread over 13.
# COMMENTS

Preparing teachers to teach CS

Now that the summer portion of Hunter College's Advanced Certificate in Teaching Computer Science is over I thought I'd do a postmortem. That is, a few posts about what we did and how it all went. First, though, an overview of the program. The Advanced Certificate program is geared towards teachers who are currently certified in another subject area who wish to earn an additional New York State teaching certificate in Computer Science.
# COMMENTS

Varying Remote Teaching

When we first went remote I jumped on Zoom. I already new the technology and it most simulated a live class. Basically, it was the best combination if quick, easy, and effective and we were under the gun to get something going and give our students some sense of normalcy and continuity. As we settled in though, it made sense to try some different things. One was the "lab packet.
# COMMENTS

It's okay, I Get It

I was reading Mary Clair Wright's new blog the other day. It's always great to see another teacher sharing publicly online. One line caught my eye in her latest post - <blockquote> Remote instruction is weird, I can’t see them. I have to trust that they will message me with questions. </blockquote> This is a real problem. It's hard enough in a regular class where we can pick up an all sorts of cues and use all sorts formal and informal assessments but when the students are on the other end of a teleconference or even more challenging an email or chat it's even harder.
# COMMENTS