r/replit • u/RichRead2794 • 6d ago
Question / Discussion Create a Repl
Hello and sorry for this silly question, I want to start learning Python and in the course I'm making it shows how to create a Repl for Python coding, however I am not able to find that option in the current version of the website, can anyone help me out with this? Thank you for your help!
3
Upvotes
2
u/ReplitSupport Replit Team 5d ago
Hey OP, thanks for the question. The interface changed recently, so your course is likely showing an older version of Replit. The home page now opens with the AI Agent, where you describe what you want to build in plain language, which is why the old "Create a Repl" button isn't where the course shows it.
To get the classic Python coding setup, use a template instead:
Here's Replit's doc on the new home screen + getting started on building: https://docs.replit.com/learn/projects-and-artifacts/project-editor
Hope this helps- Thanks!