Slashdot Mirror


User: Dave+Briccetti

Dave+Briccetti's activity in the archive.

Stories
0
Comments
6
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6

  1. Python with IDE on How To Teach a 12-Year-Old To Program? · · Score: 1

    Recent versions of NetBeans do very well with Python. Eclipse with Pycon isn’t bad. Not sure why you think Python is too big and complicated. Seems ideal to me.

  2. Charles Petzold’s “Code” on How To Teach a 12-Year-Old To Program? · · Score: 1

    To start at the beginning (flashlights and morse code, switches, relays, telegraphs, and, or circuits, ... modern computers, check out “Code,” by Charles Petzold.

  3. Hello World Python book coauthor did guest video on How To Teach a 12-Year-Old To Program? · · Score: 1

    Carter Sande, young coauthor of Hello World, did a guest video lesson on the Young Programmers Podcast: http://young-programmers.blogspot.com/2009/11/carter-sande-presents-pythoncard.html

  4. Scratch, Alice, Python, Young Programmers Podcast on How To Teach a 12-Year-Old To Program? · · Score: 1

    I recommend Scratch (MIT), Alice (Carnegie Mellon) and Python, for teaching kids. I have some video lessons here: http://young-programmers.blogspot.com/ on those three, plus Jython and Pygame, Scala and Lift.

  5. Re:Horrible Analogy on Clean Needles for Hackers · · Score: 1

    Hey, you're destroying my illusion that when I ssh to another of my computers I'm actually there.

  6. DHCP vs static with regard to security on Introducing DHCP on FreeBSD · · Score: 1

    What I'd like to have is the convenience of DHCP for quickly adding new machines to a network, but still have an easy way to identify the machine involved in a security or policy violation (a firewall log shows that a student went to a bad web site, for instance). Ideas?