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
72 views
0
In dictionary, key contains certain characters

How should I write a code that outputs a key containing a specific character out of all keys in the dictionary and outputs all data types included in the value?

2 years ago

2 answers
93 views
0
Find specific characters in a Python string

I wonder how to find a specific string in Python.Actually, you can just do the string.find (the string to find), butI'd like to do a right-to-left examination, not a left-to-right examination What sho...

2 years ago

2 answers
21 views
0
If you say "Class._name__" in Python class, the class name appears, but isn't there a variable called "_name__" in the class name space?

For example, <<< class M: pass<<< dir(M)['__class__', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '_...

2 years ago

1 answers
87 views
0
What should I do when I have # instead of / in httpurl when I crawl Python?

Hello, everyone I'm a beginner who's been doing Python crawl lately.ㅠ


1 answers
18 views
0
How Python last executes and terminates certain code at the end of a program

I don't want to end the program immediately at the end of the program on Python, but I want to end it after executing a specific code. Is this possible?For example, when you close the process window o...

2 years ago

1 answers
114 views
0
I'm a beginner at Python. Let me ask you how to use random functions

Hello. I'm currently studying Python introductory course.I want to leave a question about the random function.import randomcount = 2paper_list = [ ]paper_list.append(A)paper_list.append (me)paper_list...

2 years ago

1 answers
24 views
0
End of Python Enter

Hello! I'm a student studying Python hard! I'm asking you a question because I found something I didn't know while studying. Please take good care of me. :) I have to complete it as given in the pictu...

2 years ago

1 answers
20 views
0
gg

.

2 years ago

1 answers
83 views
0
I want to bring it to soup and run it only if there is a specific class

When Africa BJ starts broadcasting, I'm going to make a program that executes a specific code.If you look at the BJ station website, there is a live class only when broadcasting. So I crawl the BJ bro...


1 answers
58 views
0
This is a problem with Python Django + AJAX linkage.

You want to use AJAX + DJANGO to make sure that the value will continue to change automatically without having to manually refresh the screen.In this case, I don't know how to write the code, so I'm a...

2 years ago
« - 251 - »

© 2024 OneMinuteCode. All rights reserved.