-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Developing a "Python Crash Course for DESI High" #71
Comments
Good evening Emma, DESI is just about to officially start so we're all pulling our hair out right now, but something like this sounds great generally. We'll need to coordinate. We'll get something set up (note, I move back to the UK in June) and there's plenty to do. I recently heard Chabot has a programming & research club. Did you consider that? We'll also be reaching out to Girls Who Code if it's of interest to you. Have a great weekend. |
Wow, that's exciting news! Good luck with everything, and let me know if there's anything I can help with in the meantime. I'll follow up on this later (when it gets closer to summer break)! |
Hi Mike,
|
Great! I've put you in touch with the Chabot group. Yes, apologies for the inaccuracy. I mean create a PR in this case, which would be easiest. Enjoy your vacation! |
Hi Mike, I just want to let you know I played around with CodingBat last week and was able to set up a custom page for the crash course here: https://codingbat.com/home/[email protected]/desi-high-demo As of now, I've finished the first unit (which I've switched the order of to make more sense with CodingBat's style). The website will update as I add more problems, so feel free to check in each week or so. I've actually found a bunch of pre-made problems that I'll include as well, so everything's been pretty fun and easy so far. Hope things are going well! |
Hello @michaelJwilson ,
I was wondering if you'd like any help with DESI High this summer, as I recently came up with an idea to possibly develop a short "DESI High Python Crash Course" geared toward students with no prior coding experience at all. Its goal would be to quickly teach students Python in the context of DESI, so that they can focus more on the science and data analysis aspects of the notebooks rather than feel overwhelmed by unfamiliar code. Instead of a typical comprehensive Python course, however, this "mini-course" would focus on the specific Python libraries and functions involved in the DESI High notebooks.
At school, we use this website called "CodingBat" (created by a Stanford professor) that allows students to write and test code with the click of a button that runs specific test cases/inputs through it. If the code fails any test cases, then the student can compare their outputs with the expected outputs and access a "hint" button. Generally speaking, it's a pretty easy and interactive way to learn a programming language, as the exercises are usually short and users can create their own. I've created a little "demo" of an exercise here if you'd like to see it in action: https://codingbat.com/prob/p211268
I remember that as a beginner Python programmer, it took a bit of Googling to learn about all the functions used in the notebooks, and I think that this mini-course might be a fun and accessible way for more students to get involved with DESI High earlier on in their programming careers. I would be open to developing this on my own with your input as a sort of summer project, but as always I'm also happy to help in other ways. Either way, I'd love to hear what you think. Thanks, and I hope you're doing well!
The text was updated successfully, but these errors were encountered: