All Posts Create a Post
Count sum of numbers in a list
Count sum of numbers in a list. Hello there, this afternoon i wanna show you how to count sum of numbers in a list. There basicly to add it. In …
Simple Python search engine Google
Simple Python search engine Google. Bismillahirrahmanirrahim, malam hari ini kita akan sharing sedikit script simple search engine google dengan memanfaatkan module mechanize dan BeautifulSoup di python. Adapun yang dihasilkanpun juga …
Implementation Bot log IRC with Python
Implementation Bot log IRC with Python. Assalamu’alaikum. this night i wanna show you how to make a bot log for IRC with python. However, this usefull to implement in server. …
Update Implementation Bot log IRC with Python
Hello brother, this posts just updating from last tutorial Implementation Bot log IRC with Python, have a problem. The problem is “Just One” log that was created by bot log …
Create a simple Django app
Create a simple Django app. Assalamu’alaikum, this afternoon i wanna share a simple project of django app. Usefull for someone that will make simple django app. For this repository, you …
How to Make Thumbnail in Django with Pillow
How to Make Thumbnail in Django with Pillow, Hello there, this night i wanna share simply tutorial how to Make Thumbnail image in Django with Pillow. This example from my …
Simple Sending Email with HTML type in Django
Simple Sending Email HTML in Django, Django have a module for email, one of them is EmailMessage, and in the class of EmailMessage have a function content_subtype, so, u can …
PyJNE is a tool to simplify the user in using the API JNE such as tracking stuff, check tariffs and others.
PyJNE is a tool to simplify the user in using the API JNE such as tracking stuff, check tariffs and others. This repository from kangfend is usefull if you use …
Django: How to Include Templates from another APP
Django is awesome, was designed with folder of templates to find all templates was include in your app. If you work with multiple app in your project, you just create …
Django: Installing Django Ckeditor
Django: Installing Django Ckeditor, Ckeditor is awesome editor and most popular editor was used for website, and compatible with django. 1. Install or add django-ckeditor to your python path. $ …