Python, as a programming language, has been trending in recent years (source). From our point of view at Studio theYANG, this popularity is deeply rooted in the nature of the language itself, and directly due to the rise of informatics needs of SMBs, especially in web industry. In this article, we will compare Python with other solutions in the industry, to reveal why we believe Python is the best tool of web development for SMBs.
Continue reading Python—why is it the best tool of web development for SMBs (small & bedium businesses)?Blog
Plone Parallelization—Scale Correctly and Improve Site Capacity
In this article, Studio theYANG shares our experience on how to correctly scale a Plone application, from the viewpoint of a seasoned Python web consultant. By analyzing the architecture of Plone, we hope to mark out common pitfalls in its parallelization and help unlocking the full power of your hardware.
Continue reading Plone Parallelization—Scale Correctly and Improve Site Capacity
Case Study—Implement Ephemeral Settings in Django Admin
In this technical article, Studio theYANG introduces an innovative approach to implement ephemeral settings in Django admin interface via a case study of our project. This purely client-side approach eliminates the need of creating database entries and thus provides good performance and maintainability.
Continue reading Case Study—Implement Ephemeral Settings in Django Admin
Internationalization (i18n) in Django web systems: default, Agile and customized
As the product owner, you may wish to have your Django web system offered in multiple languages, especially here in Canada where we have two official languages. This article introduces three ways of achieving it.
Continue reading Internationalization (i18n) in Django web systems: default, Agile and customized
Marriage of Web System and Microsoft Word via python-docx
Studio theYANG introduces the open-source library python-docx to help embed your web system into document flow. The library, currently versioned at 0.8.6, is under MIT License and has contributed to SOCODEVI‘s external reports.
Continue reading Marriage of Web System and Microsoft Word via python-docx
