Python 3 Web Development Beginner’s Guide
Specifi cally, we will look at:
How to design a tasklist applicati on
How to implement a logon screen
What a session is and how this allows us to work with diff erent users at the same ti me
How to interact with the server and add or delete tasks
How to make entering dates att racti ve and simple with jQuery UI's datapicker widget
How to style butt on elements and provide toolti ps and inline labels to input elements
Designing an Application
should start with a clear idea of what is expected. Not only to determine what is technically required, but almost as important, to defi ne clear boundaries so that we don't lose ti me on things that are just nice to have. Nice to have features are something to be added if there is ti me left in the project.
0 comments:
Post a Comment