Python Dictionary Methods Examples
Dictionaries are a very valuable tool in Python. A dictionary is like a list, but it allows you to store data...
Dictionaries are a very valuable tool in Python. A dictionary is like a list, but it allows you to store data...
Python does not provide a native Array type. Instead, we have the List object. A list is simply a collection...
IF / ELIF / ELSE Statements The if statements allow us to check the truth of a statement or statements...
Python has five “standard” data types: numeric, string, list, tuple, and dictionary. Numeric Numeric data types are for storing numeric...
Automation / bash / FAQ / OpenOffice / sh / Shell Scripting
by Ramakanta · Published May 25, 2014 · Last modified November 13, 2016
If you are using open office or star office service to generate/process word documents , then you will be requiring...
Automation / Database / DOS & Windows / Oracle Database / Windows Server
by Ramakanta · Published December 13, 2013 · Last modified April 1, 2016
We used to get a lot of csv files to upload to QA database as well as production DB’s. It...
bash / csh / tcsh / FAQ / ksh / Linux / Must Know / Operating Systems / Scripting Languages / Shell Scripting
by Ramakanta · Published November 20, 2013 · Last modified August 16, 2016
Sed is a beautiful tool for text replacements and extraction using regex and pattern matching. While working on a project...
Application Servers / Automation / bash / Fusion Middleware / Java App Servers / Must Know / Oracle/BEA WebLogic / Python / Scripting Languages / Shell Scripting
by Ramakanta · Published September 22, 2013 · Last modified November 28, 2014
While managing multiple domains with huge number of managed servers becomes very hard if you don’t have the scripts to...
Application Servers / FAQ / Fusion Middleware / Java App Servers / Must Know / Oracle/BEA WebLogic / Python / Security / Troubleshooting
by Ramakanta · Published September 16, 2013 · Last modified November 28, 2014
Using clear text passwords in the configuration files are supported only for a development domain. In a production domain, WebLogic...
Application Servers / FAQ / Fusion Middleware / Java App Servers / Oracle/BEA WebLogic / Python
by Ramakanta · Published August 31, 2013 · Last modified August 9, 2014
Never re-upload a new ldif without cleaning up entries created by an eventual previous ldif upload. otherwise your wls domain...
Advertisement
Advertisement
Advertisement