python
zip and Unzip in Python
zip is used to compress the file. unzip is used to decompress the compressed file. In this article we will zip and unzip operation in python.
Posted October 18, 2022 by Rohith ‐ 1 min read
Move S3 Files Using Python Boto3
Using python boto3 module, we can move the s3 files from one bucket to another bucket or with in the same bucket. In this article we will explain how to achieve with an example.
Posted October 4, 2022 by Rohith ‐ 1 min read
Replace Characters From End of String
Regex module `re` in python can be used to replace characters from end of the string.
Posted September 22, 2022 by Rohith ‐ 1 min read
Replace Non Alphanumeric Characters in Python
Non-alphanumeric characters in python string can be replaced using python regex module `re`
Posted September 22, 2022 by Rohith ‐ 1 min read
Java vs Python
Python is an object-oriented programming language that has large enormous library support making the implementation of various programs and algorithms easy. Java is a high-level, object-oriented programming language which was originally developed by James Gosling at Sun Microsystems in 1995. Java has a syntax similar to C and C++ but with low-level difficulties.
Posted September 9, 2022 by Rohith and Anusha ‐ 2 min read