I know nothing!

  • 1 Post
  • 50 Comments
Joined 2 years ago
cake
Cake day: June 26th, 2023

help-circle







  • Why are you wanting to use python for self hosting? Python is a programming and scripting language.

    There are two big things I would focus on. The first thing is networking, the OSI model and http basics. The other thing I would look into is Linux containers. If you can get both of these you are golden. Learn how to use and write docker compose files and then looking into building your own containers with Dockerfiles. You don’t really need to build your own containers but it is good for learning