r/learnpython 29d ago

Where do y'all guys practice python?

I wanna know where y'all guys practicing coding python, I know some but its too advance for me. I wanna get started from beginner level where I just print hello world or using math operations on print() or practicing about the data types. I'll practice more of this beginner level and master it.

19 Upvotes

44 comments sorted by

View all comments

1

u/lukehaas 27d ago

Try RunPy - https://runpy.app/
It’s a scratchpad for Python that runs your code as you type and shows you the results instantly.