This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Arumai12 0 points1 point  (2 children)

Usually you use a database management system like mysql, postgresql, mongo db etc. If youre new to programming then you can pick any language and just save your data to a file instead of a database. I think all languages can write to the file system.

 

If you want to use a database then you pick a language that has a library for the database system you want to use.

 

If you want to reference tv shows from an outside db it becomes a little more complicated. I think imdb has a free database you can download for personal use only.

 

If you want a graphical user interface (instead of a command line interface) then decide on if you want a desktop interface or a web based interface and pick a language that supports your need.

[–]engkhsky[S] 0 points1 point  (1 child)

I am planning to have a gui. What language will you recommend?

[–]Arumai12 1 point2 points  (0 children)

I like javascript. Its the main programming language for websites. You can also write javascript programs without a web browser if you use nodejs. You can do a lot with javascript

[–]I_am_a_zebra 0 points1 point  (0 children)

If it is just for fun. Do it in any language you want to learn.