web application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • danieljustus
    New Member
    • Feb 2019
    • 1

    web application

    I want to develop a web application, can I use python, pycharm and page flamework
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    yes - you can use that for that purpose, i dont see a reason why not.

    Comment

    • tmudgal16
      New Member
      • Feb 2023
      • 10

      #3
      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

      • Nikhilesh10
        New Member
        • Feb 2023
        • 14

        #4
        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

        Working...