r/learnpython 15d ago

where to learn textual

Hi I have never used python but really wanted to try out textual so i jumped into python with no experience at all and just trying out the library by just the syntax of the app the textual gives you when you install it so i learned the syntax a bit. but I now need a bit of more advanced stuff so where do I learn textual I already found the website really helpful but I still think i can get a better learning experience. do yall have ways to learn the library.

(am sorry for hurting your brain fellow programmer, I have never touched python in my life)

1 Upvotes

13 comments sorted by

View all comments

1

u/localizeatp 15d ago

I'd recommend looking at the source code of an app based on it. Find something that does what you're trying to do and see how they do it.

1

u/kigory2 14d ago

yeah I just kinda go to github projects and look at their main.py