Posts by Gustavo Scholze • 25 points
5 posts
-
0
votes1
answer58
viewsA: Python - Plotly filling white image
After switching to jupyter lab, I enabled the extensions and finally managed to display Dashboard!
-
0
votes1
answer35
viewsQ: Error accessing a struct
I created a function to read how many hours the employee worked in the week, however, I have problems effectively saving in the memory of struct. Calling the function:…
-
0
votes1
answer58
viewsQ: Python - Plotly filling white image
The goal is to plot a Dashboard, for this I imported the following libraries # Importando bibliotecas import ipywidgets as wd import cufflinks as cf import pandas as pd import yfinance as yf import…
-
1
votes2
answers63
viewsQ: Average is not being stored-C
Good night! When running the program and reporting the data Name, Nota1 and Nota2, the program is expected to create a file called "class.txt" with the student’s name, grades and average. However my…
-
-1
votes1
answer540
viewsQ: Occurrence of letter in string - C
Good afternoon, My goal is to insert a string of up to 500 characters, and then read a letter. Creating, for this purpose a function that counts how many times that letter appears in the text. The…