Open in app

Sign In

Write

Sign In

Rion Louji
Rion Louji

4 Followers

Home

About

Jun 10, 2021

Numpy:

Numpy is a python library which works in array. It also has many function in the area of linear algebra, Fourier transform , matrices and so on… Numpy literally means Numerical Python. It was created by Travis Oliphant in the year 2005. In python we have lists, but which is…

6 min read

Numpy:
Numpy:

6 min read


Jun 3, 2021

String Methods:

String Methods: There are 44 different types of string methods which are listed below with an example. a=str(input("Enter a string: ")) #Getting Input from the user print("String Method-1 : capitalize() -- Converts the first character to upper case","\n", a.capitalize()) print("\n\n") print("String Method-2 : casefold() -- Converts string into lower case\n"…

Python String Methods

4 min read

Python String Methods

4 min read


Aug 20, 2020

Hello World app with Django

Virtual Environment is a tool that helps to keep the dependencies of the project isolated from the other project dependencies so that each project can have isolated space and would not disturb other projects. Initially let’s create a new folder “hello-world-django”. $ mkdir hello-world-django $ cd hello-world-django/ To creat a…

4 min read

Hello World app with Django
Hello World app with Django

4 min read

Rion Louji

Rion Louji

4 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams