E. J. Khatib

Telecommunications Engineer

Menu

Skip to content
  • Main
  • Engineering
  • Development
  • Blog
  • Contact
Sidebar

programming

Serving Simpsons quotes with Django

Standard

In the previous entry we saw a theoretical approach to Django. We now set to create a first simple Django “Hello World” app. This app will just return a random Simpsons quote when we access a certain URL. This will help to see how to set up and configure the Django environment.
Continue reading

  • Date March 6, 2016
  • Tags django, programming, python, simpsons
  • Comments 1 Comment

Introduction to Django

Standard

Python is not a novel language. Nevertheless, in the last couple of years, its popularity has risen together with the growth of data science. It is increasingly the language of choice for data scientists. So, what is the reason for this choice, given that there are languages and environments specifically designed for this purpose, such as R, Matlab or Octave?
Continue reading

  • Date February 28, 2016
  • Tags django, programming, python
  • Comments Leave a comment