Summary
Zenva Schools provides easy access to blank Trinket and JSBin code snippets, which can be used as in-browser code editors for HTML, CSS, JavaScript, and Python-based projects. Through this, we aim to address challenges related to software installations. This feature empowers educators to seamlessly integrate coding activities into their teaching and provide students a place to practice coding in a controlled and accessible environment.
Limitations
Please note the following limitations with these tools.
Language Support
Our coding tools support HTML, CSS, JavaScript, Python, Python Turtle, and Pygame. Please be aware that these tools are tailored to these specific languages and libraries due to inherent limitations with in-browser solutions. At this time, they cannot be utilized with other programming languages or libraries.
Non-Saveable Environment
Code snippets offered with these in-browser solutions do not facilitate the saving of work. However, students have the option to copy and paste their code into a local code environment in order to save it for later reference.
To access these tools, both teachers and students can go to Courses > Student Tools from the main navigation bar. From there, you will see a dropdown list of the available tool options.
Domain Whitelisting for Seamless Functionality
To ensure the smooth functionality of these coding tools, teachers may need to whitelist specific domains related to them. For more detailed instructions on what domains need to be whitelisted, please refer to the following article:
What domains does my school need to allow?
Related Articles
How to Install Visual Studio Code
In this article, we'll showcase how to install Visual Studio Code (VSC), an ultra popular code editor that can be used for a wide variety of coding languages (including Python, web development languages, C#, C++, and more). Installing VSC 1. Navigate ...
How to Install Python
If you intend to use our Python courses with a code editor like Python's built-in IDLE editor, Visual Studio Code, Anaconda, Spyder, or something else, you will need to first install the Python runtime to your local computer. This short article will ...
Platform and Software Requirements
Platform Requirements To access Zenva Schools' courses, a user needs a modern web browser and an internet connection that is fast enough to stream online videos. You can access courses on desktops, laptops, and mobile devices. Internet connection ...
About Live Coding Lessons
Live coding lessons are interactive lessons that help students practice new coding skills right in their browsers. With live coding lessons, students can write code, test their work, and see the results immediately. Please note, however, that code ...
How to Install Phaser 3 to Your Project
In this article, we'll cover how to download and install Phaser 3 to your HTML5 projects. Downloading Phaser 3 1. Create a new folder to house your project. Then, inside that folder, create a folder titled "js" and an index.html file. You can also ...