Publications
Websiweb
March 18, 2015, 7:14 a.m.
Websiweb .- It is a web product designed to meet the needs of retail companies, freelancers etc Websiweb developed entirely by using the latest technologies in building websites, giving special attention to positioning. Websiweb born from many large projects that have the expertise to create a very good application at an affordable price adapting to customer needs.
Development Python
March 19, 2015, 5:22 a.m.
Python is a multi-paradigm programming language. This means that rather than forcing programmers to adopt a particular style of programming, allows several styles: object-oriented programming, functional programming and imperative programming. Paradigms are supported by using extensions. Python uses dynamic typing and reference counting for memory management. An important feature of Python is dynamic name resolution; ie what links a method and variable names during program execution (also called dynamic binding of methods). Another design goal is ease of language extension. You can easily write new modules in C or C ++. Python can be included in applications that need a programmable interface. While programming in Python could be considered in some hostile situations to traditional functional programming Lisp, there are enough similarities between Python and Lisp languages minimalist family such as Scheme.
Django
March 2, 2015, 1:09 p.m.
Django is a web framework open source, written in Python, which respects the paradigm known as Model Template View. It was originally developed to manage several news-oriented World Company of Lawrence, Kansas pages, and was released to the public under a BSD license in July 2005; The framework was named in reference to gypsy jazz guitarist Django Reinhardt. In June 2008 it was announced that the newly formed Django Software Foundation Django would take over in the future. Django's primary goal is to facilitate the creation of complex web sites. Django emphasizes the re-use, connectivity and extensibility of components, rapid development and the principle Do not Repeat Yourself (DRY, English Do not Repeat Yourself). Python is used in all parts of the framework, even in settings, files, and data models.