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
90 views
0
Is it unnatural to use wordpress in django?

I'd like to develop a service, but is it strange to use django to run wp?I can't write php, so I used django in python to create login authentication, and I thought WP would be better to manage the co...

2 years ago

1 answers
89 views
0
Chains fail to learn due to errors in learning

It's my first time using it.I study machine learning using a chain called Convolutional LSTM.In an experiment using MovingMnist, the program worked, but when I tried to use the data I had, I got an er...

2 years ago

1 answers
154 views
0
a method of finding data that can be used as a feature by means of differences

I'm thinking of using the average difference when I select feature quantities for clustering.I believe that if we select the characteristic amount of the attributes with the larger average difference ...


1 answers
106 views
0
I want to draw a straight line in three-dimensional space to find the intersection with the sphere.

I'd like to find and describe the expression of a straight line to find the intersection of a straight line and a sphere in 3D space from any two points. How should I program it?Straight lines in 2D c...


2 answers
83 views
0
Python with poor deep scraping

https://www.nikkei.com/nkd/company/?scode=3911 on this pageI would like to get 4 of them well, but I can easily get the current value alone, but I can't get 2 to 4.Please tell me a good way.I look for...


1 answers
110 views
0
LightGBM Installation Does Not Work

I'm a beginner at KaggleThis is my first time using stackoverflow, so I think there are many things that I can't do, but please forgive me.Installation of LightGBM does not work...I installed it accor...

2 years ago

1 answers
59 views
0
About python environment in neovim

I tried to build a python environment with neovim. pip install neovimWhen I typed the commandCommand c:\users\win2k\appdata\local\programs\python\python37-32\python.exe -u -c import setuptools, tokeni...

2 years ago

2 answers
58 views
0
I don't know how to power off my PC while running virtualenv and Python.

The environment is ubuntu.Working through Putty.activate virtualenv and source bin/activateRun Pythonpython sample.pyentered.What should I do if I want to turn off my PC while it's still running?

2 years ago

1 answers
120 views
0
About Python import.external file loading

I want to load an external file and use it, but it doesn't work.Please let me know.environmentCentOS 7Python 3.7Django 2 tree.app1| - aa.py Loaded Files| - bb.py Import Filesaa.py def hoge: print('hog...

2 years ago

1 answers
54 views
0
I want to create a graph with large amounts of data, but I'm forced to quit.

I have a data file every hour (for example, 2018010100, 2018010101, 20180102...) and I want to read it for about a month to create a graph, but it ends in the middle.I think it's probably because ther...

2 years ago
« - 65 - »

© 2024 OneMinuteCode. All rights reserved.