Common problems in Python

Python is created by Guido van Rossum in 1991 and developed by Python Software Foundation. It was primarily enhanced for emphasis on code readability, and its syntax allows programmers to express concepts in fewer lines of code. [Read More]
Tags: Python

How to use command line to do with MySQL

When we are working with database, we usually use UI to interact with database such as MySQL Workbench, PgAdmin 3, 4, … But when we want to do something deeper with databases such as granting permission for people to access our database, what did we do? [Read More]
Tags: MySQL