Posts tagged ‘Alice’

African-American students preference for graphical or text-based programming languages depended on career goals

One of the results from Betsy DiSalvo’s dissertation on Glitch (see a post on that work) that I found most interesting was that there wasn’t a clear winner between graphical, drag-and-drop programming (Alice) and text-based programming (Python).  She has now written up that part of the dissertation work, and it’s linked below.

Cursor_and_Betsy-Alice-Python_pdf__page_3_of_4_

To determine appropriate computer science curricula, educators sought to better understand the different affordances of teaching with a visual programming language (Alice) or a text-based language (Jython). Although students often preferred one language, that language wasn’t necessarily the one from which they learned the most.

via IEEE Xplore Abstract – Graphical Qualities of Educational Technology: Using Drag-and-Drop and Text-Based Programs for Intro….

January 12, 2015 at 8:39 am 7 comments

SIGCSE2014 Preview: How informal CS education (unfortunately) is hidden from poor families

I’ve been excited to see this paper get published since Betsy first told me about the work.  The paper described below (by Betsy DiSalvo, Cecili Reid, and Parisa Khanipour Roshan) looks at the terms that families commonly use to find on-line resources to help their children learn about computer science.  They didn’t find Alice or Scratch or Blockly — none of the things that would be our first choices for CS education opportunities on-line.  Betsy and her students show how we accidentally hide our resources from the uneducated and under-privileged, by presuming that the searchers are well-educated and privileged.  They point out that this is one way that open education resources actually actually increase the socioeconomic gap, by not being easily discoverable by those without privilege.  I got to see a preview of this talk, and the results are surprising — a video of the preview talk will be available here. Friday March 7, 3:45-5, in Room Hanover DE.

They Can’t Find Us: The Search for Informal CS Education

In this study we found that search terms that would likely be used by parents to find out-of-school computer science (CS) learning opportunities for their children yielded remarkably unproductive results. This is important to the field of CS education because, to date, there is no empirical evidence that demonstrates how a lack of CS vocabulary is a barrier to accessing informal CS learning opportunities. This study focuses on the experience of parents who do not have the privilege of education and technical experience when searching for learning opportunities for their children. The findings presented will demonstrate that issues of access to CS education go beyond technical means, and include ability to conduct suitable searches and identify appropriate computational learning tools. Out-of-school learning is an important factor in who is motivated and prepared to study computer science in college. It is likely that without early access to informal CS learning, fewer students are motivated to explore CS in formal classrooms.

via SIGCSE2014 – OpenConf Peer Review & Conference Management System.

February 28, 2014 at 1:19 am 3 comments

CS Teacher Repositories: CS OER Portal, Ensemble, CSTA, CAS, and…

I just received this via email:

