From the course: Python: Recursion

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Exceptions to GitHub Codespaces

Exceptions to GitHub Codespaces - Python Tutorial

From the course: Python: Recursion

Exceptions to GitHub Codespaces

- [Instructor] Almost all of the code for this course can be run in GitHub Codespaces. However, there are exceptions, and this is when we want to use Turtle Graphics. So there's just two chapters where this happens, there's chapter two, the Fundamentals of Recursion and chapter eight, Drawing Fractals Using Recursion in Python. For these chapters, if you want to run and edit the code yourself, there's two options available. One is to use a local installation of Python, and the other is to use an online implementation of Python where Turtle Graphics is available. Now, these are surprisingly few and far between, but I found a good one for you, which is at a website called replit.com. So if you go to replit.com and you create an account, then what you need to do is you need to create a Tkinter Replit. And that is because Python Turtle Graphics is actually built on top of Tkinter or TK Inter as some call it. So if you create a Tkinter Replit, or Repl then you can take your code from the…

Contents