ram tag

23 questions


1 answers
86 views
0
Is there a case of making an application with 100% pure Java language?

Is there a case where a program is made using 100% pure Java language? Additionally, if you created a simple application with Java, how do you make it into an executable file with an .exe extension?

2 years ago

1 answers
108 views
0
I have a question about the Python grouping module.

words = ['abc', 'cab', 'cafe', 'goo', 'face']from itertools import groupbya = [list(group) for key,group in groupby(sorted(words,key=sorted),sorted)]print(a)I found a module in Python that groups anag...

2 years ago

1 answers
110 views
0
Simple question! Please answer quickly (Error in Python list?

a=b=[0]print(a[0])b[0]=1print(a[0])Why was the value of b automatically substituted for the value of a when the value of a was not adjusted except when the list was first declared in the code above? I...

2 years ago

1 answers
129 views
0
I want to receive the picture on Instagram with the app I'm going to make and show it to you. What should I do

What should I do if I want to receive and show the picture on Instagram with the app I will make?


1 answers
162 views
0
instagram crayling using python3 and selenium and Beautiful Soup

For those who are busy # [SEARCH COMPLETE] # You can only look at the code below.I have a question during installation crawling using python3, selenium, and Beautiful Soup.I succeeded in logging in an...


1 answers
113 views
0
Python sqlite3 Table Name Search Questions

I didn't know how to make db differently, so I made it in json format, and the people who answered recommended me to make db. I'm working on the sauce while studying the db I succeeded in saving the v...


1 answers
100 views
0
Is there an error?

I don't understand the error, so I'm asking you a question


1 answers
112 views
0
Python - Telegram conversation robot While non-working error question.

Hello!Currently, we are making a coin alarm bot using Telegram with Python.I'm a total beginner, so I'm looking for it on Google.If you create a conversation bot and send a command as shown below, the...

2 years ago

1 answers
114 views
0
I'm making a Telegram bot with Python that tells me the movie schedule. I'm leaving a question because I don't know how to show you the ticket.

//import telegramfrom telegram.ext import Updaterfrom telegram.ext import MessageHandler, Filtersfrom bs4 import BeautifulSoupimport urllib.request as req######Yeongdeungpo CGv crawling related functi...


1 answers
97 views
0
Python crawl masters, please help me. NAVER News Keyword Crawling Telegram Bot

I want to send it to Telegram Bot using Naver News Crawling using keywords. I'm a beginner at coding, but I googled with YouTube and made the code using Python and Visual Studio code as follows #### L...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.