top of page

Other Resources

The internet is the best place to be learning coding. Outside of this site, go on and explore further into the coding spaces of the web and keep learning to your heart's content!

Websites

W3 Schools

This site goes further in depth into the deeper machinations of python. You can even learn how to encode your own AI through this! This is a larger and more comprehensive guide used by many.

Python

The website offers a comprehensive tutorial section, which covers everything from the basics of Python syntax to more advanced topics like object-oriented programming. It provides a range of libraries and modules that can be used to extend the functionality of Python, making it a versatile language for a wide range of applications.

Trinket

Trinket is an excellent platform for coding on the web because it offers a user-friendly interface that is perfect for beginner coders. The platform is designed to make coding accessible to everyone, regardless of their level of experience. Trinket's arrangement of languages is also beginner-friendly, with support for popular languages like Python, HTML, and CSS.

Repl

Repl allows new coders to write and run code a browser without having to install any software their computer. This makes it easy for beginners to get started with coding without worrying about the setup process. Repl supports a wide range of programming languages, including C and Java. By using Repl to learn these harder languages, new coders can gain valuable experience and skills that will help them in their coding endeavors.

bottom of page