# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 13
# self = https://watcher.sour.is/conv/p6t7nuq
Anyone know of any good resources to learn Python? I currently have a book that has some python in it, that I got with my RPi 400, so maybe something a little less "beginner"?
@screem reading the whole Python spec?
that's a lot of stuff (they continue adding things to it)
@screem my usual advice is to find what you want to build and go for it even if you're not sure about what to do, once you get stuck learn your way out or ask for help.
That's how I did myself too.
Even though Go is a nice language I think having a good grasp with python can help, especially on job offers (at least in web development). 😜
@screem I like the official Python documentation, it's really good. I didn't try the tutorial myself, but based on all the other documentation on docs.python.org I read, chances are it's worthwhile. The same goes for the howtos.