Posts by Gustavo do Carmo H. • 43 points
7 posts
-
1
votes1
answer179
viewsA: Read Numpy files in Jupyter Lab
Good afternoon! I believe that the error is due to the very high memory allocation attempt by the operation in question, the Jupiter Lab is an environment for shared development, so it does not have…
-
0
votes2
answers501
viewsA: I cannot install Tensorflow-GPU
Trying to decrease as much as possible any problem using Tensorflow I made a "sort of check list", come on then: Cuda library version 10 or 10.1. Tensorflow and/or Tensorflow-gpu in version 2.0 or…
-
0
votes1
answer56
viewsA: How can I write to a server file using Node FS?
Good morning! For you to access something you must pass the path from where it is, in your case you try to access an ip and a port but this does not lead you to any directory inside the machine, for…
-
0
votes1
answer1065
viewsA: How to resolve module error not found? (Installing opencv-python)
At one time I was also having problems using Opencv using the Pycharm IDE and followed the steps below to resolve: Steps to follow: 1 - Install Python 2.7.10 or other compatible version 2 - Install…
-
0
votes1
answer106
viewsQ: Doubt about Python Apis
Good morning! I need to make a program that simulates the operation of a "user", these operations are taken based on various circumstances, would have to send code via Linux Terminal and cmd Windows…
python-3.xasked Gustavo do Carmo H. 43 -
0
votes1
answer84
viewsQ: Doubt Python libraries
Good afternoon! I am new to development using the Python language, I would like some good library tips to be studying and mainly one aimed at "manipulating websites" (currently I only know the…
-
0
votes1
answer64
viewsQ: Doubt Return API Json Android
I recently read a lot about getting data through an API on Android, but I can’t get what’s being returned in Json from a specific API shown below. { "Sumario": { "Termo": "teste", "Tipo": "teste",…