Replacing Characters within string in Python
Characters in Python are treated as strings of length one and often considered as sub-string. One can use string literal in python either by using single quote or double...
Creating dictionary in Python
A Dictionary is an unordered set of key:value pairs, with the requirement that the keys are unique (within a Dictionary). A few pointers about dictionary:
An empty dictionary can be created...
Working with String in Python
Create a String
Strings can simply be defined by use of single ( ‘ ), double ( ” ) or triple ( ”’ ) inverted commas. Strings enclosed in triple quotes (...
Creating List in Python
Lists are probably the most versatile data structures in Python. A list can be defined by writing a list of comma separated values in square brackets. Lists might contain items of...
Introduction to NumPy: useful cheat sheets
The NumPy library is the core library for scientific computing in Python. It provides a high-performance multidimensional array object, and tools for working with these arrays. This post is an effort...
How to install python in Windows 10?
The young team of Franziska Hildebrand, Franziska Preuss, Vanessa Hinz and Dahlmeier clocked 1 hour, 11 minutes, 54.6 seconds to beat France
Top Data Visualization Software to get started
https://www.sisense.com/get/free-trial/?source=predictiveanalytics
https://www.predictiveanalyticstoday.com/microsoft-power-bi/
https://www.predictiveanalyticstoday.com/sql-server-reporting-services/
https://www.logianalytics.com/analytics-platform/
DATAPINE: https://www.datapine.com/
ATTIVO: https://www.attivio.com/
BELLADATI: http://www.belladati.com/
TABLEAU DESKTOP: https://www.tableau.com/products/desktop
TABLEAU CLOUD BI: https://www.tableau.com/products/cloud-bi
PERISCOPE DATA: https://www.periscopedata.com/
PYRAMID ANALYTICS: https://www.pyramidanalytics.com/
DATAMEER: https://www.datameer.com/
PENTAHO: http://www.pentaho.com/product/product-overview
IBM ANALYTICS: https://www.ibm.com/analytics
WATSON ANALYSIS: https://www.ibm.com/watson-analytics
MICRO STRATEGY: https://www.microstrategy.com/us
INFORMATION BUILDERS: https://www.informationbuilders.com/products
TIBCO SPOTFIRE PLATFORM: https://spotfire.tibco.com/products/tibco-spotfire-platform
DOMO: https://www.domo.com/
TARGIT: https://www.targit.com/en
Python for Data Science: An Introduction
In technical terms, Python is an object-oriented, high-level programming language with integrated dynamic semantics primarily for web and app development. It is extremely attractive in the field of Rapid Application Development...