| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,236
» Latest member: Cristiano
» Forum threads: 38,776
» Forum posts: 175,790
Full Statistics
|
| Online Users |
There are currently 44 online users. » 2 Member(s) | 38 Guest(s) Google, Bing, Applebot, perfringo, Cristiano
|
| Latest Threads |
Two arguments in input fu...
Forum: General Coding Help
Last Post: noisefloor
6 hours ago
» Replies: 3
» Views: 77
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
8 hours ago
» Replies: 3
» Views: 91
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 07:29 PM
» Replies: 0
» Views: 64
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:59 AM
» Replies: 3
» Views: 98
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Yesterday, 09:09 AM
» Replies: 452
» Views: 375,032
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:07 AM
» Replies: 2
» Views: 3,362
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,551
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 180
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,192
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,437
|
|
|
| InvalidIndexError: (slice(None, None, None), slice(None, -1, None)) |
|
Posted by: SuperNinja3I3 - Jul-15-2022, 04:54 AM - Forum: General Coding Help
- Replies (1)
|
 |
[python]data = pd.read_csv('data.csv')
X = data[:,:-1]
Y = data['Outcome']
X_train,X_test,Y_train,Y_test = train_test_split(X,Y, test_size=0.3)..... More
Attached Files
diabetes.csv (Size: 23.31 KB / Downloads: 327)
|
|
|
| viewing PDFs |
|
Posted by: DPaul - Jul-13-2022, 09:47 AM - Forum: GUI
- Replies (2)
|
 |
Hi,
When I search jpgs or tifs, i can show them using the canvas widget in tKinter.
What about showing a ONE page pdf ? (no scrolling required)
Is ..... More
|
|
|
| Tiling large images |
|
Posted by: XavierPlatinum - Jul-12-2022, 11:20 PM - Forum: Game Development
- Replies (7)
|
 |
Hello,
Is it faster for pygame to draw a huge image if it is chopped up into smaller tiles?
Currently they are just circles, but I would like to..... More
|
|
|
|