Created by:
vxecqmjhc
|
last change
2021-02-17 08:37:25 UTC
by:
HPaduB
|
Replies:
2
What is the difference between the “transform” and “fit_transform” methods in scikit-learn? In which situa...
Created by:
peampzjy
|
last change
2020-12-29 14:50:23 UTC
by:
PavliNa
|
Replies:
2
Are there any good and easy to use python libraries I can use for text extraction?
Created by:
ijcidjjr
|
last change
2020-12-22 15:06:17 UTC
by:
WKhan04
|
Replies:
1
I studied C++ and Java and there are structures like: 'public static void main' in which all the main code...
Created by:
sunday-honesty
|
last change
2020-12-21 10:03:39 UTC
by:
SallyGlamis
|
Replies:
11
On Python, can someone help me with tips on how to build a system that takes the task of project assignmen...
Created by:
eabjoqlad
|
last change
2020-10-16 13:49:47 UTC
by:
MaleFisent
|
Replies:
1
I have two lists and want to have a list that contaions all the items from the two lists. I know how to do...
Created by:
yccthrxb
|
last change
2020-08-12 17:45:45 UTC
by:
Jack_im
|
Replies:
2
I learned about the principles of encapsulation, abstraction, inheritance and polymorphism, and now I can ...
Created by:
lcyilleub
|
last change
2020-07-29 08:03:34 UTC
by:
lcyilleub
|
Replies:
12
I’m trying to rename a file with os.rename() in Python and I get this:
FileNotFoundError: [WinError 3] The...
Created by:
yxewanar
|
last change
2020-07-22 14:05:22 UTC
by:
oksifoxy
|
Replies:
1
What is the difference between threading, asyncio and multiprocessing libraries? I heard about all of them...
Created by:
wggjcmho
|
last change
2020-07-21 07:49:13 UTC
by:
DBerlinger
|
Replies:
3
Hello! I’m trying to use ZBar with Python (I’m using pyzbar module for Python 3) to find barcodes and it d...
Created by:
yobbwqpd
|
last change
2020-07-20 10:56:09 UTC
by:
benNy024
|
Replies:
2
I used to work with Java and there were private methods. Is there something like this in Python?
Created by:
ydkdtsifjfzw
|
last change
2020-06-04 14:46:58 UTC
by:
biLLy_041
|
Replies:
2
Hi everyone. I recently learned in Python classes at a university what a lambda function is. But I don’t r...
Created by:
bdmpoxbvc
|
last change
2020-05-30 04:26:59 UTC
by:
millykabvy
|
Replies:
1
Why shouldn't I use the exec() function? I heard from fellow students that this is a very bad practice, bu...
Created by:
jessyKuh087
|
last change
2020-05-27 05:58:25 UTC
by:
jessyKuh087
|
Replies:
4
My computer vision model is deployed in the Django web application. It takes images as input and produces ...
Created by:
Bangbung
|
last change
2020-05-25 11:39:05 UTC
by:
BB2Lon
|
Replies:
7
I can see that some part of data science job positions requires knowledge of C++ as a programming language...
Created by:
KoloNuto
|
last change
2020-05-18 13:07:40 UTC
by:
BoiKo
|
Replies:
5
In articles, people often describe how to set up a virtual environment for the project but without much ex...
Created by:
huLimb0w
|
last change
2020-05-15 13:10:35 UTC
by:
huLimb0w
|
Replies:
4
I am developing a Django application. For one of my class-based views, I want to use "generic.ListView" as...
Created by:
MiwonG1115
|
last change
2020-05-14 12:49:54 UTC
by:
JuneMOOre
|
Replies:
5
What is the := operator? I know about = operator (assignment). Also, I know that there are += and -= synta...
Created by:
KristaBel
|
last change
2020-05-12 12:43:48 UTC
by:
KristaBel
|
Replies:
6
I need to speed up the execution of my code. After I had written the synchronized version of my code, I ha...
Created by:
tiLag8080
|
last change
2020-05-11 12:56:09 UTC
by:
Kan13
|
Replies:
4
Recently, I start to see stars and slashes in Python's function definitions. They are like regular functio...
Created by:
duQue200
|
last change
2020-05-08 12:14:24 UTC
by:
duQue200
|
Replies:
6
Hi! I want to change the value of the form field in Django after the user submits the form. But when I try...