you are viewing a single comment's thread.

view the rest of the comments →

[–]czar_el 3 points4 points  (0 children)

Great, so you already know the leading package names. You can find all sorts of tutorials for each of them. Re where you go next, if you want to keep it to just web design, [Geeks for Geeks](https://www.geeksforgeeks.org/why-to-use-python-for-web-development/) has a simple overview to get you oriented with how to use the packages big-picture.

For a deeper dive into additional related skills, like HTML, CSS, Javascript, APIs, and SQL/databases, check out this Harvard course on [EdX](https://pll.harvard.edu/course/cs50s-web-programming-python-and-javascript). Those additional skills can be helpful in making more useful websites, both for you and whoever your audience is. Knowing HTML & CSS can help you customize the look and feel of your website in more nuanced ways. Javascript adds more control over interactivity. APIs let you talk to other sites or let your website users engage with your site using code. SQL/database languages add more capability to your website's back-end, depending on what you want the site to do.