R&D: Technical Analysis and Trading Strategies for the Stock Market
Disclaimer: I will be sharing my findings of expected moves in the stocks. We will understand and learn from our technical analysis. This page is dedicated to learning and accumulating…
Why should & how can companies optimize their Cloud Environment to boost ROI
Optimizing the cloud environment for your organization should be the priority when looking out for helpful ingredients to increase the revenue margins. Understanding your cloud architecture would bring visibility, help…
Django – A Powerful Web Framework for Data-Driven Websites & Applications.
Django is considered as one of the most powerful web framework to build frontend for data intensive applications. Its capability to rapidly build the scalable and secure web applications makes…
Strings and String Manipulation in Python
Replace the Characters within a string. Let’s say you are asked to create a string from the given input wherein you need to replace the occurences of first character from…
TUPLES in Python
#Appending a List into Tuple and modifying the list : Check the Output Output: (‘Water Bottle’, ‘Sandwiches’, ‘Slipper’, [‘Handwash’, ‘FaceWash’, ‘Bath Soap’])
LISTS in Python
How to Create a MATRIX or 2D LIST in Python by taking inputs from the user for required number of rows and columns along with the values to be inserted…
PROJECT MANAGEMENT TOOLS
JIRA – Project Management Tool by Atlassian Key Terms: Issues Projects Boards JIRA Products: JIRA Software: Most common among all products. Your team can use it to Plan, Track and…
Strong Stocks Holding Firm in Downtrend Markets.
Long term chart of M&M (Monthly TF) Despite the Global Fall in Markets, you will always some have stocks which holds firm in testing times and prove their virtue. M&M…
Data or Objects in Python Programming
Python stores all data in the form of objects. Each object in the python contains 3 things. 1. Identity 2. Type 3. Value Identity of an object cannot be changed.…