Re: [Tutor] Python printing parentheses and quotes

2019-06-11 Thread Sai Allu
Thank you Cameron, This was something that I was working on last week and I've been able to fix the script since then. I was just curious why the previous version did that and you might be right, thank you for the help though! Best Wishes, Sai Allu From: Cameron

[Tutor] Broadcasting using sockets over adhoc wifi

2019-06-11 Thread John Hoeksema
Hello! Summer researcher using Raspbian and Python 3.5. I'm trying to use a Raspberry Pi 3 B+ to broadcast a message using the sockets library to other Pis (same model) over their shared ad-hoc network. All of the Pis can ping the others over the ad hoc network. The Pis can also communicate using

[Tutor] Error when trying to insert csv values into a sql table

2019-06-11 Thread Cravan
Here is the stack overflow link: https://stackoverflow.com/questions/56540292/error-when-trying-to-insert-csv-values-into-a-sql-table I'm getting a weird error code when I try to store values from a csv into an sql table in a movie review assignment. I have already edited my apostrophes and

Re: [Tutor] Error when trying to insert csv values into a sql table

2019-06-11 Thread Peter Otten
Cravan wrote: > Here is the stack overflow link: > https://stackoverflow.com/questions/56540292/error-when-trying-to-insert-csv-values-into-a-sql-table > > > > I'm getting a weird error code when I try to store values from a csv into > an sql table in a movie review assignment. Like they say