The Airbnb clone project for which we are creating a copy of the Airbnb. Only some features will be implemented and will be listed below once completed.
The Command Interpreter is used to manage the whole application's functionality from the command line, such as:
- Crete a new object.
- Retrieve an object from a file, database, etc.
- Execute operation on objects(Count, compute statistics, etc...)
- Update object's attributes.
- Destroy an object.
Read or watch:
- cmd module
- cmd module in depth
- packages concept page
- uuid module
- datetime
- unittest module
- args/kwargs
- Python test cheatsheet
- cmd module wiki page
- python unittest
...
This project is not licensed.
To our family, for whom all the effort is worth it.
To the coding global community, for its efforts to keep knowledge available.