Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,588
Full Statistics
|
Online Users |
There are currently 40 online users. » 0 Member(s) | 35 Guest(s) Bing, Google, AOL, Applebot
|
Latest Threads |
Another app idea - intera...
Forum: News and Discussions
Last Post: Biks
10 hours ago
» Replies: 1
» Views: 1,819
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Biks
10 hours ago
» Replies: 3
» Views: 1,115
|
real community
Forum: News and Discussions
Last Post: Biks
10 hours ago
» Replies: 4
» Views: 3,068
|
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
Today, 08:52 AM
» Replies: 5
» Views: 173
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
Today, 06:18 AM
» Replies: 4
» Views: 144
|
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 08:57 AM
» Replies: 1
» Views: 92
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Oct-02-2025, 03:05 PM
» Replies: 3
» Views: 2,558
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Oct-02-2025, 01:56 PM
» Replies: 6
» Views: 254
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,067
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 485
|
|
|
Help for simplifying code |
Posted by: mmk1995 - Sep-19-2019, 11:02 AM - Forum: General Coding Help
- Replies (8)
|
 |
Hello,
How can I simplify below two coding to make the code clean?
coding 1:
[python]
Case1,Case2,Case3,Case4,Case5=0,0,0,0,0,0
if rule = 1:
..... More
|
|
|
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
|
|
|
|