Posts by SrTony • 21 points
3 posts
-
0
votes0
answers91
viewsQ: How to access a shared folder on the network with password in windows using python
I have a program made in python that accesses my usb printer and then I have it print something, I’m trying to make my program access this connected printer on another computer sharing it on the…
-
1
votes0
answers27
viewsQ: Duplicate entry '78161' for key 'PRIMARY' (Not duplicated)
I have a table that stores people’s data and when I give an input to add a new record it says that the 'id' (primary key) is duplicated, however it is not duplicated. The table where I am entering…
-
0
votes1
answer49
viewsQ: How to take a differentiated input value using Beautifulsoup
I’m doing a little program to learn how to use Beautifulsoup and I’m doing a currency dealer that converts the value of currency X to currency Y, my program initially taken from the site of Iban all…