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


3 answers
97 views
0
Python Double List

It doesn't work on the sauce I made at all, and it doesn't come out even if I'm brain-rolling all day today.import randomtable1=[[0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0], [0,0,0,0,0,0,0,0,0,0], ...


1 answers
73 views
0
It is a question of finding and returning the address of the lot number and road name by Python regular expression.

For example, in the sentence 'I live in 338 Samseong-dong, Yongsan-gu, Seoul'I'm going to solve the problem of finding '338 Samseong-dong, Yongsan-gu, Seoul'.You should be able to find it with a stree...

2 years ago

2 answers
126 views
0
Python Deduplication

It's a lottery extraction. You have to extract it 6 times without duplicating itPlease tell me how to sort by the most extracted numbers from the six printed lists...Please let me know

2 years ago

3 answers
35 views
0
Can you process all the serial data at 115200bps with Python?

Can you process all incoming serial data at 115200bps with Python?I'm converting the C-sweaved sauce to Python, but I keep missing the dataI'm putting data in a circular queue and processing it, but t...

2 years ago

2 answers
107 views
0
I made a baseball game, but I can't find the error.

I made it like below, and it works well to the first function that prevents duplicate numbers.For example, if you enter 123 and you have at least one strike,If you repeatedly enter 123 several times, ...


1 answers
44 views
0
[Python3] I woven a code using a bit mask and recursion, but I don't know why the output value doesn't come out.

The problem I'm solving right now is Exporter Tour in Baekjun Online Jersey #2098. I know that the most common way to solve this problem is through bitmask and dynamic programming. I planned it like t...


1 answers
15 views
0
[Python] Check the score using the if and repeat statements

kor = int(Enter your Korean score)eng = int (input (Please enter your English score))math = int (input (Enter your math score)# # if kor+eng+math/3 < 70:total = kor+eng+maths = [{kor: Korean}, {eng...

2 years ago

1 answers
68 views
0
[python question] How should Python handle the collection of .net?

Hello. I was working on development related to .Net, and recently I had to deal with RP4.I've been developing Python recently.Because the direction of the data type or logic processing is somewhat dif...

2 years ago

1 answers
29 views
0
Is there a way to output the value in the form of a data frame in the Python for iteration syntax?

It's a code to get net sales data from Daishin Securities API. Someone else wrote it. It is a format that designates an item with the SetInputValue method and requests and outputs it as BlockRequest()...

2 years ago

1 answers
41 views
0
How to migrate if the depth of the Django models folder is not common

Hello, while trying to make a simple web game using django + javascript I'm asking this question because I'm curious about route management.web game project name is lucifer├── lucifer####Client Web Ga...

2 years ago
« - 218 - »

© 2024 OneMinuteCode. All rights reserved.