With r/python out for the next 48 hours, here’s a post to promote continuing discussion a language we all love. Python.

  • neomis@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    1 year ago

    Switched jobs recently. So I’m building templates before I get bogged down. I took the opportunity to switch to poetry and pyproject.toml instead of setup.py which I’m liking. I got my file loader ETL template complete. Right now I’m trying to get a fastapi webbackend template. I’m used to nodejs & express for this and I’m finding fastapi is pretty similar. I got oauth2 working with the companies LDAP but right now I’m struggling to find good documentation for jwt with refresh tokens.