u/klatar - 4 Archived Voat Posts in v/programming
u/klatar
  • home
  • search

u/klatar

0 posts · 4 comments · 4 total

Active in: v/programming (4)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: [Data Visualization] Programming Languages used vs. the companies establishment year

It's the "year the company was founded", not "the year they started using this tech".

1 14 Jun 2016 21:46 u/klatar in v/programming
Comment on: What do you automate in your life with your programming skills?

Given the size of scope of the project Microsoft Access could work for him.

However, since it appeared he had an interest in learning something more advanced (and my personal vendetta against bad Access applications), I avoided mentioning it.

0 16 Dec 2015 23:56 u/klatar in v/programming
Comment on: What do you automate in your life with your programming skills?

Python can manage such a database by itself, and it is possible to build one using only Python. The key point to remember is that Python itself does now know what a database is, or how to manage one, and you have to program that functionality into whatever you are doing.

MySQL and other software like it are actual database managers, specifically designed around that task. The reason for my suggestion of a scripting language and a framework allow you to build a nicer interface to interact with the database. It is usually quicker to fill in a form and hit submit, than it is to write a SQL (Structured Query Language) statement by hand.

1 08 Dec 2015 16:02 u/klatar in v/programming
Comment on: What do you automate in your life with your programming skills?

That sounds like you need to learn how to use a database as most of that functionality you are using are simple queries. So pick up MySQL, SQLite, or PostrgreSQL, and start learning.

Another thing you probably want is a management interface. In cthat case I would suggest learning HTML, and any server side sripting language that you like (Ruby, Python, PHP, etc...). Then learn a framework for the language you chose to go with. Ruby on Rails, Django, and CakePHP are ones you could start with, but there are alternatives to everything.

1 08 Dec 2015 14:51 u/klatar in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.