| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,296
» Latest member: nicos18
» Forum threads: 38,795
» Forum posts: 175,886
Full Statistics
|
| Online Users |
There are currently 32 online users. » 0 Member(s) | 30 Guest(s) Bing, Google
|
| Latest Threads |
My regex function is not ...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 1
» Views: 57
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:51 AM
» Replies: 1
» Views: 60
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 233
|
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 124
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 89
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,518
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 170
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 80
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,140
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,323
|
|
|
| clueless about the error message |
|
Posted by: findbikash - Sep-19-2019, 06:55 AM - Forum: General Coding Help
- Replies (2)
|
 |
[python]
rfm['r_quartile'] = pd.qcut(rfm['recency'], 4, ['1','2','3','4'])
rfm['f_quartile'] = pd.qcut(rfm['frequency'], 4, ['4','3','2','1'])
rfm[..... More
|
|
|
| Chatbot |
|
Posted by: metro17 - Sep-19-2019, 06:47 AM - Forum: General Coding Help
- Replies (2)
|
 |
How do I auto collect the user information like UserID,username,emailaddress automatically once the user starts talking to the chatbot.
Chatbot is re..... More
|
|
|
| Menu in frame |
|
Posted by: Elmit - Sep-19-2019, 01:38 AM - Forum: GUI
- Replies (2)
|
 |
Hi,
I try to make an application, which has multiple frames. Each frame should get a menu.
I found 2 piece of codes, but I couldn't figure out h..... More
|
|
|
| Problem Help! |
|
Posted by: Noxmancer - Sep-18-2019, 09:41 PM - Forum: General Coding Help
- Replies (5)
|
 |
I'm having trouble with the code for this problem:
Write a program for course registration. Students can use this program to add and drop cou..... More
|
|
|
| list and sort query |
|
Posted by: arian29 - Sep-18-2019, 02:55 PM - Forum: Homework
- Replies (2)
|
 |
qwe=[1,2,3,9,8,7,6]
qwe.sort()
print(qwe)
# This give output [1, 2, 3, 6, 7, 8, 9]
BUT
print(qwe.sort())
# This give output None
Wh..... More
|
|
|
| Not working in PyCharm, Is this IDE specific ? |
|
Posted by: arian29 - Sep-18-2019, 06:39 AM - Forum: Homework
- Replies (1)
|
 |
I try running this-
>>>test = [[1, 2 , 3 ,4 ,5 ,6 ,7 ,8 ,9 ,10],['a' ,'s' ,'d' ,'f' ,'g' ,'h' ,'j' ,'k' ,'l' ]]
>>>test[1]
Works great in IDL..... More
|
|
|
| python and tkinter |
|
Posted by: menator01 - Sep-18-2019, 06:12 AM - Forum: GUI
- Replies (2)
|
 |
Hey all, I'm kind of new to python and hope you can help me figure this out.
I cant seem to get the letter to pass to the print. Thanks for any hel..... More
|
|
|
|