loading...

Kamis, 20 September 2018

Wondershare AllMyTube 4.3.2.3 Multilingual


Wondershare AllMyTube is a fast and easy YouTube downloader and YouTube converter to help you download any videos you desired from 100+ video sharing sites and put them to portable devices for watching. With a single click, you can download any videos playing on IE, Firefox or Chrome. Worry about the video compatiblity with portable devices? Why bother? Wondershare AllMyTube converts and optimizes downloaded videos for almost all kinds of portable devices.

Selasa, 21 Agustus 2018

[Ebook] Odoo ERP


Download: Google Drive



Quick introductionto the Odoo Developer Mode and concepts
Installing and organizing the development environment
Your first Odoo application - a practical overview
Models - structuring the application data
Access Control and Data Files
The ORM API - Handling application data
Application Logic - Supporting Business Processes
External API - Integrating with other systems
Backend views
Kanban views and client side QWeb-
Reports and server side Qweb
Creating Website front end features
Tests and debugging 

Download: Google Drive




Table of Contents
The book starts by covering Odoo installation and administration and Odoo Server deployment. It then delves into the implementation of Odoo modules, the different inheritance models available in Odoo. You will then learn how to define access rules for your data; how to make your application available in different languages; how to expose your data models to end users on the back end and on the front end; and how to create beautiful PDF versions of your data.

Download: Google Drive








Download: Google Drive

Kamis, 19 Juli 2018

Virtualenv di Python


Virtualenv sangat berguna apabila kita sedang mengerjakan lebih dari satu proyek python (semisal: Django).
Virtualenv adalah tool untuk mengijinkan kita membuat virtual environment. Dengan kata lain, adalah tool untuk mengisolasi Python environment.

Senin, 16 Juli 2018

Keyword Python (Bagian 4) - Selesai

Untuk keyword and, as, assert, break dan class bisa di baca di sini https://bl4ckside.blogspot.com/2018/07/keyword-python-part-1.html

Untuk keyword continue, def, del, elif, else, except, finally, for bisa di baca di sini https://bl4ckside.blogspot.com/2018/07/keyword-python-part-2.html

Untuk keyword from, global, if, import, in, is, lambda dan not bias dibaca di https://bl4ckside.blogspot.com/2018/07/keyword-python-bagian-3.html

Kita lanjut ke keyword berikutnya: