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
87 views
0
I want to replace the array with a regular expression.

For example, consider the following protein, i.e., an arbitrary sequence of 20 amino acids (characters): MNIFEMLRIDELRLKIYKDTEYTIIHLLTKSLNAAKSELDKAIRNTNVITKDEAEKLFNQDVDAAVRILRNAKLKPVYDIn fact, protein...


1 answers
100 views
0
Can you make a line graph (monitor screen) that works with python, tkinter, and canvas?

I write GUI programs using python and tkinter.I have displayed a still line graph within the canvas.I would like to create a monitor screen where the line graph moves with information from the sensor,...

2 years ago

1 answers
81 views
0
There is no pytorch in conda in windows environment

I try to install pytorch in anaconda environment, but I get an import error no matter how many times I try.I made a virtual environment with anaconda and burned it, but the results are as follows.(nn)...


1 answers
20 views
0
Solution when you do not know how many times python input() should be done

When solving the problem with the atcoder, there are times when I don't know the number of standard inputs, so please let me know how to write it in python.If this question is not appropriate, please ...

2 years ago

1 answers
100 views
0
About h5py ImportError

The following error occurred when I ran v3.py for deep-learning-models of learned models:Using TensorFlow backend.Traceback (most recent call last):File acception_v3.py, line 400, in<module>mode...


1 answers
41 views
0
I want to use PCA and t-SNE to achieve the desired result!

Current situation: I typed the PCA script into paiza(beta), but the following error occurred and I couldn't run it.File Main.py, line 6d_pca<-prcomp(coil20[,-ncol(coil20)], scale=TRUE)^SyntaxError:...

2 years ago

1 answers
97 views
0
I want to use tkinter for exchange conversion.

I want to do exchange conversion like the image, but it doesn't work well.I don't even know how to insert the image.Please point it out and make improve it.import tkinterimport tkinter.messageboxroot=...

2 years ago

2 answers
45 views
0
About TensorFlow

About Python print and Tensorflow tutorialsI am doing MNIST at the beginning of the Tensor flow tutorial.Among them, I would like to see the contents of x, y, weight and bias b, W.That's why >>p...

2 years ago

1 answers
49 views
0
Regarding the cause of the error during the final distribution file installation when creating the self-made module using pip.

Contents of consultationI am studying a book called head first python on my own.There was an error in the process of making a self-made module using pip, and I would like you to tell me how to resolve...

2 years ago

2 answers
76 views
0
I want to make a graph with matplotlib.

Hello, I'm a beginner at python.I have one question, how do I graph the output obtained by the for statement in matplotlib?The graph I want to create is a scatterplot, and I want the は axis to be in t...

2 years ago
« - 106 - »

© 2024 OneMinuteCode. All rights reserved.