Apple Supports 'Hour of Code' Campaign for Students with Free Workshops in U.S. Retail Stores - MacRumors
Skip to Content

Apple Supports 'Hour of Code' Campaign for Students with Free Workshops in U.S. Retail Stores

hour_of_code_iconApple today announced that it will be participating in the "Hour of Code" initiative this Wednesday by offering free workshops in its U.S. stores introducing students to computer programming. Apple is setting aside the 5:00-6:00 PM hour at all of its retail stores for its workshops, and reservations are required.

The broader initiative is sponsored by the non-profit Code.org with the backing of a wide variety of political, corporate, and personal supporters. The goal of the campaign is to introduce 10 million students to computer programming, with the ultimate goal of every student learning a basic level of programming.

Learn about the campaign to get students involved in a one-hour introduction to computer science, designed to demystify code and show that anyone can learn the basics of programming. Visit code.org or attend a special Hour of Code workshop at any U.S. Apple Retail Store on December 11, 5 p.m.

Steve Jobs makes a brief appearance at the 1:47 mark of the promotional video for the event, by way of a 1995 clip from "Steve Jobs: The Lost Interview".

Popular Stories

iOS 26

iOS 26.4 Adds Two New Features to CarPlay

Tuesday March 24, 2026 1:55 pm PDT by
iOS 26.4 was released today, and it includes a couple of new features for CarPlay: an Ambient Music widget and support for voice-based chatbot apps. To update your iPhone 11 or newer to iOS 26.4, open the Settings app and tap on General → Software Update. CarPlay will automatically offer the new features so long as the iPhone connected to your vehicle is running iOS 26.4 or later....
Apple Business hero

Apple Unveils 'Apple Business' All-in-One Platform

Tuesday March 24, 2026 8:53 am PDT by
Apple today announced Apple Business, a new all-in-one platform that unifies device management, productivity tools, and customer outreach features. The service is designed to be a consolidated replacement for several of Apple's existing business-focused offerings, including Apple Business Essentials, Apple Business Manager, and Apple Business Connect. It provides organizations with a single...
AirPods Pro Firmware Feature

Apple Releases New Firmware for AirPods Pro 3, AirPods Pro 2 and AirPods 4

Tuesday March 24, 2026 12:31 pm PDT by
Apple today released new firmware for the AirPods Pro 2, AirPods Pro 3, and the AirPods 4. The firmware has a version number of 8B39, up from 8B34 on the AirPods Pro 3, 8B28 on the AirPods Pro 2, and 8B21 on the AirPods 4. There is no word on what's included in the firmware, but Apple has a support document with limited notes. Most updates are limited to bug fixes and performance...

Top Rated Comments

tigres Avatar
160 months ago
One hour?

That should cover the time it takes to install and configure Xcode.
Score: 9 Votes (Like | Disagree)
160 months ago
Pretty cool initiative. Just please teach them about memory management lol. :)
Score: 8 Votes (Like | Disagree)
160 months ago
Care to explain why? We'd love to hear the reasoning.

Absolutely horrible syntax and all but useless outside Apple's environment.
There's a reason CS programs don't use it to teach students, high school kids would hate it even more.

Java and C++ are far better to teach OO principles. And far more useful in the real world.

That's not even diving into the technical aspects of the language, which is beyond the scope of this thread.
Score: 5 Votes (Like | Disagree)
160 months ago
Objective-C is a **** language to begin with and even moreso for an introductory class on programming.
Score: 5 Votes (Like | Disagree)
160 months ago
Absolutely horrible syntax and all but useless outside Apple's environment.
There's a reason CS programs don't use it to teach students, high school kids would hate it even more.

Java and C++ are far better to teach OO principles. And far more useful in the real world.

That's not even diving into the technical aspects of the language, which is beyond the scope of this thread.

Java is marginally easier to understand than Obj-C but only on a very superficial level. Anyone who has worked with enterprise Java knows just how hideous it can easily become. C++ may at first appear to be easy to understand but beginners will quickly come unstuck.

Obj-C has been improved a lot in recent years not just through the vast libraries and frameworks provided by Apple but also in terms of language features themselves. It is a hugely powerful language and one that opens doors to the world of iOS and Mac OS X programming. There are definitely worse choices these days for someone beginning to program.

I've been programming for 30+ years and have used many many languages. I currently use Ruby for most things but also work regularly with Java, Javascript and Objective-C. They all have their strengths, weaknesses and quirks. I was taught at school and university largely using Pascal but have never used that commercially so maybe that wasn't the "best" choice at the time. Then again, I don't think that matters as any programmer worth their salt can easily take onboard a new syntax as long as they understand the fundamentals and have an open mind.

C.
Score: 4 Votes (Like | Disagree)
160 months ago
-- removed by user --
Score: 4 Votes (Like | Disagree)