• Skip to content
  • Skip to primary sidebar

CodeBlogMoney

Just another WordPress site

Jimmy

Backup and Restore MySql Database to remote server

February 9, 2017 by Jimmy

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 […]

Filed Under: MySql Tagged With: backup and restore, mysql, sftp, tar

Reverse String in Python – Best Approach Given

December 9, 2016 by Jimmy

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 […]

Filed Under: Python Tagged With: python, Reverse, String

Strings concatenation and Formatting in Python

November 30, 2016 by Jimmy

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 […]

Filed Under: Python Tagged With: Concatenation, formatting, python, String, tuple

Python Interpreter : The Best Language Interpreter

November 29, 2016 by Jimmy

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. […]

Filed Under: Python Tagged With: binary, interpreter, python, windows 10

10 Python Tips and Tricks for Beginner and 9th is interesting

November 28, 2016 by Jimmy

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 […]

Filed Under: Python Tagged With: python, String, Tips, Tricks

  • Page 1
  • Page 2
  • Page 3
  • Next Page »

Primary Sidebar

Search CodeBlogMoney

Categories

  • JavaScript
  • jQuery
  • MySql
  • Performance
  • PHP
  • Problem Solving
  • Python
  • Testing

Archives

  • February 2017
  • December 2016
  • November 2016
  • January 2015
  • June 2014
  • January 2014

Copyright © 2018 · Metro Pro on Genesis Framework · WordPress · Log in