Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 537 online users. » 0 Member(s) | 533 Guest(s) Baidu, Bing, Google, Yandex
|
Latest Threads |
Python Install Mager Help
Forum: News and Discussions
Last Post: bowens1983
2 hours ago
» Replies: 2
» Views: 215
|
How to ask Smart Question...
Forum: Board
Last Post: Thatedge
8 hours ago
» Replies: 3
» Views: 5,629
|
Exercise on reading a chu...
Forum: Homework
Last Post: polytrack
9 hours ago
» Replies: 2
» Views: 1,016
|
textbox compare command n...
Forum: GUI
Last Post: deanhystad
Yesterday, 09:50 PM
» Replies: 1
» Views: 123
|
New Users Introduce Yours...
Forum: Bar
Last Post: dmac6809
Yesterday, 02:48 PM
» Replies: 451
» Views: 343,803
|
How to retain Annotation ...
Forum: Code Review
Last Post: holeioonline
Yesterday, 08:43 AM
» Replies: 2
» Views: 907
|
Trading Bot written in Py...
Forum: News and Discussions
Last Post: LoriBrown
Yesterday, 07:08 AM
» Replies: 4
» Views: 95,192
|
replace or remove text fr...
Forum: General Coding Help
Last Post: Curbie
Jun-29-2025, 06:53 PM
» Replies: 13
» Views: 608
|
locating a pushbutton py ...
Forum: GUI
Last Post: deanhystad
Jun-29-2025, 06:47 PM
» Replies: 2
» Views: 153
|
Difference and meaning in...
Forum: General Coding Help
Last Post: Gribouillis
Jun-29-2025, 03:41 PM
» Replies: 4
» Views: 204
|
|
|
radius of circle question |
Posted by: charlottecrosland - Sep-11-2017, 05:28 AM - Forum: Homework
- Replies (5)
|
 |
I'm trying to run this, and it doesn't work. I accept it's a ridiculously easy program. And I'm obviously missing something terribly obvious and eas..... More
|
|
|
brute force |
Posted by: skriff - Sep-11-2017, 02:44 AM - Forum: Homework
- Replies (4)
|
 |
I made this brute force code
[spoiler][python]tam = int(input("insert password lenght"))
if tam ==1:
for i in range(48,123):
if (i>=..... More
|
|
|
K means clustering using heatmap |
Posted by: Rifscape - Sep-10-2017, 11:08 PM - Forum: Homework
- No Replies
|
 |
Hey guys,
So in another post I asked how to get a heat map working. Well I was able to get the heat map to work. But I've ran into another problem re..... More
|
|
|
tidying Up |
Posted by: SummoningZ - Sep-10-2017, 08:47 PM - Forum: Homework
- Replies (1)
|
 |
Hi,
I'm not sure if I have cleaned up my code enough could I make it more tidy?
[python]# PRINT ROWS #
def printing©:
print("1: " + " ".j..... More
|
|
|
Loop question |
Posted by: kraven - Sep-10-2017, 06:19 AM - Forum: Homework
- Replies (3)
|
 |
Extremely new to programming, and I am trying to get this whole loop thing down. I am doing one of the assignment's that I am sure you all have probab..... More
|
|
|
Using Data |
Posted by: RMcGovern - Sep-10-2017, 02:27 AM - Forum: General Coding Help
- Replies (5)
|
 |
I haven't coded a thing in 25 years and that was mostly basic. I don't really understand what the various shells are for. And I'm having issues with..... More
|
|
|
plotting trend |
Posted by: Firstname_Lastname - Sep-09-2017, 06:56 PM - Forum: General Coding Help
- Replies (1)
|
 |
0
down vote
favorite
I have a csv file with data in the following format -
Issue_Type DateTime
Issue1 03/07/2011 11:20:44
Issue2 ..... More
|
|
|
PYQT5 - SAVING ON EXCEL |
Posted by: thestacked - Sep-09-2017, 12:30 PM - Forum: General Coding Help
- No Replies
|
 |
how can i make this more shortcut ? I don't know how you make it shorter like: prsheet.write(0,0,self.prname_line.text())
def PatientReg(self):
..... More
|
|
|
|