Swagger is a Specification for visualizing Restful Web Services. It represents the RESTFUL API and can be integrated with almost any programming lanugage. With OpenAPI’s specification, User can understand and consume services without knowledge of server... (more…)
Read more »
One of the special things about software engineering as a profession is the possibility of ars-poetic work: part of our work is building tools that target our own work; perhaps a few surgeons around the globe can design and meld their own scalpel, but for... (more…)
Read more »
Learn how to download image files using Python modules like request, urllib and wget. (more…)
Read more »
How to scan local files for secrets like API keys and security certificates in python using the GitGuardian API. (more…)
Read more »
Python tutorials often teach you the syntax, in this series we are trying to learn python by building a book sharing app... (more…)
Read more »