swcarpentry / DEPRECATED-bc

DEPRECATED: This repository is now frozen - please see individual lesson repositories.
Other
299 stars 383 forks source link

Translate to matlab #603

Closed shwina closed 9 years ago

shwina commented 10 years ago

Translation of the Python lessons to Matlab.

rgaiacs commented 10 years ago

@ashwinsrnth Thanks for the nice work on this. Just some minors comments about style. Let me know if you need help with something.

shwina commented 10 years ago

Thank you, Raniere! I'll soon introduce some modifications to the section on slices, and get to work on translating the loops and conditionals lessons.

shwina commented 9 years ago

I've tried to explain slices with pictures. I hope this is still consistent with the rest of the lesson. Looking forward to comments!

shwina commented 9 years ago

I've added a very rough draft of the second lesson- I still need to put in the images and challenges. I've introduced some restructuring, and am hoping for some feedback. My proposition is to introduce MATLAB scripts and loops in the same lesson, as solutions to the problem of duplicating code. This delays the introduction of MATLAB functions, which I think of as the "next level" of code reuse. Please let me know what you think! Thanks!

rgaiacs commented 9 years ago

Thanks for your work on this. First, don't add more files to this PR since it is already big enough. Create a PR for the translation of lesson 4, another one for lesson 5 and so on.

Some requests related to this PR:

rgaiacs commented 9 years ago

@ashwinsrnth You are doing a very good job. Thanks for the hard work. When you address my comments please ping me.

rgaiacs commented 9 years ago

@ashwinsrnth This looks nice to me. Could you create a issue for the two tasks that I suggest at https://github.com/swcarpentry/bc/pull/603#issuecomment-53154819 since I will merge this PR?

shwina commented 9 years ago

Thanks so much, Raniere. There's still a lot of work to be done here, and I'll open new issues for that as you suggested.