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
17 views
0
I'd like to change the address while saving the email template formatting.

I am creating an automatic mail sending program with win32com, but I used the format method to change the address to be written at the beginning of the email.Code outlook = win32 com.client.Dispatches...

2 years ago

1 answers
89 views
0
Member references to tkinter fail

You can run it on a terminal, but when you run it on a VScode, you get an error when you browse members.Confirmationpython-mtkinter displays a window (version was 8.6)Be able to execute correctly on t...


1 answers
34 views
0
Determination of if statements based on time calculation results differs from terminal to terminal

You are calculating the time and attempting to branch the process by whether it is longer than 23400 seconds.Depending on the terminal, the code below may branch to the else side, but I don't know why...

2 years ago

1 answers
63 views
0
GAE/Poauth Invalid token signature occurs on a few percent of smartphones

Use Google Cloud Endpoint for Google App Engine/python servers I am communicating with the Android app.We are using OAuth authentication to identify users, and it will work well for the end of June th...


3 answers
59 views
0
How to Extract Time from a String Using Regular Expressions on Python

Use regular expressions on Python to extract the time from a mixed time and Japanese string.Only the time part of the time is extracted, and the whole thing doesn't go well.import retime_str = '10:19 ...


1 answers
91 views
0
When you launch Chrome in Python, you will see "attribute error partially initialized module 'selenium.webdriver 'has no attribute 'chrome'".

Until now, it was able to boot, but it stopped booting a couple of days ago, and it said attribute error partially initialized module' selenium.webdriver'has no attribute'chrome'.The folder name is Ah...


1 answers
64 views
0
There is an error in the regular expression, but I would like you to tell me about the fixed width of the post-reading.

I am scraping and would like to extract Shinjuku from the data below.<td>1</td>,<td class=stationName><a href=http://www.jreast.co.jp/estation/station/info.aspx?StationCD=866>S...


2 answers
94 views
0
keras does not finish image recognition

https://employment.en-japan.com/engineerhub/entry/2017/04/28/110000After seeing , I used the actual source and the image I used as it was.However, there was a problem that did not move to the next epo...

2 years ago

1 answers
33 views
0
Understanding MPmath Extraprec

I'm making a program with python3.In the process, I am using polyroots in mpmath.There is a sentence called extraprec in that code. Please tell me what code this sentence is for.mpmath.polyroots([a,b,...

2 years ago

1 answers
77 views
0
Error in Pygame code: 'int' object has no attribute 'rect'

I'd like to write a winning code.This is a program in which the player returns to its initial position when it hits en1 moving by operating the player with the cross key.I would like to say If player ...

2 years ago
« - 159 - »

© 2024 OneMinuteCode. All rights reserved.