Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Using Databases in Python!
You have completed Using Databases in Python!
Preview
Our app has great functionality but some of the UI could be nicer. Let's refine the interfaces a bit and make it nicer to use.
New terms
-
os- Python module that lets us integrate with the underlying OS -
os.name- attribute that holds a name for the style of OS -
os.system()- method to allow Python code to call OS-level programs
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
I'd rather not just keep scrolling the
screen, let's see what we can do.
0:00
Let's start by giving ourselves a little
bit of room after we print out an entry.
0:03
Having the menu right up against the
content makes the content a little
0:08
hard to read.
0:11
So, let's go back to view entry again,
view entries.
0:13
This has been a very popular function for
us to modify.
0:18
So right here after we print out the
content, let's print out two new lines.
0:23
And let's also again print out the equal
signs for the length of the time stamp.
0:29
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up