Skip to content

javaatpoint

  • Home
  • Topics
    • Django
    • React
    • Computer Architecture
    • Python
    • Redux
    • DNS
    • Other Blog
  • Author
    • Contact Me
    • Privacy Policy
  • About
mkvirtualenv : The term ‘mkvirtualenv’ is not recognized as the name of a cmdlet, function, script file, or operable program.

mkvirtualenv : The term ‘mkvirtualenv’ is not recognized as the name of a cmdlet, function, script file, or operable program.

Posted on February 20, 2022February 20, 2022 by Javaatpoint
The error comes like below : To solve this error give below command – Now try once again , so give command – Now check...
How to initialize list | multidimensional list | tuple with some value in python

How to initialize list | multidimensional list | tuple with some value in python

Posted on October 17, 2021October 17, 2021 by Javaatpoint
Initialization of single-dimensional list While working in python , at some instances you have to initialize single-dimensional list in python, below are two ways in...
How to perform unpacking with list , tuple , string and dictionary in Python

How to perform unpacking with list , tuple , string and dictionary in Python

Posted on October 17, 2021October 17, 2021 by Javaatpoint
Unpacking is the shortcut method to copy values of list , tuple , string & dictionary into some variables in a single assignment statement –...
How to add data in existing json file with python | Add two json file in python

How to add data in existing json file with python | Add two json file in python

Posted on October 16, 2021October 16, 2021 by Javaatpoint
According to JSON official document , JSON (Javascript object Notation) is a lightweight data-interchange format & It is a text format that is completely language...
How to make an API such that it  could take string & int parameter in request URL of API to pull out specific data from API in Python

How to make an API such that it could take string & int parameter in request URL of API to pull out specific data from API in Python

Posted on October 13, 2021October 13, 2021 by Banwari Lal
API (Application Programming Interface) helps to communicate date between two sides. We are making a API , which could take string & int parameter in...
SOLVED: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)  |raise TypeError(f’Object of type {o.class.name} ‘ TypeError: Object of type set is not JSON serializable in Python

SOLVED: json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) |raise TypeError(f’Object of type {o.class.name} ‘ TypeError: Object of type set is not JSON serializable in Python

Posted on October 12, 2021October 12, 2021 by Banwari Lal
Error The error appears in Python like below on the screen – raise JSONDecodeError(“Expecting value”, s, err.value) from Nonejson.decoder.JSONDecodeError: Expecting value: line 1 column 1...
SOLVED : Import “flask” could not be resolved from sourcePylance  in Python

SOLVED : Import “flask” could not be resolved from sourcePylance in Python

Posted on October 7, 2021October 12, 2021 by Banwari Lal
Problem Import “flask” could not be resolved from sourcePylance It is showing this error , but we have installed Flask. Solution This error is coming...
How to copy one part of image & paste it in another part of that image in Python | Using OpenCV library

How to copy one part of image & paste it in another part of that image in Python | Using OpenCV library

Posted on September 24, 2021September 26, 2021 by Banwari Lal
Demonstration You can copy One part of image and paste it in another part of that image in Python. Image is divided into row and...

Timestamp in Python | timestamp10 | timestamp13 | Most used function of “time”, “datetime” and “dateutil” module.

Posted on June 25, 2021September 26, 2021 by Banwari Lal
What is timestamp10? It is a unix way of representing time, it is a float number, where number before decimal represents time till seconds and...

AttributeError: ‘method_descriptor’ object has no attribute ‘today’ | Python | Way to Solve

Posted on June 25, 2021September 26, 2021 by Banwari Lal
Error AttributeError: ‘method_descriptor’ object has no attribute ‘today’ Our Python Code is : Solution Two ways to overcome this error: (i) – Instead of writing...

Posts navigation

Older posts

Search

© 2020-2021 Javaatpoint | All Rights Reserved.