Replies: 3 comments 8 replies
-
The curriculum itself is truly editor/IDE-agnostic. We suggest VS Code as a lightweight, free, open source code editor that is being widely used in industry, but recognize it doesn't work for Chromebooks or managed school devices where local software can't be installed. There really shouldn't be a lot of tweaks required to use replit and I know several of my schools in Arizona plan to continue using it. I would point out that this curriculum is going into maintenance mode this year, so there won't be any new content created, but we do still plan to fix any issues (and I know there are still some that need to be corrected). Please submit issues in GitHub for anything that needs to be fixed or to make any adjustments you find necessary for using an online IDE, like replit. |
Beta Was this translation helpful? Give feedback.
-
The school I am at is using Chromebooks so I immediately got out my credit card and bought a replit license. The best alternative is pythoneverywhere. It doesn't have all the good stuff replit does. |
Beta Was this translation helpful? Give feedback.
-
Another big change at repl.it. It looks like the REPL for Python is oddly difficult to get into. It used to be if your program ran to the end you would get a REPL. Now you must make the last line a call to breakpoint(). You get a Python Debugger prompt of (Pdb) . That is essentially a REPL. |
Beta Was this translation helpful? Give feedback.
-
I realize that since Replit has moved from Classrooms to Teams for Education and a new pricing model; TEALS has adapted this curriculum to using VS Code with the Python extension for Visual Studio Code. I'm definitely working to adapt my lessons to VSCode, but I've also invested a lot to work into creating lessons and assignments on Replit. I also have a K12 Teams for Education license, so I'll continue to develop my curriculum there. I'm wondering if anyone else will still be using Replit this year and would like to collaborate on and/or share curriculum they have or will create on Replit?
Randy Macdonald
Beta Was this translation helpful? Give feedback.
All reactions