python tag

Python is a high-level, interpreted, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.

Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming. It is often described as a "batteries included" language due to its comprehensive standard library.

Guido van Rossum began working on Python in the late 1980s as a successor to the ABC programming language and first released it in 1991 as Python 0.9.0. Python 2.0 was released in 2000 and introduced new features such as list comprehensions, cycle-detecting garbage collection, reference counting, and Unicode support. Python 3.0, released in 2008, was a major revision that is not completely backward-compatible with earlier versions. Python 2 was discontinued with version 2.7.18 in 2020.

Python consistently ranks as one of the most popular programming languages. It is used by many organizations and companies. Pixar, Disney, Instagram and the developers of the Linux Kernel are among many of it's high-profile users, which includes many developers of Free and Open source software.

Reference: WIKIPEDIA

4650 questions


1 answers
94 views
0
I want to darken JupiterLab with the command.

I would like to use JupiterLab using Docker on WSL2 of Win10.At this time, I would like to avoid putting the container into dark mode every time I start it.So, just like putting Jupiter notebook in da...


1 answers
86 views
0
Error when reading SQL Server data from Django with a different database name

Django is writing a program to read data from SQL Server, but an object that is different from the actual database name is generated, resulting in an error.The contents of the error are as follows, bu...

2 years ago

1 answers
79 views
0
How to Save After Video File Edge Detection in opencv

There is something I don't understand about how to use opencv.I would like to have opencv detect the edge of the original video file and save it as a new video file.Attempted to execute with the follo...

2 years ago

1 answers
75 views
0
I want to exceed the request limit on the spreadsheet.

https://tanuhack.com/operate-spreadsheet/ #PythonUsing this site as a reference, we are writing data from the Python program onto a spreadsheet.According to the information on the page above, The maxi...


3 answers
22 views
0
I want to read multiple csv files in python, extract columns according to conditions, and output them as csv files.

Python reads multiple files (1000 files) of csv, extracts certain columns according to the conditions, and I would like to print it to a new csv file.file1: [id, time, value][1,3.5,6][2,2.0,4][3,2.6,8...

2 years ago

1 answers
50 views
0
About Python matplotlib 3-D Graph Display

I have recently started matplotlib, and thank you for your help on this site.I have seen many questions and answers, but there were no questions about what I wanted to do, so I would like to ask you f...

2 years ago

1 answers
89 views
0
Python error TypeError: string indications must be integrers

I'm using Azure's FaceAPI, but I'm a beginner, so I don't understand the details of the script or the meaning of the error.I searched, but it was difficult to understand.Can someone tell me how to sol...

2 years ago

1 answers
54 views
0
Specified CSV file not found when running Python script

I'm a Python beginner.I am using the pandas library in the Python 3.8.8 environment of VScode, and I am trying to read the csv file in read_csv, but I get a FileNotFoundError.The py and test.csv files...

2 years ago

1 answers
109 views
0
I would like to gray out Python & OpenCV, but an AttributeError appears.

US>Tools used·Python 3.6·OpenCV 4.5 ( 最新I included the latest version)·Anaconda 3.0I touched on image processing for the first time.At first, I thought it would be really fun, but I got an error and t...

2 years ago

1 answers
19 views
0
How to substitute values in a list in order in Python

In my previous question, I was taught how to express the number of repunits.I want to use Python to express the number of repunits and solve integer problemsNext, I want to substitute prime numbers in...

2 years ago
« - 115 - »

© 2024 OneMinuteCode. All rights reserved.