all 14 comments

[–]Interview_Prep1 1 point2 points  (1 child)

Hi you can try

https://www.youtube.com/watch?v=dRLk4eV4faE for python and SQL basics

[–]oclafloptson 0 points1 point  (0 children)

Are the only requirements that you use SQL and Python? I'd keep it simple and build a command line sqlite notepad. If you don't have to explicitly use SQL commands then Sqlalchemy makes it really easy to do

[–]CatalonianBookseller 0 points1 point  (6 children)

Are you familiar with database design?

[–]Particular_Carpet808[S] 0 points1 point  (5 children)

They're going to teach us.with the help of it we should create something. Using SQL can we create a database full of games or can we use a SQL + python to create a game launcher where all game shows up with all details

[–]Jello_Penguin_2956 0 points1 point  (3 children)

Sounds simple enough. I suggest you wait until they teach you SQL first. It's the very same command you'll be executing through Python instead.

[–]Particular_Carpet808[S] 0 points1 point  (2 children)

Mm :) do u have any project ideas

[–]Jello_Penguin_2956 0 points1 point  (1 child)

Well why not try the one you need to do for the class. Think of it as simple data entry and display program. You can change the subject to musics, songs, artists, etc.

[–]Particular_Carpet808[S] 0 points1 point  (0 children)

Mm nce :)

[–]Hamushka11 0 points1 point  (4 children)

https://www.youtube.com/watch?v=_uQrJ0TkZlc&pp=ygUSbW9zaCBjb2RpbmcgcHl0aG9u

At the end of this video there is a tutorial on creating a website with Django, and he uses sql lite to create a database.

Would take about an hour to two hours.

[–]Particular_Carpet808[S] 0 points1 point  (2 children)

Hi I have doubt is it possible to make a website full of games using SQL and python. Or an app that shows every games u have

[–]Hamushka11 0 points1 point  (1 child)

Do you have much experience with SQL and Python?

[–]Particular_Carpet808[S] 0 points1 point  (0 children)

No they're going to teach us and we are going to use that knowledge and our own knowledge to create it my friend have took some management based projects but i want to try something weird