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
18 views
0
Remove only numbers from the python string

I'll take a string To remove only numbers from the string and output them How do I write the code?

2 years ago

1 answers
9 views
0
I'm trying to convert all the Python list values into integers

I'm a beginner.Enter the list as line = list(map(str, input().split()))Using the if statement,[3, @, #] I changed the list to [3, 5, 7]Is there any way to change the list[0] to int??I tried line = map...

2 years ago

1 answers
19 views
0
(Question correction) Python types, OSError: exception: access violation reading 000000 error

Hello, I am writing a program in tkinter that uses the ctypes module in python to operate the dll file made of c++. The problem is that the error access violation reading 0x00000048 appears as shown b...

2 years ago

1 answers
91 views
0
pywin32 installation error in python pycharm

Hello, everyoneIt's been a week since I started PythonSince I'm doing it on my own, there's a traffic jam in the settingI'd appreciate it if you could help me, masters.From Pycharm The following error...

2 years ago

1 answers
161 views
0
Differences between python terminal run and debug run

Hello.I was trying to code Python from linux to vscode, and the result was difficult to understand from simple numbers, so I'm asking you a question.Is there a difference between python terminal execu...


2 answers
97 views
0
Error loading tensorflow module

I know how to install tensorflow in an anaconda virtual environment and use tensorflow through Jupiter laptop. Can't I write the tensorflow code using vcode instead of jupyter notebook?If you write co...

2 years ago

1 answers
138 views
0
Log in to Job Planet and ask for scraping ㅜㅜ

I need to get the annual salary for each position that I can check after logging in on the Job Planet site with the code below. I really can't//from bs4 import BeautifulSoupimport urllib, http.cookiej...


2 answers
19 views
0
Emily Variable in Python

Hi, how are you? I'm studying on Python, and I'm asking you a question because the following necessary situation came up.When defining a function, I want to define a variable that can be omitted.class...

2 years ago

1 answers
18 views
0
It's a comprehensive question of the language of development. How fast does an annotation affect the execution speed?

I was practicing coding and suddenly got curious, so I'm leaving a question.I usually practice with Python. When it's hard to tell or when you need a lot of explanation,I tend to add a lot of comments...

2 years ago

1 answers
17 views
0
I'm curious about the Python number table.

A table with its own rules.I'm trying to print it out on Python, but I'm at a loss.I'd appreciate it if you could answer.

2 years ago
« - 215 - »

© 2024 OneMinuteCode. All rights reserved.