-
Notifications
You must be signed in to change notification settings - Fork 58
Coding Standards
Bismita Guha edited this page Jul 17, 2020
·
1 revision
Python is the major language in the backend. So, the following are the coding practices and standards which are being used in the project.
- The documentation gives coding conventions for the Python code comprising the standard library in the main Python distribution.
- This style guide evolves over time as additional conventions are identified and past conventions are rendered obsolete by changes in the language itself.
Checkout the official documentation here.
- Newman is a powerful command-line collection runner for Postman. It allows you to run and test a Postman collection directly from the command-line. Newman maintains feature parity with Postman and allows you to run collections the same way they are executed inside the collection runner in Postman.
- You can write easy tests for requests, or the complete collection.
- Home
- AnitaB.org
- About AnitaB.org Open Source
- Getting Started
- How to Contribute
Documentation
- Project Requirements
- Setup and Install
- Development
- Database Design
- Initial Docs
- Main Concepts
- Future Ideas
GSoC Students