Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 44 online users. » 1 Member(s) | 39 Guest(s) Bing, AOL, Google, AOL, tester_V
|
Latest Threads |
Hire a professional foren...
Forum: General Coding Help
Last Post: Alfreddonalds6
10 minutes ago
» Replies: 0
» Views: 3
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
13 minutes ago
» Replies: 2
» Views: 117
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
7 hours ago
» Replies: 2
» Views: 767
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 801
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 510
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,886
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,289
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,856
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,277
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,209
|
|
|
Help with homework |
Posted by: charlykelley - Mar-16-2019, 09:39 PM - Forum: Homework
- Replies (7)
|
 |
I am starting my journey in the world of programming (this after a class at the university), my knowledge of the subject is close to zero ... and this..... More
|
|
|
Why I get the ValueError |
Posted by: vokoyo - Mar-16-2019, 06:34 PM - Forum: Data Science
- No Replies
|
 |
Dear
May I know why I get the error message -
[i]line 49, in _update_weights
self.w_[1:]= self.eta*xi.dot(error)
ValueError..... More
|
|
|
Need to improve a programm |
Posted by: Richard_SS - Mar-16-2019, 02:47 PM - Forum: Homework
- Replies (4)
|
 |
The program checks if the input text is palindrome. After checking a text like "Rise to vote, sir." it wont find it as palindrome, even if it is. I ne..... More
|
|
|
Split String |
Posted by: lekuru01 - Mar-16-2019, 03:07 AM - Forum: Homework
- Replies (6)
|
 |
i am new to python and i am trying to get a better understanding on how to manipulate strings. Here is my program;
[python]
g='Hello world! What is ..... More
|
|
|
kivy app cryptogram |
Posted by: joe_momma - Mar-16-2019, 12:42 AM - Forum: GUI
- Replies (1)
|
 |
Hello,
I have started to play around with Kivy, I take a sentence encrypt it and send it to another class that stacks the encrypted sentence. The top..... More
|
|
|
How to view GUI of a source code |
Posted by: Chigoz - Mar-15-2019, 08:19 PM - Forum: GUI
- Replies (10)
|
 |
I found a source code on Github but I'm having hard time viewing it's GUI on PyQt. Is that possible?.Please help.
My PyQt progress bar is showing r..... More
|
|
|
print number of a list line per line |
Posted by: lateublegende - Mar-15-2019, 04:42 PM - Forum: General Coding Help
- Replies (2)
|
 |
I have some trouble with my list. I need to print the number line per line. the list looks like that.[python]
[16, 1, 1, 3, 6, 5, 87, 4, 83, 0, 2, 7,..... More
|
|
|
|