عندي مشكلة عالقة في
pickle>>Python
لتخزين لائحة بيانات
,جننتي المشكلة لعدة أيام أتمنى المساعدة,
لاأعرف كيف أخزن معلومات عن طريق Python وكذلك قصة Server مع Python أحتاج مساعدتكم للضرورة القصوى
هنا المسألة :
They should be simple Web application development, with the management of a warehouse stock can be simulated.
The following functional requirements:
the warehouse-stock can be stored for different products.
For each product will be a separate area
The product-list must be maintained
the list of warehouse area must be maintained:
the clear assignment to a product.
The definition of warehouse capacity (in pieces) and a minimum quantity.
Products can be taken from the warehouse, while the warehouse capacity may not be exceeded.
There must be an overview for the entire warehouse can be (list the warehouse area / products with a current stock)
On the realization of the following requirements:
There will be (the client) static websites are used, that is, it must not be a client-side ******ing can be used.
It must be XHTML 1.0 strict to be used.
It must be used CSS, CSS - Style rules must be in separate files (one or more) are stored.
The storage of data in files.
As a starting point for the implementation of web use "post_server.py". Implement the various processing methods directly in the do_GET and do_POST - method. Pass form data with POST method. The storage of data into files you can use the Python - module "pickle" (or cpickle) make