| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,299
» Latest member: matt
» Forum threads: 38,796
» Forum posts: 175,891
Full Statistics
|
| Online Users |
There are currently 40 online users. » 0 Member(s) | 38 Guest(s) Google
|
|
|
| Button won't execute function |
|
Posted by: TheLegendOfPanda - Jul-05-2019, 07:24 PM - Forum: GUI
- Replies (2)
|
 |
I programming the game battleships and got stuck when it came to the user input for the fields you want to shoot on. For that I created a tkinter wind..... More
|
|
|
| [nltk] Parsing with CFG |
|
Posted by: constantin01 - Jul-05-2019, 02:21 PM - Forum: Data Science
- Replies (1)
|
 |
Hi
I am reading "Natural Language Processing with Python" and the author gives example of use of CFG in nltk
[python]
grammar2 = nltk.parse_cfg("""..... More
|
|
|
| Need suggestion on software |
|
Posted by: Prince_Bhatia - Jul-05-2019, 11:34 AM - Forum: Bar
- Replies (1)
|
 |
Ok we need a pronounciation app in which i have the option to upload already recorded pronounciation of words and then . If i say a sentence and in th..... More
|
|
|
| Cypto |
|
Posted by: knagsted - Jul-05-2019, 07:30 AM - Forum: General Coding Help
- Replies (2)
|
 |
Is there a module called Crypto in the lastest version? I have installed it with succes but the intepreter can't find it.
[/python]
import Crypto..... More
|
|
|
| FileNotFound when copy |
|
Posted by: linh_py - Jul-05-2019, 03:44 AM - Forum: Homework
- Replies (3)
|
 |
hi everybody, please help me
i have function, it find the file and copy to new folder.
[python]def BKZ(folder):
print("Searching.............")
..... More
|
|
|
| selecting customized seasons from monthly time series |
|
Posted by: Staph - Jul-05-2019, 02:18 AM - Forum: Data Science
- Replies (3)
|
 |
I have monthlly time seris data like this
data = [1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11,12,...]
where 1,..... More
|
|
|
| __getattr__ and type hint |
|
Posted by: itaybardugo - Jul-04-2019, 09:50 PM - Forum: General Coding Help
- No Replies
|
 |
Hi
I have a Foo class(its an abstract one) with the magic Method __getattr__
And i have also a Bar class which inherits Foo,
When Foo.__getattre__ is..... More
|
|
|
|