Showing posts with label python. Show all posts
Showing posts with label python. Show all posts

Tuesday, July 23, 2013

Dictionary With Python

Python is a fast programming language as compared to other programming languages such as C, C++, java.. Also it is have a dictionary class which is very useful to create databases. So I thought writing a dictionary app with python would be efficient, fast and easy to build up. If you don't have python installed in your system, you can...
Read More

Thursday, July 18, 2013

Worldlist Maker with Python

Fistly, if you haven't installed python in your system, you can wanna read my post about installation of python on linux. Some peoples, especially hackers and that who wanna be a hacker :)  needs wordlistmaker scripts to hack passwords. A wordlistmaker script required to be very fast and very efficient. Because, most wordlists have...
Read More

Sunday, March 17, 2013

Linux'a Python Kurmak

Normalde linuxun bütün sürümlerinde python kuruludur. Ancak bu kurulu olan sürüm python2x dir.Eğer ki python3x sürümlerinden birini kurmak istiyorsanız yazıyı okumaya devam edin.  Python kurulumuna geçmeden önce bazı ayarlamalar yapmamız lazım. Birinci Adım: Gerekli paketlerin kurulması Alt+F2 ile terminali açıyoruz. Ve şu kodları...
Read More