Open in app

Sign In

Write

Sign In

Manoj Sharma
Manoj Sharma

13 Followers

Home

About

Apr 6, 2020

Python Weekly: NumPy Basics (NumPy Arrays)- Part 1

NumPy is a powerful linear algebra library for Python.NumPy is also incredibly fast, as it has bindings to C libraries. It is the core library for scientific computing in Python. It provides a high-performance multidimensional array object and tools for working with these arrays. Installation pip3 install numpy…

Python

2 min read

Python

2 min read


Jan 24, 2020

Python Recipes: Bubble Sort

Problem: Given a list of items, sort the list. Recipe: To resolve this, we will use bubble sort to demonstrate. Approach: > Starting with first element(index=0), compare the current item to next item > If current item is greater than next item, swap the places. > If current item is less than next item, move to the next item Graphical Representation:

Python

1 min read

Python Recipes: Bubble Sort
Python Recipes: Bubble Sort
Python

1 min read


Jun 22, 2019

Automation TestNG— CSV dataset to DataProvider

Quest : CSV dataset to DataProvider — Problem: Remember Our friend Ravi Shankar. His Big B Longo comes up with another problem to put him down. Can Ravi will be able to save himself again? Let's watch Boss ( Mr. Longo) — Ravi! great work to resolve our last problem. There is just one little problem. Customer…

Automation

2 min read

Automation TestNG— CSV dataset to DataProvider
Automation TestNG— CSV dataset to DataProvider
Automation

2 min read


May 24, 2019

Python Weekly: Read and Write YAML files

Problem: How to read and write to YAML files using python. Recipe: ‘PyYAML’ package provides the easiest implementation to parse YAML files using python. Reading from YAML File Pre-requisite: Install the ‘PyYAML’ package using the command “pip install PyYAML” Consider a YAML file AppConfig : host: localhost port: 6000 user…

2 min read

Python Weekly: Read and Write YAML files
Python Weekly: Read and Write YAML files

2 min read


May 19, 2019

Python Weekly: Image Manipulation

Problem: How to perform image manipulation with python. Recipe: ‘Pillow’ package provides the easiest implementation to manipulate image files using python. Pillow allow us to do many different things to our images such as: changing their file extension, resizing, cropping, changing colors, blurring, and much more. Let's start. Image Opening…

Python Programming

2 min read

Python Weekly: Image Manipulation
Python Weekly: Image Manipulation
Python Programming

2 min read


Apr 28, 2019

Automation — TestNG Annotations

Quest 1: TestNG Annotations — Problem: Our friend Ravi Shankar(Fictional character) working as an Automation QA in big firm faces a problem. Boss ( Mr. Longo) — Ravi! we need a way to tag Test scripts in our TestNG framework with issues we found on the product. …

Automation

2 min read

Automation
Automation
Automation

2 min read

Manoj Sharma

Manoj Sharma

13 Followers

Python Enthusiast|Senior SQA Engineer|Tech devotee

Following
  • Hemant Janrao

    Hemant Janrao

  • Vinay Yadappanavar

    Vinay Yadappanavar

  • Varuna

    Varuna

  • Van Khuyen Bui

    Van Khuyen Bui

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech