brilliant tutorial! just superb! I understood in an instance. ty 4 that:
just a quick question:
Since you save the database in memory, I actually saved it into a file. It still work but the problem is when I run it again it says 'the table already exist' .. so what do I have to type in python so that I can create table if there is none, and if there is one, i can still work with it!?!?
@jbchichoko5 Thank you. I'm glad you liked it. You access and change the data in the database by querying it with a language called sql. I'm just starting to go over that in my web design and programming tutorial. Tell me if that answers all of your questions :)
Great Stuff! I'am total begeinner and you make it simple. This is a hobby for me right now honestly. But with your help, I can hopefully master programming. I can get a head start on gaming projects and have some knowledge before enrolling in to college. THANK YOU very much!!!!!!!!!!!
@waterwalker32 You definitely can learn the basics needed here to program. I'll later show you how to develop games with Objective C for the iPhone & iPad. Thanks for the nice comment
Very nice as always Derek. . .I think I need to look at your SQL Tutorial. . .BTW, have you done a Django Tut?? I didn't see one on your channel??
Colstonewall 1 month ago
Can you please make more tutorials for sqlite or sql and python programming.
JaroneMcCorkle 1 month ago
Nice tutorial. Can you please tell me what Python editor you are using? I usually use terminal. But the one you are using looks fabulous. Thanks
rahul25iit 1 month ago
@rahul25iit I use Eclipse. It's free and works on every operating system. Thank you
derekbanas 1 month ago
Does it have to be a multi-line string? can i just type:
def createtable(tablename): qureyCurs.execute('CREATE TABLE', tablename '(id INTERGER, name TEXT)')
please respond asap.
Nightengale305 11 months ago
@Nightengale305 no it doesn't have to be a multiline string. I'm sorry if I didn't explain that.
derekbanas 11 months ago
brilliant tutorial! just superb! I understood in an instance. ty 4 that:
just a quick question:
Since you save the database in memory, I actually saved it into a file. It still work but the problem is when I run it again it says 'the table already exist' .. so what do I have to type in python so that I can create table if there is none, and if there is one, i can still work with it!?!?
thank you!
jbchichoko5 1 year ago
@jbchichoko5 Thank you. I'm glad you liked it. You access and change the data in the database by querying it with a language called sql. I'm just starting to go over that in my web design and programming tutorial. Tell me if that answers all of your questions :)
derekbanas 1 year ago
is there any difference in 3.0 and 2.7 in terms of sqlite3?
mcgrady7761 1 year ago
@mcgrady7761 The SQLite framework works the same in both versions of Python.
derekbanas 1 year ago
Thanks Derek. It was extremely usefull.
illusiveTR 1 year ago
@illusiveTR You're welcome :)
derekbanas 1 year ago
Great Stuff! I'am total begeinner and you make it simple. This is a hobby for me right now honestly. But with your help, I can hopefully master programming. I can get a head start on gaming projects and have some knowledge before enrolling in to college. THANK YOU very much!!!!!!!!!!!
waterwalker32 1 year ago
@waterwalker32 You definitely can learn the basics needed here to program. I'll later show you how to develop games with Objective C for the iPhone & iPad. Thanks for the nice comment
derekbanas 1 year ago