L4sBot@lemmy.worldMB to Technology@lemmy.worldEnglish · 1 year agoAn After-School Program Teaches Teens Java and Pythonspectrum.ieee.orgexternal-linkmessage-square40fedilinkarrow-up1191arrow-down16file-text
arrow-up1185arrow-down1external-linkAn After-School Program Teaches Teens Java and Pythonspectrum.ieee.orgL4sBot@lemmy.worldMB to Technology@lemmy.worldEnglish · 1 year agomessage-square40fedilinkfile-text
An After-School Program Teaches Teens Java and Python::The students also learn how to design board games and video games
minus-squarePipoca@lemmy.worldlinkfedilinkEnglisharrow-up1·11 months agoYou don’t really have to. You can just handwave public static void main, and only deal with primitives, then static functions, before introducing objects. That’s what they did at my high school. It’s weird, and there’s much better ways and languages to introduce procedural programming, but it’s possible.
You don’t really have to.
You can just handwave
public static void main
, and only deal with primitives, then static functions, before introducing objects.That’s what they did at my high school. It’s weird, and there’s much better ways and languages to introduce procedural programming, but it’s possible.