Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 443 Bytes

python.md

File metadata and controls

12 lines (11 loc) · 443 Bytes

How-To Python

Bash interactive command

$ py -i
Python 3.9.5 (tags/v3.9.5:0a7dcbd, May  3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()

Resources

  • RealPython courses [RealPython]
  • Python REST APIs With Flask, Connexion, and SQLAlchemy [RealPython]