Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,986
» Latest member: Tycho_2025
» Forum threads: 38,734
» Forum posts: 175,575
Full Statistics
|
Online Users |
There are currently 48 online users. » 0 Member(s) | 43 Guest(s) Applebot, Google, AOL
|
Latest Threads |
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
1 hour ago
» Replies: 3
» Views: 2,515
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 2
» Views: 56
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 6
» Views: 178
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,040
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 453
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,083
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,152
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 835
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,108
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,549
|
|
|
New thread/topic |
Posted by: ankita_nthu - Jul-07-2019, 08:04 AM - Forum: Board
- Replies (2)
|
 |
hi,
sorry to ask here as this question is not related to this topic.
I am very new to this forum , so i dont know how create a new thread/topic. ..... More
|
|
|
clear button destroy can't work |
Posted by: jacklee26 - Jul-07-2019, 02:54 AM - Forum: GUI
- Replies (1)
|
 |
why my destroy can't work when click clear
[python]
from tkinter import *
a=Tk()
a.title('Window')
a.geometry('500x500+300+100')
b=StringVar()..... More
|
|
|
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
|
|
|
|