![]() |
General advice web application - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html) +--- Thread: General advice web application (/thread-7638.html) |
General advice web application - Ramzi - Jan-18-2018 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 RE: General advice web application - nilamo - Jan-18-2018 Please don't hijack threads, your post is completely irrelevant to that thread. RE: General advice web application - thomasp - Jan-27-2018 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 RE: General advice web application - wavic - Jan-27-2018 (Jan-27-2018, 05:37 PM)thomasp Wrote: You'd have to use a framework such as flask or django for the backend. Do not forget SQL |