All Posts Create a Post
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. $ …
Django: Builtin Filter Simple
Django Builtin Filter for Simple, this tutorial just showing simply how to use django builtin filter for example blog. safe for translate to html views truncatewords to truncate by words …
Cara menggunakan Tweepy
Tweepy merupakan salah satu module tambahan di Python yang digunakan untuk mengakses API Twitter, sehingga pengembang dapat menggunakannya diberbagai implementasi, khususnya di Python Programming. Contohnya seperti: menganalisa pengguna twitter, sebagai …