We would like to inform you that we have added recently many new resources to the Computer Science Open Educational Resources Portal (CS OER Portal)  (http://iiscs.wssu.edu/drupal/csoer ). For those of you who have not visited it, the Portal hosts a rich collection of links to open teaching/learning materials targeted specifically the area of Computer Science. It provides multiple ways for locating resources, including search with filtering the results by CS categories, material type, level, media format, etc., as well as browsing by institutional (OpenCourseWare) collections, by CS categories, or by topics as recommended by the ACM/IEEE Computer Science Curriculum. The browsing functionality is supplemented with recommendations for similar courses/resources.

My first thought was, “Is this competition for Ensemble, the big NSF-sponsored digital library of CS curricular materials?”

If we’re specifically thinking just about computing in schools (K-12 in the US), we should also consider the CSTA Source Web Repository and the Resources section of the Computing at Schools website (which is pretty big and growing almost daily).

Specifically for a particular tool or approach, there’s the Greenfoot Greenroom, ScratchEd for Scratch Teachers and other Educators, the Alice teacher’s site, the TeaParty site (for the Alice + MediaComp website), and of course, the Media Computation site.  I’m sure that there are many others — for particular books (like this one introducing Python with Objects), for particular curricular approaches (like Exploring Computer Science and CSUnplugged), and even for particular methods (I reference the Kinesthetic Learning Activities site in my TA preparation class).

It’s really great that there are so many repositories, so many resources to help CS teachers, and so many people developing and sharing resources.  I get concerned when I’m in a meeting where we’re talking about how to help CS teachers, and someone suggests (and it really happens in many of the meetings I attend), “If we only had a repository where teachers could find resources to help them…”  No, I really don’t think that more repositories is going to solve any problems at this point.

November 6, 2013 at 1:30 am 4 comments

Six Reasons Why Computer Science Education is Failing Students

Interesting arguments from the CEO of LiveCode.  These two points are particularly interesting.  The first is: What sits between Scratch, or Alice, or App Inventor, and professional-class languages like JavaScript or C++?  I would put Python in there, but I still see that the Scratch->Python gap is a big one.  The second paragraph is really striking, and I’d like to see more evidence.  Does Israel’s great CS ed system lead to the strong startup culture, or is it because Israelis value technology that they have both a great startup culture and a great CS Ed system?

Up to about age 13 there are some excellent tools in widespread use, most notable among them being the free and popular Scratch from MIT and MIT App Investor  However students outgrow Scratch by around age 13 and schools often don’t make a good choice of language for the next phase in a child’s education.  Many traditional programing languages such as JavaScript or C++ are completely inappropriate for this age group.  Students struggle to understand what they are learning and often spend their lessons searching for a missing symbol.  The current generation of students use smartphones and so selecting a tool that allows them to create their own apps is another great opportunity to make learning directly relevant to them.  Our own LiveCode platform provides a handy solution to these issues by allowing students to create their own mobile apps using a programming language that is close to English.

I firmly believe that a strengthening computer science education program has to be one of the most obvious and cost effective things we can do to ensure future economic prosperity.  Israel has the highest rate of startup per capita anywhere and that in part stems from its strong computer science education program.  Estonia, another country with both a strong tech sector and economy, recently announced a plan to expand teaching of computer science to all primary school children.  Do we want to be left in the dust by these countries, or left unable to compete with the growing economies of India and China?  What is it going to take to get computer science education moved up the agenda in the USA and here in the UK?

via Six Reasons Why Computer Science Education is Failing Students.

April 5, 2013 at 1:41 am 24 comments

Bret Victor’s “Inventing on Principle,” and the trade-off between usability and learning

I have had several people now send me a link to Bret Victor’s video on Inventing on Principle. It is a really impressive demo!

His system reminds me of Mike Eisenberg’s work on SchemePaint.  Mike wanted the artist to be able to interleave programming and direct manipulation.  In SchemePaint, you could draw something by hand, then store the result in a variable to manipulate in a loop.  Or you could write some code to tesselate some graphical object, then add tweaks by hand.  It was beautiful.  The work that Mike did on SchemePaint led to his wonderful work on HyperGami, a CAD system for origami, which was the start of his Craft Technology group. That’s the group from which Leah Buechley graduated — she did the LilyPad.

People are sending me Bret’s video asking, “Wouldn’t this be great for learners?”  I bet it could be, but we’d have to try it out. At one point in his lecture, Bret says, “Why should I have to simulate the computer in my head?”  Because that’s the point of understanding computer science.  Bret’s system looks like a powerful visualization system, and visualization can be used to lead to real understanding, but it isn’t easy to design the visualization and context such that learning occurs.

The problem is that visualization is about making information immediate and accessible, but learning is about changes in the mind — invisible associations and structures.  Sometimes good usability makes it easier to make these associations and structures.  Tools like Scratch and Alice increase usability in one direction (e.g., syntax) while still asking students to make an effort toward understanding (e.g., variables, loops, and conditionals).

My first PhD student was Noel Rappin, who explored the features of modeling environments that lead to learning.  He had a CHI paper about his work on helping chemical engineers learn through modeling.  Our colleagues in chemical engineering complained that their students couldn’t connect the equations to the physical details of the pumping systems that they were modeling. Noel built a system where students would lay out the physical representation of a pumping system, then “look underneath” to see the equations of the system, with the values filled in from the physical representation (e.g., height difference between tanks).

He ran a pilot study where students would lay out a system according to certain characteristics.  They would then manipulate the system to achieve some goal, like a given flow rate at a particular point in the system.  When Noel asked the pilot students if they gained any new insights about the equations, one student actually said, “What equations?”  They literally didn’t see the equations, just the particular value they were focusing on.  The system was highly usable for modeling, but not for learning.

Noel built a new system, where students could lay out a model, and values from the model were immediately available in an equation space.  To get the flow rate, the student would have to lay out the equations for themselves.  They would still solve the problem by manipulating the physical representation in order to get the right flow rate, and the system would still do all the calculations — but the students would have to figure out how to compute the flow rate.  The system became much harder to use.  But now, students actually did learn, and better than students in a comparison group.

Bret’s system is insightful and may have some terrific ideas for helping learning.  I’m not convinced that they’re new ideas yet, but an old idea in a new setting (e.g., JavaScript) can be powerful.  I worry that we get too entranced by improvements in usability.  In the end, learning is in the student, not in the system.

February 21, 2012 at 7:50 am 17 comments

Mark’s Trip Report on ICER 2011: Students’ experience of CS classes, and making compilers more friendly

Last week was the International Computing Education Research conference for 2011 at Rhode Island College in Providence, RI. (What a cool city! My first time, and I enjoyed getting lost on one of my runs!)  It was the first time in years that I actually stayed for the whole conference, since I left after the first day last year.  I enjoyed realizing again why I loved this conference so much. Several of the papers were wonderful, the discussions and hallway chit-chat were terrific, and it was great to see so many colleagues, as well as meet people whose papers I’ve been reading but hadn’t yet met.

I’m labeling this “Mark’s Trip Report” because I’m not going to attempt to be thorough or fair in what papers I mention.  I’ll tell you about what struck me.  I’ll do a separate post just on the keynote.

The first set of papers were ostensibly about how students choose computing, but I thought that there was a strong subtext about understanding the student experience of a computing classes.

  • Colleen Lewis talked about “Deciding to Major in Computer Science: A grounded theory of students’ self-assessment of ability,” but it was really much more about that “self-assessment” part than about the “deciding” part.  Colleen told us that a common theme in her interviews were the tension between growth vs. fixed mindset (drawing on Carol Dweck’s work). Many students decide early on that they’re bad at computing and they can’t get better, i.e., they don’t have the “Geek gene.” Those students won’t choose CS, of course, but for such a disappointing reason.
  • Mike Hewner presented his work, which spoke to where students get their information about CS and how a good class experience can color a student’s perception of a specialization area.
  • Päivi Kinnunen presented “CS Majors’ Self-Efficacy Perceptions in CS1: Results in light of social cognitive theory” which was about applying Bandura’s work (which explores how early failures at something lower students’ belief of their ability to do that something) to CS1.
    Päivi’s paper got me wondering what we’re telling CS majors when we have them use Alice or Scratch in CS1.  As we know from Mike’s work, CS majors know something about CS — they know something about the languages used in regular practice.  When we tell them to use Alice or Scratch, are we saying to them (in light of Bandura’s work), “You aren’t capable of using the real, authentic practice” and thus lower their self-efficacy?  And if we use a “real” language (even if harder) are we saying (in a Dweck growth mindset sense), “Yeah, this is hard, but you can do it.  You can learn to handle the real thing.”?

Päivi’s talk was a great set-up for Sally Fincher’s “Research Design: Necessary Bricolage,” which ended up winning the people’s choice (voted) best paper award (called the “Fool’s Award” at ICER).  Sally was asking how we go about gathering information about our students’ practices.  She said that we rely far too much on semi-structured interviews, and we should think about combining other methods and practices to gain more insight.  She showed examples of some of her research instruments, which were really wonderful (i.e., I plan to steal them as early as this semester!).  Here’s a neat combination of methods:  First, give students a graph of 24×7 in 30 minute increments, and ask them to mark when they work on the class.

That’s the “when.”  To get the “where,” Sally (and Josh Tenenberg and Anthony Robins) gave students cheap digital cameras, and asked them to take a picture of where they were working.

That upper left hand corner is a bus seat.  Would you have guessed that your students do CS homework on the bus?  Notice the mixture of affordances: In the bus, in the dorm room, in the lab with peers, at a table to work with friends.  Did you realize that students are working so much away from a rich computational infrastructure?  There’s no bottomline result here — rather, it’s about what data we should be gathering to figure out the things that we don’t realize yet that we need to know.

I enjoyed the papers by Cynthia Bailey-Lee, Beth Simon (for her paper on PeerWise with lead author Paul Denny — Beth’s name seemed to be on every-other paper this year!), and Matt Jadud because they were all replication studies.  Cynthia was taking a finding from Biology (on using peer instruction) and seeing if it worked in CS.  Beth and Matt were both taking earlier CS Ed papers, and see if they still worked in new settings.  It doesn’t matter what the bottomline finding was.  It’s so cool that our field is starting to go deep and check the work of earlier papers, to explore where it works and where it doesn’t, and to develop more general understanding.

Kathi Fisler presented a really interesting paper, “Do values grow on trees? Expression integrity in functional programming” that was particularly interesting for the variety of interpretations of the paper.  Kathi presented it as an exploration of whether function programming is “unnatural” for students.  I’m not sure how to ask that question.  What I found them exploring was, “How do novices and experts see the nested structure of s-expressions?  Do they see the trees?  Is that evident in their editing behavior, e.g., do they edit maintaining expression integrity, or do they ignore the parentheses when typing?”  Since so much computing involves the Web today, I’m wondering how comparable the results would be to people typing HTML (which is also a nested, tree-based notation).

I had a nice chat with Kathi’s co-author Guillaume Marceau who, with Kathi and Shriram, won the SIGCSE 2011 best paper award on designing error messages for students (which is an issue that has come up here recently).  I told Guillaume about Danny Caballero’s thesis, and he told me about why it’s so difficult to get error messages right for students.  The problem is that, by the time the parser has figured out what the problem is, all the context information to help the student has been thrown away.  An example is “identifier not found.”  For a student, a variable and a method/function name are completely different identifiers, completely different meanings.  It takes students a long time to generalize an identifier-value pairing such that the value could be an integer, an object, or a code block.  For most compilers, though, why you want the identifier is lost when the compiler can’t find an identifier’s meaning.  Racket contains compiler calls that help you construct the context, and thus provide good error messages.  He doesn’t hold out much hope for Java — it’s so hard just to compile Java, and refactoring it for good error messages to help students may be impossible.

Two other papers that I want to say brief words about:

  • Simon’s paper on “Explaining program code: giving students the answer helps — but only just” follows up on the Bracelet work where students were asked to read and explain the purpose of a piece of code.  The students failed miserably.  Simon wondered, “What if we gave them the answer?”  Rather than have the students fill-in-a-blank about what the code did, he gave them a multiple-choice question where the answers were the top five guesses from the first study.  Yes, there was improvement. But no, performance was still appalling.
  • Michael Lee presented on “Personifying programming tool feedback improves novice programmers’ learning,” which is a slightly wrong title.  What they did was to create a programming task (moving a little graphical character around on a board), but “personified” the parser.  A mistyped command might get the little character to say sheepishly, “I’m sorry, but I really don’t know how to do that. I wish I did.  I know how to do X. Is that what you would like me to do?”  I don’t think that the authors really measured learning, but what they did measure was how long students stuck with it — and a personified compiler is not nearly as scary, so students stick with it longer.  (See Bandura above.)
The papers will all show up on the ACM Digital Library soon.

August 15, 2011 at 9:39 am 4 comments

Finally, Programming Environments for Blind Students

At CE21, I got a chance to talk to Chris Hundhausen who told me about his SIGCSE 2011 paper on building programming environments for blind students.  Susan Gerhart has challenged our community of computing educators to think about how our pedagogical tools can be used with visually disabled students.  She’s completely right — we tend to use graphical notations (as in Alice, Scratch, and Squeak eToys) to improve students’ ability to get started with computing, but those are useless for a blind student.

Chris is actually working on several different ideas including audio debuggers and manipulatives (physical artifacts) for representing the programs.  Chris said that his colllaborator, Andreas Stefik (Chris’ former student) is excellent at empirical methods, so all his design ideas are carefully developed with lots of trials.  The paper includes results from a test of the whole suite of tools.

I hope that lots of people follow-up on Chris’s work and direction.  My bet that what they’re finding will enable multi-sensory programming environments that will help everyone.

 

February 4, 2011 at 2:07 pm 3 comments

New GaComputes Reports for CE21

Next week is the first NSF Computing Education for the 21st Century Community Meeting, in New Orleans, organized and hosted by NCWIT.  In preparing for that meeting, we gathered some of our evaluation work into handouts, and now we’ve uploaded them to our website.  Some of the new things that might be of interest to readers here (Warning: Most of these are technical reports, not peer-reviewed publications!  The technical reports summarize analyses — lots of data, little explanation):

January 27, 2011 at 9:45 am Leave a comment

Dancing and singing humans, even more than robots

I finished up the “Georgia Computes!” report on our first four years just before the holidays.  One of the evaluation studies we did was to look at the contexts that we use in our Girl Scout workshops and how those contexts influenced student attitude change.  We asked students before and after each event (for everything — summer camps, YWCA afterschool activities, as well as Girl Scout camps) whether they agreed or disagreed with seven statements:

1. Computers are fun
2. Programming is hard
3. Girls can do computing
4. Boys can do computing
5. Computer jobs are boring.
6. I am good at computing.
7. I like computing
8. I know more than my friends about computers.

In the one study, we looked at a set of workshops over a multi-year period with over 600 Girl Scouts involved.  We looked at where we got changes in attitudes, and computed the effect size. Here’s one of the tables of results:

This table shows the number of Girl Scout workshops that we had with each context, the number of large/medium/small effect sizes that we saw, and total number of effects. What we see here is that Pico Crickets and Scratch have the most effect: The most large effects, and the most overall effects.  We’ve done a lot of different things in our robotics workshops, from following mazes to singing-and-dancing robots.  Lego Mindstorm workshops (seven different ones, using a variety of activities) had only small effects on changes in attitudes.  This isn’t saying that Lego robotics can’t be an effective context for making more positive Girl Scouts’ attitudes about computing.  We are finding that it is harder than with these other contexts.  I hope that someone replicates this study with even larger n, showing an approach to using Lego Robotics with Girl Scouts that leads to many large effects on attitudes.  We just haven’t been able to find that yet.

Over the Christmas holiday, our extended family has been playing a bunch of great Wii games, including karaoke, “Just Dance,” and various Rock Band games.  Barb and I discovered this morning that we were thinking the same thing about these games: What a great context for learning programming! Barb was noting that “Just Dance” uses a small icon to represent (abstraction!) a particular dance move, which is then repeated several times (iteration!).  I was thinking about the great computing and media ideas required to build this kind of software: From digital signal processing to detect pitch, to the ubiquitous computing ideas involved in sensing the world (e.g., the accelerometers used to detect body motion in the dance games).  We could use an inquiry-based approach to teach computing through these (amazingly popular!) games, e.g., “How do you think Rock Band figures out if you’re singing the right pitch?” and “How accurate do you think the motion detection in ‘Just Dance’ is?”

This is how we should identify contexts to use in contextualized computing education.  What are the application areas that students find intriguing?  What computing ideas do we want to teach and can be taught with those areas?  Even though we may like robotics, if the student audiences that we’re seeking don’t, then it’s not a great context.  There are many great contexts out there, many that are even more popular and even more powerful than what we use today.  People like to sing and dance, even more than making robots sing and dance.  Learning to build software to support that sounds like a great context.

December 31, 2010 at 8:26 am 7 comments

CMU’s CS Education Day

CMU has quite a star-studded CS Education going on today — http://www.cs.cmu.edu/csed/.  Jan Cuny of NSF’s BPC and CE21 programs is the keynote speaker, and includes themes of Alice, Running on Empty, Computational Thinking (from Jeanette Wing), and the Pittsburgh Science of Learning Center.  Links to lots of good resources on the page.

December 8, 2010 at 10:49 am Leave a comment

Mailing list for Alice Educators

Don Slater of CMU just posted this to SIGCSE-Members:

A mailing list for Alice educators is now available. On the alice-teachers list, educators will be able to ask questions, post ideas and nifty assignments, and support other members of the Alice teaching community. The list will be moderated to make sure that only those posts that are of interest to the Alice educational community will be distributed.

The following link will take you to a web page with more information about the list. This list is by subscription only but at NO COST and with NO SPAM. Please complete the form at this ListServ website to request a subscription to the list.

https://lists.andrew.cmu.edu/mailman/listinfo/alice-teachers

October 11, 2010 at 11:08 am Leave a comment

Multi-lingual Pedagogical Programming Environment: Pyjama

Doug Blank at Bryn Mawr is looking for people to try out and help with his new editor/shell IDE, Pyjama (http://PyjamaProject.org). Pyjama is built on Microsoft’s Dynamic Language Runtime. Languages in Pyjama can share data, functions, and objects.

Pyjama currently comes with support for four languages: Python, Ruby, Scheme, and Dinah (“a new language prototype similar to the Alice interface”).  There are YouTube videos available about using the shell and the editor. The current tool is written in IronPython with Gtk# for the GUI.  It runs under Mono for Mac and Linux.

Doug is looking for folks to help out with Pyjama.  Explicitly, he wants this to be an educator’s tool, written for and by educators. Doug told me about his reasons for Pyjama in an email:

The larger goal of Pyjama is to make it so that educators can easily switch between programming languages, or switch contexts and topics. For example, if you would like to do Alice 3D programming, but you would rather do it in Python, then you could. Or if you would like to use an Alice interface to control robots, then you could. In addition, if you would like to create a new language (or language environment, like Processing or Scratch) then you could. Or if you would like to create a new module (say in Scientific Methods) then that module will instantly be available to all of the Pyjama languages.

We (teachers) need to be in control of everything in the academic environment… If Java isn’t the right language, let’s build our own. If IDLE and Python doesn’t work just right, let’s alter it to suit our needs, not just use what is available.

September 20, 2010 at 1:12 pm Leave a comment

Update on the AP CS Pilots

Lien Diaz of the College Board kindly gave me permission to share this information on the five pilot tests of the AP CS: Principles classes.

September 17, 2010 at 3:56 pm 2 comments

APCS Students can do Media Comp (and Alice) and Succeed

In the five workshops (which feels like a larger number than it sounds) that I ran this summer, I included some of the Exploring Wonderland book that Wanda Dann, Steve Cooper, and Barb Ericson wrote about learning AP CS through Alice and Media Computation.  Over half of the attendees from my workshops this summer were high school computer science teachers.  Overwhelmingly, the response that I got from those teachers was, “This is nice stuff.  Maybe I could use it in my earlier class (like Computing in the Modern World).  But I wouldn’t use it in AP.  That would take too much time away from the important stuff in AP.”

Of course, this infuriated Barb.  They designed the book to motivate students to dig into the AP content!  It just so happened that she got her chance to try out her design this last year. A local high school asked the College of Computing for last-minute help with their AP CS course.  A teacher who didn’t know AP (or CS, or even Java) was tasked with running the course, and he was smart enough to know that he needed help.  The school called the College, and the College asked Barb. Barb came in twice a week, wrote the lessons, and generally oversaw the content of the course.  Since she had just finished Wonderland, that was the easiest thing for her to teach.

She just sent me her scores.

7 get a 5 (4 males and 3 females)
4 get a 4 (3 males and 1 female)
2 get a 3 (1 male and 1 female) (a 3, 4, or 5 is passing)
-----------------------
4 get a 2 (3 males and 1 female)
and 13 get a 1 (9 males and 4 females)

While the gender scores were quite strong (e.g., more girls passed than failed), the under-represented minority minorities weren’t quite as strong.  All of her African-American students got 1’s.  However, one of her Hispanic students took one of those 5’s.

Those are really good scores.  Yes, most kids who took the test didn’t pass — the AP is hard, and that is the way it goes. What it shows is that students can succeed at the AP, even if you “waste” time with all that Alice, and Media, and motivation stuff.  This isn’t a study, much less publishable. It’s only the results from one course.  But it’s an existence proof.

July 18, 2010 at 4:54 pm 6 comments

CMU launches robot-based CS-STEM Program

CMU won the DARPA award to address the “geek shortage” that was discussed in Wired magazine a few months ago.  I had heard that they were going to use their RobotC language, but instead it sounds like they’re going to extend Alice. That’s promising!  Looking forward to see what they produce!

A new four-year, $7 million educational initiative by Carnegie Mellon University will leverage students’ innate interest in robots and other forms of “hard fun” to increase U.S. enrollments in computer science and steer more young people into scientific and technological careers.

The initiative, called Fostering Innovation through Robotics Exploration (FIRE), is sponsored by the Defense Advanced Research Projects Agency (DARPA) and designed to reverse a significant national decline in the number of college students majoring in computer science, science, technology, engineering and mathematics (CS-STEM).

via July 13: Carnegie Mellon Launches $7 Million Initiative Using Robots To Boost Science, Technology Majors – Carnegie Mellon University.

July 15, 2010 at 10:38 am 2 comments

Older Posts


Enter your email address to follow this blog and receive notifications of new posts by email.

Join 11.4K other subscribers

Feeds

Recent Posts

Blog Stats

  • 2,096,371 hits
May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

CS Teaching Tips