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


2 answers
126 views
0
Google search results cannot be scraped.

In order to scrap Google search results, I ran the code below referring to the site below.I can't solve the following questions, so please let me know.下記I would like to know how to correct the followi...


1 answers
17 views
0
I want to unify the acquisition of information from different web pages.

I am currently learning Python. Search the Google Search API for Tokyo Company Overview, obtain the URL of each web page of the search results, and I'm thinking of getting a company profile by scrapin...

2 years ago

1 answers
101 views
0
Understanding Cartopy Installation Errors on Pip

I installed [email protected] and other site-packages on Brew and tried to install cartopy on pip.I also checked the version, but it didn't work when I installed pip.The contents of the error are below.If an...

2 years ago

1 answers
104 views
0
Saving Python PILs in Index Mode

I have a question about what to do when I read an index mode image in Python's image processing library PIL.Read the png (index mode) image and change the pixel value as shown in the code below.Attemp...

2 years ago

1 answers
56 views
0
importerror numpy.core.multiarray failed to import

environmentmacos 10.9.5python 2.7.5Numpy 1.11.0gunicorn 19.3.0 What's troubling youI use virtualenv to run python code, but every time I update python code, it becomes importer error numpy.core.multia...

2 years ago

1 answers
19 views
0
method of finding the average value of

How do I find the mean by referring to each element of the data below and how do I find the mean as an object?import numpy as npx = np.array ([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11])print('x[0]=',x[0],'x[...

2 years ago

1 answers
99 views
0
I want to use a learning program using keras in Google Collaboration.

I was going to use the program that I'm using as a spider in Google Collaboration, but I got an error.import numpy as npimport tensorflow as tffrom tensorflow.keras.models import Sequentialfrom keras....


1 answers
72 views
0
I want to output the scraping results to Excel.

I would like to categorize the ranking of amebro and scrap the ranking and title until the page is gone, but Excel output is not working well.I'm a beginner and I'm aware that there are many mistakes,...


1 answers
24 views
0
I want the code to work without using the global variable

Print the line starting with >YP from short.sequ.txt, and count the number of characters from the next line until the space is recognized.I would like to repeat this task to finally print the >Y...

2 years ago

2 answers
77 views
0
How do I make CUDA available on Windows 10+Anaconda?

I didn't get a response from Teratail, so I'm posting it here.I would like to move the AI image generation package called BigSleep.I installed the latest version of Anaconda 3.9 on Windows 10 (with RT...

« - 153 - »

© 2024 OneMinuteCode. All rights reserved.