Python memang salah satu bahasa tingkat tinggi yang katanya untuk pemrosesan skrip bisa menghemat waktu lebih banyak dibanding bahasa pemrograman lain. Hampir mirip kaya C dan c#, python ini dikenal sebagai bahasa yang dekat dengan mesin. Sehingga tidak perlu melalui berbagai layer untuk melakukan suatu job. Dalam beberapa hari terakhir saya mencoba belajar banyak hal, […]
In a few day I learn this language. Python. I think as a high-level language Python is very complicated, but when I think like that, people say that Python is the most friendly language. So, why not try to code? Its my first program in Python. Then, you can check and modify my code (cause […]
If you start to learn programming and you will set up apps with login systems, you need username and password to log into your system. Username and password, is very extremly need protection more than any data in your database. So, we need hashing algorythm to save your password safely. First, you must know HASH is […]