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
39 views
0
Python Excel data processing question. [Beginner]

I'm learning Python during coding class at school.When processing data in CSV file among Excel, I try to process it using repetitive statementsI'm asking because it didn't work out.cryingUsing the CSV...

2 years ago

1 answers
70 views
0
I would like to ask you about the concepts of machine learning bow, word2vec, adabost, xgboost, etc.

There is no basis for machine learning. I'm asking you this question because I got confused after getting to know it.I don't know how to categorize and define the ensemble models, such as Adaboost and...


1 answers
100 views
0
Has anyone ever made a "sequential" set data type with python?

A data structure such as a set is required, but the set cannot be used because it saves items in random order (?).I don't know where to start. I don't know where to start Please give me a hint ㅜ

2 years ago

1 answers
19 views
0
[Update Python Google Drive files]

Hello, I am following the Google Drive restapi manual and proceeding as it is, for some reasonIf you follow the link, such as the error HttpError 400 when requesting, the method is not allowed It keep...

2 years ago

1 answers
22 views
0
I want to find out where the Python package is installed

I accidentally installed the package in its default location, but I forgot where it was.How do I know the default installation location?

2 years ago

1 answers
19 views
0
Python class, function novice, question... "T"

It's been a while since you've studied class and you're making it by yourself.I want to make an addition, subtraction, division, multiplication calculator.I'm a beginner. I'm using my knowledge to cre...

2 years ago

1 answers
42 views
0
I have difficulty indexing json in Python. I think it's a preliminary question

When I asked around, I heard that you need to put json instead of string to index even if it's not an integer.Is the variable match not json? ㅠ

2 years ago

1 answers
18 views
0
[Photo attached] Python, I'd like to ask you a syntax question for checking integer strings.

You want to create a Python function that corresponds to this condition. How do I determine if the data that came in as a string value is an integer string?def is_validate_number(user_input): if user_...

2 years ago

1 answers
19 views
0
I have a question for Python class.

The Python class part is different no matter how much I look at it ㅜ

2 years ago

1 answers
129 views
0
Setting the PiCham Interpreter Path

There's no problem with coding.I formatted my PC and newly installed PiCham.I received the source I was working on at Git and ran it, but I forgot to create a virtual environment.So I created a virtua...

2 years ago
« - 266 - »

© 2024 OneMinuteCode. All rights reserved.