You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating basic web development using python in Sublime text 3 and DB SQL server database. Flask is a web micro frame work in python is used in this sample project. To run the program: 1.Open command prompt. 2. Set flask project file path . 3. enter python app.py. 4. Localhost:5000 is accessed. Open browser and type in url "localhost:5000". 5. op…