The website uses Python's web framework as a platform. The Django framework is used. Implement a range of features such as login, registration, search, and visualization. For users, the push function can greatly improve the user's dependence on the website can also greatly enhance the commercial value of the system.<br>From the beginning of the framework selection, language selection, to the final needs analysis, the overall design, detailed design is done by myself. And, in terms of language, there has been a lot of progress, from being half-baked to now using Python to write programs. In addition, while mastering Python, you are deeply aware of Python's power. Python has an incredibly powerful library, and any features you need can be found in it, which is one of the reasons why Python is so popular as a scripting language. In addition, learning Python at the same time deeply feel its beauty, grammar is simple, easy to understand.<br>When choosing Django, I asked many students which framework was easier to get to the top, so I chose Django. Some teachers also recommended Pycharm to me, feel that this IDE is very convenient, all kinds of tips are also very human.<br>In the design of the database, because the site logic is not complex, so the use of a number of simple tables to store, learned the powerful function of Django for database operations. The various operations of the database are encapsulated with object-oriented thinking, which is user-friendly. In addition, the Django framework has a deep understanding of the MTV format, the first time to understand the power of the template. Writing a web page can also be so simple, through the template, to avoid a lot of operations on the page, only html can be achieved, very powerful.<br>In writing the front-end page, often feel it is difficult to type, contact two days bootstrap, found no longer headache, just call the corresponding class, you can achieve the perfect display of the page, very convenient.<br>In short, from this graduation design to obtain a lot of things, but also mastered a few skills, their ability to self-study and the ability to query information has been very high.
正在翻译中..