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


2 answers
146 views
0
To Obtain User Information by Identification on discord.py

How do I get user information by identifying myself?

2 years ago

1 answers
15 views
0
I want to put the date in the name of the Python text file

Python wants to put the current date and time in the name of the text file, but I don't know how to put the variable.I know how to rename, but instead of specifying a name with a string, I want the fi...

2 years ago

1 answers
140 views
0
I want to send a carousel message for LINE.

This is my first question.As a hobby, I make a bot by hitting LINE's Message API with python's line-bot-sdk (1.5.0).The python version is 3.6.4.I am using a flash.flask.I use heroku for the web server...

2 years ago

1 answers
85 views
0
Understanding Reading Excel csv Files in Python

WHAT YOU WANT TO DOAfter loading the csv file in python, I would like to take out only column E, divide it into 10 or more cases, and make it possible to count how many numbers are in column E.Problem...

2 years ago

2 answers
122 views
0
We're trying to get people to watch YouTube too much.

I'm a super beginner Is it possible to create a tool that automatically drops when you open YouTube for a certain period of time?Also, if possible, would it be possible to implement it in python?I wou...

2 years ago

1 answers
59 views
0
Plt.show() does not plot

Running Python 3.6.5 in VS Code.The script says import matplotlib.pyplotasplt, but plt.show() also shows the plot window, but nothing is drawn and the window remains completely white.There is no error...

2 years ago

1 answers
15 views
0
How to store python readings in a specific location

This may be a rudimentary question, but it will not be solved, so I would appreciate it if you could let me know.We would like to store the numbers read below in a specific location.Suppose you get th...

2 years ago

1 answers
98 views
0
Unable to Import and Use org.openqa

Unable to import and use org.openqa, the name error is as follows: import org.openqaNo module named 'org'- What you tried ·I used python as a dialogue shell and reconfirmed it one by one, but the resu...


1 answers
74 views
0
Run django-background-tasks on the Google App Engine (GAE)

Time-consuming processing is asynchronized using django-background-tasks.Locally on two terminals Terminal-Apython manage.py Terminal-Bpython manage.py process_tasksI started the background process as...


1 answers
34 views
0
Python 3 Cannot Download [Closed]

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed 3 years ago.Three years agoPython 3 cannot be downloaded.Currently, when you...

2 years ago
« - 180 - »

© 2024 OneMinuteCode. All rights reserved.