Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,935
» Latest member: tobey12
» Forum threads: 38,722
» Forum posts: 175,509
Full Statistics
|
Online Users |
There are currently 54 online users. » 0 Member(s) | 47 Guest(s) AOL, Bing, Google, Mojeek, AOL
|
Latest Threads |
Why Is Assignment Help Au...
Forum: News and Discussions
Last Post: tobey12
40 minutes ago
» Replies: 0
» Views: 9
|
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Yesterday, 05:56 PM
» Replies: 9
» Views: 2,799
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Yesterday, 11:22 AM
» Replies: 4
» Views: 1,222
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Yesterday, 10:31 AM
» Replies: 3
» Views: 242
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 559
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,717
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 658
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 242
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,193
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,417
|
|
|
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
|
|
|
what is ,*, ? |
Posted by: Skaperen - Sep-09-2017, 01:45 AM - Forum: News and Discussions
- Replies (24)
|
 |
in the documentation The Python Library Reference (at least in the PDF copy) many functions and class methods are shown with an argument list that has..... More
|
|
|
join elements from two splits |
Posted by: dwiga - Sep-08-2017, 03:24 AM - Forum: Homework
- Replies (2)
|
 |
I want to join two splitted string,
[python]
a = "a,b,c"
b = "1,2,3"
spla = a.split(",")
splb = b.split(",")
for arra, arrb in spla, splb:
..... More
|
|
|
Class File |
Posted by: ankur2207 - Sep-07-2017, 02:07 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi,
I have saved my 'class xyz' as abc.py at some location.
now I have another editor window in which I want to write a code to create an object..... More
|
|
|
compute gross pay |
Posted by: jamesuzo - Sep-07-2017, 01:04 PM - Forum: Homework
- Replies (1)
|
 |
please give a runnable sample of your code with the full error text or a clear description of the problem
pay: 472.5 ← Mismatch
Write a program ..... More
|
|
|
How to generate the list I want? |
Posted by: Krookroo - Sep-07-2017, 03:28 AM - Forum: General Coding Help
- Replies (6)
|
 |
Hi :)
I want to generate a list of lists of the form:
[python][ [0, 4, 4, 4, 4]
[4, 0, 4, 4, 4]
[4, 4, 0, 4, 4]
[4, 4, 4, 0, 4]
[4, 4, 4, 4,..... More
|
|
|
PyPy3.5 |
Posted by: dvs1 - Sep-07-2017, 02:02 AM - Forum: News and Discussions
- No Replies
|
 |
[quote]The PyPy team is proud to release both PyPy2.7 v5.7 (an interpreter supporting Python v2.7 syntax), and a beta-quality PyPy3.5 v5.7 (an ..... More
|
|
|
|