Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 713 online users. » 1 Member(s) | 706 Guest(s) Bing, Yandex, Mojeek, Apple, deanhystad
|
|
|
is there an itertor of chunks? |
Posted by: Skaperen - Jul-19-2022, 04:11 AM - Forum: General Coding Help
- Replies (8)
|
 |
i have a list (or tuple) of many items. here is a very simple case:
foo = (9,8,7,6,5,4,3,2,1,0) what i want to do is step thro..... More
|
|
|
Laggy Game Movement |
Posted by: game_slayer_99 - Jul-18-2022, 09:55 PM - Forum: Game Development
- Replies (11)
|
 |
I've noticed that the movement in my Pong game is experiencing a strange amount of lag when I start the game up in Python, despite coding it to run at..... More
|
|
|
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: 294)
|
|
|
|