Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Can't get pygame to install
Post: RE: Can't get pygame to install

Did you add it to path, when installing python?
JellyCreeper6 Game Development 13 10,280 Dec-07-2020, 02:56 AM
    Thread: Forum Logo
Post: RE: Forum Logo

I see, well the multiple themes idea seems good but the development team would have to work more.
JellyCreeper6 Board 4 2,805 Nov-30-2020, 02:21 PM
    Thread: Forum Logo
Post: Forum Logo

The new forum layout and style is pretty well made but the logo seems a bit off. Any plans to perhaps change it?
JellyCreeper6 Board 4 2,805 Nov-30-2020, 04:46 AM
    Thread: enable flash using selenium chromedriver
Post: RE: enable flash using selenium chromedriver

I would like an answer to this as well
JellyCreeper6 Web Scraping & Web Development 1 4,296 Nov-27-2020, 12:15 PM
    Thread: Searching for specific word in text files.
Post: Searching for specific word in text files.

How do I search in a file for a specific word? It should ignore word containing that word, for example. word to search = 'ello' text file - hello thereIt shouldn't output anything file with the abov...
JellyCreeper6 General Coding Help 1 1,747 Nov-03-2020, 01:21 PM
    Thread: Delete lines from a string that contains a keyword
Post: RE: Delete lines from a string that contains a key...

(Oct-30-2020, 10:24 AM)perfringo Wrote: (Oct-30-2020, 05:39 AM)JellyCreeper6 Wrote: I want to delete lines from a string that contains a certain keyword. How do I do this? You can't do that. Strin...
JellyCreeper6 General Coding Help 4 3,554 Oct-30-2020, 10:46 AM
    Thread: Delete lines from a string that contains a keyword
Post: RE: Delete lines from a string that contains a key...

(Oct-30-2020, 07:31 AM)bowlofred Wrote: Is it truly all in a single string? Generally want to split it by lines and then process the lines. >>> print(s) This is the first line This is the...
JellyCreeper6 General Coding Help 4 3,554 Oct-30-2020, 07:42 AM
    Thread: Delete lines from a string that contains a keyword
Post: Delete lines from a string that contains a keyword

As stated in the title, I want to delete lines from a string that contains a certain keyword. This is the first line This is the second line This is the third lineThe keyword is second, so the output ...
JellyCreeper6 General Coding Help 4 3,554 Oct-30-2020, 05:39 AM
    Thread: Inserting a variable as column name in sqlite3 python
Post: RE: Inserting a variable as column name in sqlite3...

(Oct-22-2020, 11:17 AM)Larz60+ Wrote: use the verb ALTER It will add the new column as last column (required to maintain integrity of old table. see: https://www.sqlitetutorial.net/sqlite-alter-tabl...
JellyCreeper6 Data Science 3 3,815 Oct-26-2020, 05:10 AM
    Thread: Inserting a variable as column name in sqlite3 python
Post: Inserting a variable as column name in sqlite3 pyt...

So how exactly do you do it? I have tried doing this - 'UPDATE Table SET {} WHERE name=?'.format(col) , [name]) and this - 'UPDATE Table SET %s WHERE name=?' % (col,), [name]Both have been giving me t...
JellyCreeper6 Data Science 3 3,815 Oct-22-2020, 03:19 AM
    Thread: Sqlite 3 Database is not updating after using commit()
Post: RE: Sqlite 3 Database is not updating after using ...

I ran the same lines of code on a seperate file and the same thing happens for me. It must be the database... Do you have any idea what it could be. I don't see anything wrong with it[Database].
JellyCreeper6 Data Science 5 3,247 Oct-19-2020, 08:02 AM
    Thread: Sqlite 3 Database is not updating after using commit()
Post: RE: Sqlite 3 Database is not updating after using ...

(Oct-19-2020, 07:29 AM)buran Wrote: it looks like your table is empty. Do you have data in it? Yes, I do. When doing this, name and PreEnc is filled. I want to fill PostEnc.
JellyCreeper6 Data Science 5 3,247 Oct-19-2020, 07:30 AM
    Thread: Sqlite 3 Database is not updating after using commit()
Post: Sqlite 3 Database is not updating after using comm...

Any help is appreciated. Table name - Encounters name |encounters|PreEnc|PostEnc| 'Name1'|0 |20 |0 |the values for encounters, PreEnc, PostEnc are default to 0. Now I want to upda...
JellyCreeper6 Data Science 5 3,247 Oct-19-2020, 07:20 AM
    Thread: Game Logic - Pokemon like type advantages in python
Post: RE: Game Logic - Pokemon like type advantages in p...

(Aug-17-2020, 04:52 AM)michael1789 Wrote: Do you know how to use Classes? This is a very good example to cut your teeth on. If you use an enemy class and/or card class you can assign an element(fi...
JellyCreeper6 Game Development 3 2,732 Aug-17-2020, 06:14 AM
    Thread: Game Logic - Pokemon like type advantages in python
Post: Game Logic - Pokemon like type advantages in pytho...

I can't really wrap my head around this. I'm making this Text-based Adventure game and I want to implement these type differences (Water > Fire, Fire > Grass) into the game for more specialised ...
JellyCreeper6 Game Development 3 2,732 Aug-17-2020, 03:55 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020