Posts by Mona - • 25 points
2 posts
-
2
votes1
answer145
viewsQ: How to transform an array with strings(list) into an integer array in Python?
I’m new to python programming. I came across today the challenge of picking up a vector (ex:V1== ['MESA 11 22 33 44 ']) in which all its elements are in string format (as if they were one, only…
-
-2
votes1
answer232
viewsQ: Error while trying to connect Mysql database to eclipse using JDBC
I’ve tried some solutions, I’ve reinstalled Mysql and Workbench, but it doesn’t seem to accept my password. It just keeps giving the same error. Note: I did not change the user name in the database,…