PyZombis
PyZombis copied to clipboard
Programación Python para Zombis MOOC (código y materiales del curso abierto y masivo en linea)
## Summary Transalted some functions and strings names ## Checklist - [ ] Variables, functions and comments are translated to English - [ ] Functions follow underscore notation - [...
## Summary Added Unit Tests for Counters Lesson in Repetitions Chapter (TWP15_3) in both English & Spanish Version. Tries to fix Issue #245. ## Checklist - [x] Variables, functions and...
## Summary I have integrated a basic PyScript IDE component, which can be seamlessly incorporated into any chapter. Currently, this component supports Pandas and Numpy libraries, allowing users to write...
## Summary - This is a proof of concept for an interactive interpreter made using PyScript. - The interpreter supports modules outside the standard python library which is not possible...
## Summary - A basic proof of concept implementation of the MatPlotLib to display graphs. - This makes sure that the Interpreter in my POC #355 is not restricted to...
## Summary Added a sample Pandas exercise as a proof of concept. It use PyScript to run the cod in the browser, provided the user with a interactive python shell...
## Summary Added a sample numpy exercise, using the pyscript component also added interactive components for the learner created using pyscript. ## Checklist - [x] Variables, functions and comments are...
Initial chapters about numbers, strings, conditions and loops don't have proper exercises with automatic grading (just a placeholder with an "Einstein" picture) Fixing #245 could allow to write simple exercises...
## Summary "user not logged in", is being dispalyed at the footer of all the pages, we dont have an auth feature currently, so it is useless. I hid the...
"User not logged in" is showing in the footer of all the pages, which is irrelevant as we dont have an auth feature currently. So, hide it to improve the...