| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 51 online users. » 1 Member(s) | 42 Guest(s) Bing, Google, Facebook, AOL, Mojeek, deanhystad
|
|
|
| Array |
|
Posted by: Aussie - Sep-03-2020, 04:06 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hi, I want to print the sample values to a csv file.
The code below does create a file and prints to it.
Though I want the "value" part of the wri..... More
|
|
|
| head() |
|
Posted by: d8a988 - Sep-02-2020, 09:32 PM - Forum: Data Science
- Replies (4)
|
 |
the command 'head()' only partially displays the excel file I am dealing with.
How do I display the whole file?
these lines
[python]
data=pd.re..... More
|
|
|
| dice roller with tkinter |
|
Posted by: g0g0g1g - Sep-02-2020, 08:07 PM - Forum: Homework
- Replies (5)
|
 |
i am using tkinter to make my dice roller code look more appealing. i have gotten tkinter to display a roll button that works on the shell but in the ..... More
|
|
|
| svm script |
|
Posted by: falahfakhri - Sep-02-2020, 11:29 AM - Forum: General Coding Help
- Replies (3)
|
 |
Dear All the following svm script, gives the error (raise IOError("Cannot understand given URI: %s." % uri_r),
Would you please to show me where is ..... More
|
|
|
| Still Stumped |
|
Posted by: Milfredo - Sep-02-2020, 03:46 AM - Forum: General Coding Help
- Replies (2)
|
 |
I have watched a couple of videos and still stumped. The calc_value variable get assigned a number and I print it out and it is fine. But when I try a..... More
|
|
|
| merge excel |
|
Posted by: pagara - Sep-02-2020, 02:51 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hi
I want to merge and filter 2 excel sheets. They have different columns and one unique id.
I would want to leave other columns from these diff..... More
|
|
|
| DNP3 file transfer with python |
|
Posted by: Aussie - Sep-01-2020, 10:45 PM - Forum: General Coding Help
- No Replies
|
 |
Hi,
has anyone had anything to to with DNP3 file transfer using python?
Or something similar that may help get an understanding.
Thanks,
|
|
|
| help pls! |
|
Posted by: dirtdude - Sep-01-2020, 10:41 PM - Forum: General Coding Help
- Replies (2)
|
 |
uncomfirmedusers = ['bob','joe','mikey']
comfirmedusers = []
while uncomfirmedusers:
currentuser = uncomfirmedusers.pop()
print("v..... More
|
|
|
| Create Python executable |
|
Posted by: GabrielPoppes - Sep-01-2020, 04:34 PM - Forum: GUI
- No Replies
|
 |
Hello, I am breaking my head for a few days with a problem ... I finished an application in Python, and in the graphical interface I used QT Designer,..... More
|
|
|
| math problem using recursion? |
|
Posted by: mnh001 - Sep-01-2020, 03:54 PM - Forum: Homework
- Replies (14)
|
 |
First the problem.
1. Start with a semi-prime (eg, 15 = 3 * 5).
2. Take the factors and concatenate them both forwards and backwards to give 2 new n..... More
Attached Files
Thumbnail(s)
|
|
|
|