This technical blog is my own collection of notes , articles , implementations and interpretation of referred topics in coding, programming, data analytics , data science , data warehousing , Cloud Applications and Artificial Intelligence . Feel free to explore my blog and articles for reference and downloads . Do subscribe , like , share and comment ---- Vivek Dash
Sunday, July 25, 2021
Regular Expressions in Python | Scenario - Finding a sub-string match and its count from a main string using Regular Expressions and findall() function in Python | Conceptual Infographic Note
Regular Expressions in Python | Scenario - Replacing a word ("sub-string") with another word ("sub-string") in a main string using Regular Expressions and substitute function in Python | Conceptual Infographic Note
Regular Expressions in Python | Scenario - Finding matching pattern of the main string using Regular Expressions and findall() function in Python | Conceptual Infographic Note
Regular Expressions in Python | Scenario - Finding Positional Indexes of each matching pattern of the main string using Regular Expressions | Conceptual Infographic Note
Regular Expressions in Python | Scenario - Finding and Retrieving specific sub-strings with commonality in patterns using Regular Expressions | Conceptual Infographic Note
Friday, July 23, 2021
Features of NoSQL Databases and their Usage for Analytics | 5 Conceptual Questions and Answers | Concept Infographic Note
Topics discussed in the post the following questionnaire :
Q1) What are some predominant features of No-SQL databases ?
Q2) Why NoSQL is called "SQL with a No " with "No" as the preceding string on SQL ?
Q3) How do organisations leverage NoSQL data for their businesses ?
Q4) Where are NoSQL databases useful ?
Q5) What do you mean by the statement , "The constraints of a relational database are relaxed ? "
Difference between RDBMS and NoSQL databases | 10 Conceptual Questions and Answers | Concept Infographic Note
Thursday, July 22, 2021
Shopping Cart Total Bill Generation Project in Python using Jupyter Notebook | Sample Mini-Project Implementation Infographic Note
Concept of "NoSQL Databases" in Big Data Analytics with 7 sample conceptual questions and answers | Infographic Note with explanation
Examples of Using "JOIN" function on Python Data Structures | Sample Conceptual Questions with Answers with examples | Infographic Note
Example - 01 : Joining Numeric List Elements with char string
Example - 02 : Joining Tuples with character string
Example - 03 : Joining List elements with long string
Example - 04 : Joining Character List Elements with long string
Example - 05 : Joining Character List Elements with null string
Sunday, June 27, 2021
Thursday, June 10, 2021
Monday, June 7, 2021
Lists and Dictionaries in Python Dictionaries in Python
When should one use dictionaries and when should one use lists in Python
* Example where a List is used for data storage is an example of a shopping cart where any stored item object's storage does not matter .
* Example where a Dictionary Item object is used as a storage object is that of a an examination roll / rank number sheet ( parikhya patra ) where people are arranged on the basis of their marks obtained in some examination from Rank 1 to the last rank in the exam . Usually the person who obtains the highest marks in a given exam is attributted the 1st rank and the first roll number for that examination is also alloted to the first rank holder after the results are out , the successive role numbers are also attributed according the net marks obtained by an examiner in the considered case of the examination till the last rank/roll number of the examiner .
* A dictionary is very useful data storage object where one may need to access a given data based on the item that is present over a given index position within the storage object of the data structure .
To sum up once again for Lists and Dictionaries
* Lists are ordered data structure objects that means that the program has control over the
order in which the data is stored . This data is also sortable that means that the program can sort the data into whatever order when the data is needed to be fetched and retrieved , the list is also containing a list of iterable items i,e items that can be accessed one item at a time when the list object is iterated or
executed within a loop .
* Dictionaries are like the partially ordered data structures that
can control the order or the manner in which the data items are inserted and stored within the
object in the form of keys and attributes . Dictionaries are non-sortable
and iterable in pairs of both keys
and associated value objects .
Last
modified: 18:49
Technical Data Analyst posted at HP @Bangalore on 07-06-21 - Self Analysis , Upscaling and Recommendation
Technical Data Analyst posted at HP @Bangalore on 07-06-21
=======================================================================
* The secondary requirement for the fitting criteria is that the person should have a Master's degree in computer science or Information systems
* A candidate for the job should be able to leverage and scale open source tools .This aspect is currently I am also not sure and I am also not yet sure which open source tools are being referred to in this , since collaboration tools are the most requisite open source tools that are common to all the people albeit their technological skills
* Proficiency in Public Cloud
Providers like Amazon AWS , Google GCP , Microsoft
Azure etc is also a must { I have some experience over AWS cloud and
am aware of the manner in which some of the applications work over AWS but I am
yet to explore all the greater details and aspects of AWS and how big scale
projects are deployed at AWS }
*
Experience over Industry - standard BI platforms { this necessitates a candidate to have some good amount of experience
over working over Business Intelligence and Reporting Applications like Microsoft Power Bi and Tableau where one might be able to carry out and find out report generation and deployment
activities in order to find out the necessary actionable items required for the specific work }
* Knowledge of SAAS products and their multitenant cloud implementation { I this area I am just aware of the fundamental theorems that are under work and implementation is still yet to be done and scaled up , so this is one area that I shall again need to brush up and get my hands upon. I shall try to learn from the available online resources and try online cloud platforms over where such projects and modules are deployed}
* Analyse Sales and Financial
Data with Cloud and Operational data to present
over to the clients to view
* Data Warehousing and Reporting solutions to address the growing needs for reporting , analytics , and data requirements
Last modified: 13:31