DEV Community
•
2026-04-20 08:38
How to Validate Indian Pincode Using Python
How to Validate Indian Pincode Using Python (Region, Sub-Region and District Finder)
regions = {
1: "Delhi",
2: "Uttar Pradesh & Uttarakhand",
3: "Rajasthan & Gujarat",
4: "Maharashtra",
5: "Andhra Pradesh & Telangana",
6: "Tamil Nadu & Kerala",
7: "West Bengal & North East",
8: "Bihar & Jharkhand",
9: "Army Postal Service"
}
sub_regi...