Backup and restore MySQL database to and from the remote server is very essential and basic necessary task as a freelance developer to create test server, migrate/upgrade to the new server. For codebeautify, I have been doing this every month to test data with the new code on a test server. Here are steps requires to […]
Reverse String in Python – Best Approach Given
There are many ways to reverse string in Python. If you are familiar with c , c++ and java and don’t want to use any reverse function then someone could write the logic like: 1. Using the swapping last char with first and do that until the middle character. Remember we used to do this kind […]
Strings concatenation and Formatting in Python
Strings concatenation and Formatting in Python is the process for joining small string to make the bigger. For example, you can create a full name by joining two string like Firstname and Lastname. Formatting will help to display variable in or end of the string. Strings Concatenation in Python Python provides the easy way to […]
Python Interpreter : The Best Language Interpreter
Python language is written by Guido van Rossum in late 1980 is one of the Best interpreted languages. Python is used as the first programming choice of both Google, Ubuntu, RedHat. Python Interpreter is the best interpreter. The Python interpreter The Python interpreter is a program that reads Python program statements and executes them immediately. […]
10 Python Tips and Tricks for Beginner and 9th is interesting
Today Python is one of the most popular languages for coding in Unix/Linux world. You can find it everywhere from Web development to Server Component development, XML parsing to configuration management. Here I will be mentioning 10 Python tips and tricks for developers. Python is pre-installed in many Operating Systems which released in last two […]