Log in

View Full Version : Leaning how to Program


lynca
12-10-2012, 13:28
The DiscoBots (http://discobots.org) are trying a new concept for teaching students programming.

The students are going to enroll in a Coursera Interactive Python (https://www.coursera.org/course/interactivepython)course.
We will have mentors and students taking the course together and helping each other through the process.

Why learn Python as a 1st Language ? (http://mcsp.wartburg.edu/zelle/python/python-first.html)

Can you program Python on your FRC Robot? Yes see CD thread! (http://www.chiefdelphi.com/forums/showthread.php?p=1078781)

Even if you don't use Python in FRC, this will help your programming skills.

Please reply or discuss if your team is considering one of these new online course models.

Ether
12-10-2012, 13:36
Just an observation: From the description, this course seems to have a heavy emphasis on graphical user interface.

Many students, even those who have taken computer programming courses, struggle with FRC programming because they've never learned the concepts unique to embedded realtime control.

eagle33322
25-02-2013, 17:51
http://www.codecademy.com/tracks/python

Hey guys, I am not endorsing anyone here, but this is where I learned to program python. It is a fun and engaging way to learn programming. It has achievements for all those people out there that feel that they get nothing out of their education thus far.

http://www.codecademy.com/tracks/python

vScourge
14-01-2014, 15:09
I use Python every day on the job, and often get new hires started on the learning track. Here's two resources I often use:

http://inventwithpython.com/
This is great for students in the FRC age range. It teaches programming/Python concepts through creating games.

http://www.diveintopython.net/
Also very good, targeted at users with at least a little programming experience (any language, really).

- Adam