Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,498
» Latest member: OLanePulse
» Forum threads: 38,593
» Forum posts: 174,874
Full Statistics
|
Online Users |
There are currently 712 online users. » 0 Member(s) | 705 Guest(s) Bing, Google, Yandex, Apple, Mojeek, Baidu
|
|
|
Invalid syntax |
Posted by: Slome - May-13-2022, 08:12 PM - Forum: Homework
- Replies (2)
|
 |
When i run this,
import csv
def main():
with open("battle_royale.csv") as csvfile:
readCSV = csv.reader(csvfile, delimiter=',')
..... More
Attached Files
Thumbnail(s)
|
|
|
How to fix this? |
Posted by: DERO - May-13-2022, 06:43 PM - Forum: Homework
- No Replies
|
 |
Hi.
So, my question is:
When I ran the below code all values change to custom(as it should be), except for the last phrase. I wonder if anyone has a..... More
|
|
|
How to fix this? |
Posted by: DERO - May-13-2022, 06:43 PM - Forum: Homework
- Replies (1)
|
 |
Hi.
So, my question is:
When I ran the below code all values change to custom(as it should be), except for the last phrase. I wonder if anyone has a..... More
|
|
|
[Solved]Help Passing Variables |
Posted by: Extra - May-12-2022, 08:01 PM - Forum: GUI
- Replies (4)
|
 |
Hello,
I'm wondering how I can pass my userInputName and userInputPassword to my validate function.
I thought this was the correct way of doing ..... More
|
|
|
Save settings |
Posted by: frohr - May-12-2022, 06:50 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hi,
I want to ask you how to save options. I have main window with charts and calculations. When I click Settings button, second window is open.
T..... More
|
|
|
Encryption program |
Posted by: andrei - May-11-2022, 07:56 PM - Forum: Code sharing
- Replies (1)
|
 |
Hello all, I seem to be having a issue while I am decoding the following program ( encryption type ) no issue encoding it , can anybody provide some i..... More
|
|
|
what have you learned recently? |
Posted by: Skaperen - May-10-2022, 10:02 PM - Forum: Bar
- Replies (15)
|
 |
what have you learned recently that impacts your programming in Python or anything else you regularly do?
|
|
|
Model ID error |
Posted by: sshree43 - May-10-2022, 07:53 PM - Forum: General Coding Help
- No Replies
|
 |
Hi Expert,
I am trying to use model id for form recognizer py script. Here is my code . currently I am using endpoint url and api key and data is g..... More
|
|
|
|