Open in app

Sign In

Write

Sign In

Lokesh sharma
Lokesh sharma

78 Followers

Home

About

Jan 11, 2020

React JS

1. How React JS Works? React is divided into two major APIs. First, there’s the React DOM. This is the API that’s used to perform the actual rendering on a web page. Second, there’s the React component API. These are the parts of the page that are actually rendered by React DOM. Actual Dom →(Create…

React

3 min read

React JS
React JS
React

3 min read


Dec 14, 2019

PIPENV

Pipenv is Python’s officially recommended package management tool. It combines the functionality of Pip and Virtualenv. pip + virtualenv = pipenv You will need to have Python and pip installed on your system before installing Pipenv. sudo apt-get install python3 sudo apt-get install python3-pip install pipenv using pip3 pip3 install pipenv go to project folder and pipenv install django pipenv shell

Python

1 min read

PIPENV
PIPENV
Python

1 min read


Dec 14, 2019

Basics Before Starting with JS

1. What is DOM? The Document Object Model (DOM) defines the logical structure of documents and the way a document is accessed and manipulated. JavaScript interacts with HTML document indirectly by interacting with the DOM. With the document object model, JavaScript gets all the power it needs to create dynamic HTML.

JavaScript

3 min read

Basics Before Starting with JS
Basics Before Starting with JS
JavaScript

3 min read


Dec 10, 2019

Command Line Arguments In Python

The command line arguments in python can be processed by using either ‘sys’ module. The sys.argv takes the command line arguments in the form of a list. The first element in the list is the name of the file. The arguments always come in the form of a string even if we type an integer in the argument list. We need to use int() function to convert the string to integer. Practice:Find sum of all command line arguments.

Programming

1 min read

Command Line Arguments In Python
Command Line Arguments In Python
Programming

1 min read


Dec 8, 2019

Model Inheritance Styles in Django

1. Abstract Base Class Inheritance: This style is used when you only want parents class to hold information that you don’t want to type out for each child model. models.py admin.py When we migrate these changes than two tables created in database. in Customer Table we have name,email,address and Phone fields. in Staff…

Django

2 min read

Model Inheritance Styles in Django
Model Inheritance Styles in Django
Django

2 min read


Dec 6, 2019

WebServices Introduction :Notes

API: Application programming interface Communication between two application happen with api. Api-locally available(Like selenium api(selenium communicate with google chrome)) WebServices: Web Services are over the network api. Enable Communication between applications available over the web When we request on http protocol and get response on http protocol than called web services. webservices…

API

4 min read

WebServices Introduction :Notes
WebServices Introduction :Notes
API

4 min read


Nov 26, 2019

File Handling in Python

Python File Modes:

Python

2 min read

File Handling in Python
File Handling in Python
Python

2 min read


Nov 21, 2019

Variables Scope in Python:

Global Variables: A variable declared outside of the function or in global scope is known as global variable. Global variable can be accessed inside or outside of the function. 2. Local Variables: A variable declared inside the function’s body or in the local scope is known as local variable.Local …

Python

1 min read

Variables Scope in Python:
Variables Scope in Python:
Python

1 min read


Nov 15, 2019

Robot Framework 03: Setup and TearDown Methods

Often while writing tests you have some setup work that needs to happen before every tests run, and you have some finishing work that needs to happen after every tests run. we use setup method before each test and teardown method after each test case. Resources.robot *** Settings *** Library…

Python

2 min read

Robot Framework 03: Setup and TearDown Methods
Robot Framework 03: Setup and TearDown Methods
Python

2 min read


Nov 15, 2019

Robot Framework 02- User Defined Keywords from Resource file

1. Defining Custom Keywords: User Defined Keywords written into ***Keywords*** section of script. we write two keywords with names Invoking Browser and Enter Data in our script and calling that keywords in our testcase. 03_User_Defined_Keywords.robot *** Settings *** Library SeleniumLibrary *** Variables *** ${Browser} Chrome ${URL} https://opensource-demo.orangehrmlive.com/ *** Test Cases *** My Test Case…

Python

2 min read

Robot Framework 02- User Defined Keywords from Resource file
Robot Framework 02- User Defined Keywords from Resource file
Python

2 min read

Lokesh sharma

Lokesh sharma

78 Followers

Python | Machine Learning Enthusiast

Following
  • Mani Gopalakrishnan

    Mani Gopalakrishnan

  • DAKSH (DK) Gupta

    DAKSH (DK) Gupta

  • Bhavik Bamania

    Bhavik Bamania

  • Griko Nibras

    Griko Nibras

  • Kirill Konshin

    Kirill Konshin

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech