| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,280
» Latest member: ndx101
» Forum threads: 38,790
» Forum posts: 175,869
Full Statistics
|
| Online Users |
There are currently 47 online users. » 0 Member(s) | 40 Guest(s) Bing, Facebook, Google, Google Image
|
| Latest Threads |
How to put my game loop i...
Forum: Game Development
Last Post: Santoro
2 hours ago
» Replies: 12
» Views: 5,997
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
3 hours ago
» Replies: 4
» Views: 1,444
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Yesterday, 02:10 PM
» Replies: 2
» Views: 93
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Yesterday, 06:48 AM
» Replies: 0
» Views: 32
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:46 AM
» Replies: 2
» Views: 4,283
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 299
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 146
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 211
|
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,116
|
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 257
|
|
|
| Need help with NPC (bot) |
|
Posted by: Paul_Choi06 - Jun-27-2020, 09:19 PM - Forum: General Coding Help
- No Replies
|
 |
I created a simple game but I would like to make the NPC (bots) be able to jump at random times. Here is my code:
[python]
import pygame
import r..... More
|
|
|
| text to speech |
|
Posted by: Heyjoe - Jun-27-2020, 07:42 PM - Forum: General Coding Help
- Replies (11)
|
 |
Fellow Python Users,
I want to put several words in a list. Then tell Python to say the word.
I did some searches on text to speech. I found..... More
|
|
|
| Code error |
|
Posted by: python_learn - Jun-27-2020, 05:51 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hello Friends
I am new to Python world. I am trying to practice some code and I am not getting the result as expected.
Here is the code:
[py..... More
|
|
|
| bootstraping |
|
Posted by: shiprakumari18jan1822 - Jun-27-2020, 04:22 PM - Forum: Data Science
- No Replies
|
 |
Plz any one help me to write python code to bootstrap the input and output dataset using random selection (Latin Hypercube) with replacement?
|
|
|
| simple task with lists... |
|
Posted by: Maxwell123 - Jun-27-2020, 11:12 AM - Forum: Homework
- Replies (3)
|
 |
Write the function equal(lst1, lst2), which for two given integer lists will give the result True if these lists are equal after compression and False..... More
|
|
|
| Recursive functions |
|
Posted by: Ayman_2001 - Jun-27-2020, 10:37 AM - Forum: Homework
- Replies (3)
|
 |
Greetings,
I've been doing this course on Udacity and this one problem has been stressing me for a while and I don't know why this keeps coming back ..... More
|
|
|
| Python for excel |
|
Posted by: BuJayBelvin - Jun-27-2020, 12:40 AM - Forum: General Coding Help
- Replies (7)
|
 |
Can anyone share a reference text specifically geared towards excel users? Not sure it exists. (I have read the openpyxl documentation.)
Thanks!
|
|
|
| Tkinter Calculator |
|
Posted by: menator01 - Jun-26-2020, 09:25 PM - Forum: Code sharing
- Replies (2)
|
 |
Tried my luck with a simple calculator. As always I welcome feedback.
Esc key will clear. numpad keys work, and enter keys to get totals
[python]
#..... More
|
|
|
| File handling |
|
Posted by: knollfinder - Jun-26-2020, 07:48 PM - Forum: General Coding Help
- Replies (3)
|
 |
Although I have been programming since 1956, I can't get beyond simple things in Python, in particular, getting data into and out of files.
I opened ..... More
|
|
|
| Install Fails v3.8.3 |
|
Posted by: flyboy91901 - Jun-26-2020, 05:31 PM - Forum: General Coding Help
- No Replies
|
 |
Windows 10 with latest updates Python v3.8.3 fails with error code: 0x80070643
Any ideas to get around this?
Gary
Never mind - thought it s..... More
|
|
|
| Unicode lists |
|
Posted by: broodmdh - Jun-26-2020, 05:20 PM - Forum: General Coding Help
- Replies (1)
|
 |
I have a series of text files that appear to contain a list of unicode values. For example, one file will have the following:
[u'01', u'13', u'20'..... More
|
|
|
|