Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 471 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 471 Bytes

Python_practice

This folder keeps some python practice codes of myself.


files contained:

postcodes.py

It is a chunk of python code calls a web API about postcode (without authentication key). It is written only to practise python coding. To run this code, it will first let you input a postcode and verify whether it is a real one. Then it will return some information about that postcode, such as country, region and some postcodes around it.