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
51 views
0
Python regular expression questions.

“I don't absolute humiliation for three consecutive losses” ...Japan puts minamino ‘grind one's teeth.’.& 2014 u - a once a goal and a 19th championship. Reclaimed his game & usaempeuteonseo < e (t...

2 years ago

1 answers
16 views
0
How do we optimize code?

arr = input().split()M = int(arr[0])N = int(arr[2])X = 1elevator = 1start_n = 0while start_n != N: if X < M: X += 1 start_n += 1 else: elevator += 1 X = 1print(elevator)How can I make it faster...

2 years ago

1 answers
61 views
0
requests post parameter error

with ssesion requests. () as s : in the door. After logging in the session cookies to be set up the state. (get, json) another page output is well.In the case of the following page I error, a request ...

2 years ago

1 answers
17 views
0
After writing the code, when you suddenly want to write a whlie or an if sentence, indent question

To write hundreds of lines of code and then put it in an if or while doorI have to indent 4 spaces under the door if whileBut we can't indent each line one by one. Is there any way?

2 years ago

2 answers
16 views
0
I'd like to compare the first column to see if it's the same letter over and over again and count the number of things that are the same. (scoring)I'm doing it at Korap.

I'd like to grade in Korab.So first of all right nowfrom google.colab import filesuploaded = files.upload()for fn in uploaded.keys(): print('User uploaded file {name} with length {length} bytes'.forma...

2 years ago

1 answers
108 views
0
pygame error NameError: name 'enemy1' is not defined.

import pygame, sysimport randompygame.init() #Initialization (must be)pygame.display.set_caption(my game)# # FPS clock = pygame.time.Clock()#Set screen sizescreen_width = 1150screen_height = 648screen...

2 years ago

1 answers
22 views
0
Is it possible to bring Naver Bboom sauce to Python?

Is it possible to bring Naver Bboom sauce to Python?You can bring it with a window open like a selenium.I don't think you can bring it right away like request or beautiful soup, but if there is a way,...

2 years ago

1 answers
54 views
0
I would like to separate text and numbers from Python DataFrame and make them into new columns.

Hello, I'm a beginner studying DataFrame at Python.I want to distinguish between letters and numbers in the specific column of the df. I looked it up and it seems like you're using the import re. I do...

2 years ago

1 answers
19 views
0
Can I know how to download url address in JavaScript link?

http://hshanu.nonghyup.com/user/indexSub.do?codyMenuSeq=715978364&siteId=hshanu&dum=dum&boardId=4905962&page=1&command=view&boardSeq=51928969.2 Auction business trip details (I...

2 years ago

1 answers
121 views
0
Python 3.8.12 replace function does not work.

Both jupyter and vcode do not work.name = 'Hong Gil-dong'name.place ('Hong', 'Go')print(name)If I say that, Go Gildong should be printed out This simple thing doesn't work.I can't even register the nu...

2 years ago
« - 428 - »

© 2024 OneMinuteCode. All rights reserved.