| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 45 online users. » 0 Member(s) | 40 Guest(s) Bing, AOL, Google, Applebot
|
| Latest Threads |
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
5 hours ago
» Replies: 5
» Views: 97
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 46
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,481
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 138
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 60
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,063
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,297
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 362
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 200
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 262
|
|
|
| XGboost Regressor output |
|
Posted by: Scott - Mar-09-2020, 01:43 AM - Forum: Data Science
- No Replies
|
 |
Hi everyone,
I am running an XGBoost regressor model with a lot of independent variables. I want to get the model out put for each of the independe..... More
|
|
|
| Game pad controlled helicopter |
|
Posted by: michael1789 - Mar-08-2020, 10:49 PM - Forum: Code sharing
- No Replies
|
 |
I made this little program if anyone wants to make a game with it. It's a helicopter that you fly around, with scrolling.
It's the first time I us..... More
|
|
|
| Tkinter focus |
|
Posted by: catlessness - Mar-08-2020, 05:24 PM - Forum: GUI
- Replies (5)
|
 |
[python]
import tkinter as tk
window=tk.Tk()
window.title('Impedance simulation')
window.geometry('900x700')
entry1=tk.Entry(window,show=None,t..... More
|
|
|
| Syntax error |
|
Posted by: gray1306 - Mar-08-2020, 03:33 PM - Forum: General Coding Help
- Replies (4)
|
 |
Hi,
I have a syntax error on line 67 and can't seem to figure out why? can someone please help and explain why please?
[python]# games_database...... More
|
|
|
| String formatting issues? |
|
Posted by: lolatyou - Mar-08-2020, 05:27 AM - Forum: Homework
- Replies (2)
|
 |
#I created a program with two functions and a variable as follows:
[python]def isHarshad(num):
if num % sum([int(x) for x in list(str(num))]) ..... More
|
|
|
| maping issue |
|
Posted by: JsunRae - Mar-08-2020, 12:19 AM - Forum: General Coding Help
- Replies (4)
|
 |
Hi, I am trying to convert a time date string into a time serial of 0 to 1 designating the hour of the day. I could not find anything existing to use ..... More
|
|
|
| sub command |
|
Posted by: Skaperen - Mar-07-2020, 07:26 PM - Forum: Code sharing
- Replies (7)
|
 |
sub.py is my "sub" command. it substitutes one string (arg 2) for another (arg 1) in one or more files or in th stdin/stdout stream for file name "-"..... More
|
|
|
| multihistogram |
|
Posted by: aster - Mar-07-2020, 06:23 PM - Forum: Data Science
- No Replies
|
 |
Hello,
I am trying to make an histogram with 2 values (a,b) for each group
[python]import matplotlib.pyplot as plt
a = [1,4]
b = [2,10]
plt..... More
Attached Files
Thumbnail(s)
|
|
|
| while loop with gui not working |
|
Posted by: pythonbegginer - Mar-07-2020, 02:48 PM - Forum: GUI
- Replies (2)
|
 |
hi, I am trying to make a program continuously print on off if a radio button is selected and if another radio button is selected, I want it to stop. ..... More
|
|
|
|