Friday, January 24, 2020

Ubuntu Useful Commands


>> Flask


  • socket.error: [Errno 98] Address already in use
  • To find process id : ps -fA|grep python

Wednesday, January 8, 2020

Flask Basics

- Flask is a framework

- Programming Language: python

- Developed: Armin Ronacher

- Required Knowledge: HTML and Python