or tag

453 questions


1 answers
72 views
0
Is it possible to use the value printed on the for statement?

I printed out the i value using the following equation.path =./file_list = os.listdir(path)file_list_csv = [file for file in file_list if file.endswith(.csv)]g = it.groupby(file_list_csv, lambda name:...

2 years ago

1 answers
110 views
0
Python tkinter image path setting question 'unicodeescape' code can't decode bytes in position 2-3: truncated \UXXXXXXescape

I copied and pasted the file path on the blog with any picture I had, but there was an error.(I tried to display a picture of a png file called Lee on my desktop) from tkinter import *w = Tk()w.title(...


2 answers
141 views
0
Converting ISO2 code by Python basic country to continental name

Hello.In order to convert the country-specific ISO2 code to a continental name, try for 5 hours and then post a question because it gets stuck.First of all, I modified the code that I got through Goog...

2 years ago

1 answers
204 views
0
Android Studio Error Execution failed for task ':app:pressDebugAsets'

I don't think it's a grammar error because the error keeps appearing every time I turn on the project. I don't know how to solve it even if I search on the InternetExecuting tasks: [:app:assembleDebug...


1 answers
86 views
0
Question about #define

Due to security errors #define _CRT_SECURE_NO_WARNINGS#include <iostream>#include <cstring>You write it at the beginning of the chords like this. By the way,#include <iostream>#inclu...

2 years ago

1 answers
106 views
0
It's a Python question! AttributeError: 'str' object has no attribute 'text'

Hi, everyone.An error appears when trying to turn as shown below.Is it not possible to print certain strings after append through repetitive statements? items = driver.find_element(By.CLASS_NAME, 'it...

2 years ago

1 answers
83 views
0
Jupiter address latitude translation code error AttributeError: 'NoneType' object has no attribute 'latitude'

https://wonhwa.tistory.com/29?category=996516Based on this post, I touched that it was the first code in my life.With the help of my friend, I set the environmentimport pandas as pdcsv = pd.read_csv('...

2 years ago

1 answers
117 views
0
Java Seng Basic Question (Method, make a triangle with a for statement) (Please help me...)

import java.util.Scanner;class Recursion{ //method public void star(int x){ if(x>0){ printBlank(x); printStar(x); System.out.print(\n); star(x-1); } else return; } public void printBlank(...

2 years ago

1 answers
47 views
0
Jupiter run cannot be executed.

If you press run, there should be a response, but there is no response at all. How do I solve this

2 years ago

1 answers
92 views
0
'utf-8' codec can't decode byte 0xbf in position 5511: invalid start byte (applies to which file?)

Processing LABEVENTS table: 0%| | 0/27854056 [00:00<?, ?it/s]Traceback (most recent call last): File /usr/lib/python3.8/runpy.py, line 194, in _run_module_as_main return _run_code(code, ma...

« - 44 - »

© 2024 OneMinuteCode. All rights reserved.