I want to develop a web application, can I use python, pycharm and page flamework
web application
Collapse
X
-
Tags: None
-
A web application, often referred to as a web app, is an interactive computer program built with web technologies (HTML, CSS, JS), which stores (Database, Files) and manipulates data (CRUD), and is used by a team or single user to perform tasks over the internet. CRUD is a popular acronym and is at the heart of web app development. It stands for Create, Read, Update, and Delete.Comment
-
Yes definitely, you can develop a web application using python, pycharm and page flamework or go with flask web framework and also PyCharm Professional adds direct support for popular web frameworks.Comment
Comment