Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 373 Bytes

File metadata and controls

9 lines (7 loc) · 373 Bytes

Python Samples

This repository contains sample code written in Python that I am using to learn Python.

Index

Path Description
web-app-flask-translate This AI web app use flask and Azure Cognitive Services.
if-else-statements if ... elif ... else statements to add decision logic to your Python code.