python-trainer
|
Size: 3794
Comment: Creation
|
Size: 4945
Comment: Spelling fixes :-)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 8: | Line 8: |
| * '''Launchpad entry''': Need to create... | * '''Launchpad entry''': https://blueprints.launchpad.net/ubuntu/+spec/pystart |
| Line 12: | Line 12: |
| This spec discuss the creation of "PyStart" an application to help programming teachers teach the basics of logic and python coding in the class room. In addition it will also be able to test students on basic python code in a unified way. | This spec discusses the creation of "PyStart", an application to help programming teachers teach the basics of logic and python coding in the class room. In addition it will also be able to test students on basic python code in a unified way. |
| Line 15: | Line 15: |
| Python is a beautiful and powerful language. What makes it very unique is that even with it's power, it is still easy to learn and a wonderful way for students of programming to delve into programming quickly. But it would be nice to have a program to test the students results and provide challenges that are fun and changing that will help the student learn the basics of progamming. | Python is a beautiful and powerful language. What makes it very unique is that even with its power, it is still easy to learn and a wonderful way for students of programming to delve into programming quickly. But it would be nice to have a program to test the students' results and provide challenges that are fun and changing that will help the student learn the basics of programming. Many people on Ubuntuforums have been recommended Python as their first language to learn programming. Sources... |
| Line 17: | Line 19: |
| http://ubuntuforums.org/showthread.php?t=398696 http://ubuntuforums.org/showthread.php?t=390503 http://ubuntuforums.org/showthread.php?t=382861 http://ubuntuforums.org/showthread.php?t=379402 http://ubuntuforums.org/showthread.php?t=366569 http://ubuntuforums.org/showthread.php?t=364022 All these people want something to take them into that first step. This program can help them practice and learn each step of the way. |
|
| Line 18: | Line 33: |
| * Mrs. Brower would like to teach her students about programming and working with strings. So she asks the students to start PyStart and begin lesson 4 "Variables: Strings" | * Mrs. Brower wants to teach her students about programming and working with strings. So she asks the students to start PyStart and start lesson 4 "Variables: Strings" |
| Line 20: | Line 35: |
| * Ashfaq is volunteering his time at a free programming basics workshop. His students want to practice there programming with a continually progressing and more challenging environment. Ashfaq recommend the students use PyStart to learn basics that are taught in the class. | * Ashfaq is volunteering his time at a free programming basics workshop. His students want to practice their programming with a continually progressing and more challenging environment. Ashfaq recommends to the students to use PyStart to learn basics that are taught in the class. |
| Line 22: | Line 37: |
| * Mr. Vuori wants the students to take a test that automaticly grades the students on how many programs they can complete in that time. He submits his "test.pyStart" file to the students and they then take the test and send the file back to Mr. Vuori. He then can grade and review the tests. | * Mr. Vuori wants the students to take a test that automatically grades the students on how many programs they can complete in that time. He submits his "test.pyStart" file to the students and they then take the test and send the file back to Mr. Vuori. He then can grade and review the tests. |
| Line 25: | Line 40: |
| '''String compairisons''' The output of the users program could be checked for the required code. This could be done in various ways of parsing and searching the resulting output. Additionaly uses may have to code the program to output the code to a string which is read from PyStart. '''Code analasys''' Code will be anylised if neaded to make sure that the code has what it needs to meet the programming requirements. For example: PyStart can make sure that the student used the new command p.open() and didn't use p.open inside of a quote to cheet. :P |
'''String comparisons''' The output of the user's program could be checked for correctness. This could be done in various ways of parsing and searching the resulting output. Additionally uses may have to code the program to output the code to a string which is read from PyStart. '''Code analyses''' Code will be analyzed if needed to make sure that the code has what it needs to meet the programming requirements. For example: PyStart can make sure that the student used the new command p.open() and didn't use p.open inside of a quote to cheet. :P |
| Line 29: | Line 47: |
| '''Coinciding Book with PyStart''' I will find a book that will work along with this program as a way for the teacher to work with the students better. This will provide not only a good teaching experience for the student, but from a programmer's perspective the quality of the program with it's Documentation will be much better. The book will probably be an open document that will be modified along with the program according the CC licensing. |
|
| Line 30: | Line 50: |
| Not is PyStart great for people to learn beginners python, but is built on python itself. I will use PyGtk with the obvious Python. | Not only is PyStart great for people to learn beginner's python, but is built on python itself. I will use PyGtk with the obvious Python. I threw together a quick glade file to show the basic design layout to be presented. A basic design screenshot can be found here... if my server is still running :S http://84.250.111.119/pyStart/ |
| Line 33: | Line 54: |
| There are programs that help teach programming, but this will be for students that need to learn the logic basics of python programming in a unified environment for teachers and students. For example teachers can easily create tests and quizes to quickly anilyze the students code and progress. | There are programs that help teach programming, but this will be for students that need to learn the logic basics of python programming in a unified environment for teachers and students. For example teachers can easily create tests and quizes to quickly analyze the student's code and progress. |
| Line 41: | Line 62: |
| == Unresolved issues == PyStart has neither been accepted or regected as a Google Summer of Code Project. |
Please check the status of this specification in Launchpad before editing it. If it is Approved, contact the Assignee or another knowledgeable person before making changes.
Launchpad entry: https://blueprints.launchpad.net/ubuntu/+spec/pystart
Packages affected: None
Summary
This spec discusses the creation of "PyStart", an application to help programming teachers teach the basics of logic and python coding in the class room. In addition it will also be able to test students on basic python code in a unified way.
Rationale
Python is a beautiful and powerful language. What makes it very unique is that even with its power, it is still easy to learn and a wonderful way for students of programming to delve into programming quickly. But it would be nice to have a program to test the students' results and provide challenges that are fun and changing that will help the student learn the basics of programming. Many people on Ubuntuforums have been recommended Python as their first language to learn programming. Sources...
http://ubuntuforums.org/showthread.php?t=398696
http://ubuntuforums.org/showthread.php?t=390503
http://ubuntuforums.org/showthread.php?t=382861
http://ubuntuforums.org/showthread.php?t=379402
http://ubuntuforums.org/showthread.php?t=366569
http://ubuntuforums.org/showthread.php?t=364022
All these people want something to take them into that first step. This program can help them practice and learn each step of the way.
Use cases
Mrs. Brower wants to teach her students about programming and working with strings. So she asks the students to start PyStart and start lesson 4 "Variables: Strings"
Ashfaq is volunteering his time at a free programming basics workshop. His students want to practice their programming with a continually progressing and more challenging environment. Ashfaq recommends to the students to use PyStart to learn basics that are taught in the class.
- Mr. Vuori wants the students to take a test that automatically grades the students on how many programs they can complete in that time. He submits his "test.pyStart" file to the students and they then take the test and send the file back to Mr. Vuori. He then can grade and review the tests.
Scope
String comparisons The output of the user's program could be checked for correctness. This could be done in various ways of parsing and searching the resulting output. Additionally uses may have to code the program to output the code to a string which is read from PyStart.
Code analyses Code will be analyzed if needed to make sure that the code has what it needs to meet the programming requirements. For example: PyStart can make sure that the student used the new command p.open() and didn't use p.open inside of a quote to cheet. :P
Importing more examples PyStart will have the ability to let people submit more questions and challenges to be used. This list could also be added to a collected list of tests, chapters and assignments that could be downloaded or simply included with each release.
Coinciding Book with PyStart I will find a book that will work along with this program as a way for the teacher to work with the students better. This will provide not only a good teaching experience for the student, but from a programmer's perspective the quality of the program with it's Documentation will be much better. The book will probably be an open document that will be modified along with the program according the CC licensing.
Design
Not only is PyStart great for people to learn beginner's python, but is built on python itself. I will use PyGtk with the obvious Python. I threw together a quick glade file to show the basic design layout to be presented. A basic design screenshot can be found here... if my server is still running :S http://84.250.111.119/pyStart/
Implementation
There are programs that help teach programming, but this will be for students that need to learn the logic basics of python programming in a unified environment for teachers and students. For example teachers can easily create tests and quizes to quickly analyze the student's code and progress.
Code
Code will be entirely Python Programming. Created using the Python Plugin for Eclipse. Python python python!
Data preservation and migration
Data will be stored in the CVS of Bazaar. Code will also be backed-up (Backuped?) on a main server run by Jason Brower and will always have a personal copy of the software on his Programming Laptop.
BoF agenda and discussion
GoogleSoC2007/python-trainer (last edited 2008-08-06 16:17:59 by localhost)