| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,304
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,903
Full Statistics
|
| Online Users |
There are currently 44 online users. » 1 Member(s) | 40 Guest(s) Bing, Google, AOL, Gribouillis
|
|
|
| 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
|
|
|
|