Python: Difference between revisions

From Wiki RB4
Line 7: Line 7:
  # ... till end of line
  # ... till end of line


===Operation===
==Frameworks==
====Comannd Line====
===Flask===
Flask is a micro web framework written in Python.
 
==Operation==
===Comannd Line===
  python
  python
  >>> <COMMAND>
  >>> <COMMAND>

Revision as of 19:54, 13 September 2021

Resources

Language

Comment

# ... till end of line

Frameworks

Flask

Flask is a micro web framework written in Python.

Operation

Comannd Line

python
>>> <COMMAND>

Installation