Python Forum

Full Version: General advice web application
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Helo, I'm considered an intermediate in python and I would like to ask on how to build a website like Reddit which is made of python ? Are there any courses on how to do that ?

Secondly , If I work as a freelance python web developer, what kind of tools would in need before I can start doing web development ?

Sorry if my questions seemed too easy
Please don't hijack threads, your post is completely irrelevant to that thread.
You'd have to use a framework such as flask or django for the backend.
You also have to know about frontend dev: html,css and especially javascript using js frameworks ( react, jquery, angular ... )

You don't need any special tools for web dev other than a decent editor
(Jan-27-2018, 05:37 PM)thomasp Wrote: [ -> ]You'd have to use a framework such as flask or django for the backend.
You also have to know about frontend dev: html,css and especially javascript using js frameworks ( react, jquery, angular ... )

You don't need any special tools for web dev other than a decent editor

Do not forget SQL