Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,960
» Latest member: llarkin6
» Forum threads: 38,729
» Forum posts: 175,538
Full Statistics
|
Online Users |
There are currently 55 online users. » 0 Member(s) | 51 Guest(s) Google, Bing, AOL, AOL
|
Latest Threads |
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
1 hour ago
» Replies: 3
» Views: 227
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
11 hours ago
» Replies: 4
» Views: 655
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:17 PM
» Replies: 1
» Views: 751
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:14 PM
» Replies: 6
» Views: 4,985
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Yesterday, 09:50 AM
» Replies: 1
» Views: 1,642
|
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Yesterday, 03:53 AM
» Replies: 1
» Views: 2,685
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:32 AM
» Replies: 0
» Views: 312
|
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 536
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,981
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,760
|
|
|
tmdbsimple error |
Posted by: pythonnewbie138 - Aug-06-2020, 09:16 PM - Forum: General Coding Help
- Replies (4)
|
 |
I'm running into an obstacle in converting my TMDB query script into a function. The only change is having the search query as the only argument in th..... More
|
|
|
Execute full script |
Posted by: samuelbachorik - Aug-06-2020, 08:09 PM - Forum: General Coding Help
- No Replies
|
 |
Hi dear users, in this code my function detects mouse click and while loop is refreshing x and y positions of mouse. I need these values together but ..... More
|
|
|
HELP!!! |
Posted by: munirh070 - Aug-06-2020, 04:13 PM - Forum: General Coding Help
- Replies (6)
|
 |
#######################################
[python]number = [1,1,1,1,1,1,1,1,1,1]
for i in car:
if(i == 1):
number.remove(i)
print(c..... More
|
|
|
Bullet firing |
Posted by: skillamac - Aug-06-2020, 04:00 PM - Forum: Game Development
- Replies (3)
|
 |
I'm working on a python game for uni and Im having an issue. I cant seem to get the bullets to fire from my spaceship and I dont know why? Ive checked..... More
|
|
|
Need help with a code |
Posted by: saratha - Aug-06-2020, 10:57 AM - Forum: Homework
- Replies (5)
|
 |
Hey everyone,
I have a problem solving this code, so can you help?
The problem is: to do a repetition count and give the result as a dictionary. ..... More
|
|
|
Delete line of file |
Posted by: dionatandiego11 - Aug-05-2020, 02:27 PM - Forum: Homework
- Replies (2)
|
 |
Hi,
I would like to create a function that when triggered deletes line from a txt file
ex:
[python]a = input ("which movie would you like to ..... More
|
|
|
|