Effective PyCharm Transcripts
Chapter: Databases
Lecture: Your turn
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
You've seen me do all sorts of cool stuff with PyCharm in databases now,
0:03
it's your turn. So be sure to do the hands on exercises for this chapter
0:07
there over here under chapter five.
0:10
Basically what we're gonna do is we're going to open an existing SQLite database and
0:15
PyCharm. There's really two things that are meant to happen there one just to make
0:18
sure you can open a SQLite database and you know how to do that.
0:21
But to and maybe more important is to make sure that your system is set up
0:25
with the right drivers so that all the tools automatically can work with it from their
0:30
arm. Then you're going to write some queries against some existing data.
0:34
You're going to use the diagrams to view the tables and so on.
0:37
So basically you're going to play with one of those SQLite databases that we've already created
0:42
and get some hands on seeing how the database tools work for yourself. Allright have fun.