Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 42 online users. » 1 Member(s) | 35 Guest(s) Bing, Google, AOL, Internet Archive, Apple, CaptainNewb
|
Latest Threads |
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: DeaD_EyE
1 hour ago
» Replies: 6
» Views: 2,546
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:27 PM
» Replies: 6
» Views: 841
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:32 PM
» Replies: 2
» Views: 533
|
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,832
|
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Yesterday, 11:16 AM
» Replies: 4
» Views: 15,764
|
New to the field
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 08:15 AM
» Replies: 1
» Views: 432
|
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:34 AM
» Replies: 1
» Views: 508
|
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Sep-13-2025, 06:11 AM
» Replies: 5
» Views: 1,578
|
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,259
|
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Sep-12-2025, 08:36 AM
» Replies: 1
» Views: 2,457
|
|
|
CSV quiz |
Posted by: toriturtle - Mar-14-2017, 08:44 AM - Forum: Homework
- Replies (4)
|
 |
I need to create a system where priority is given to choosing questions out of a list with the lowest number of times answered correctly first.
Any..... More
|
|
|
power of 2 |
Posted by: Skaperen - Mar-14-2017, 05:52 AM - Forum: Bar
- Replies (8)
|
 |
given an int argument, is it a power of two?
how efficiently can you code this function?
|
|
|
Help me please!! |
Posted by: Skippy - Mar-13-2017, 02:58 PM - Forum: General Coding Help
- Replies (6)
|
 |
Okay, so I am posting about the same thing I did last time I posted here. This program doesn't work:
[python]def getNumber(low, high, prompt="Enter a..... More
|
|
|
notification from database |
Posted by: iFunKtion - Mar-13-2017, 11:20 AM - Forum: GUI
- Replies (3)
|
 |
Hi there,
This is a gui application I am building using qt4 and connects to a couchdb server. Within this application, there is a very simple messa..... More
|
|
|
Suggestions on my code |
Posted by: YorgosTheProgramer - Mar-13-2017, 11:03 AM - Forum: Homework
- Replies (2)
|
 |
Ive made up this program to workout the costs of old and new movies at a video store by adding them together for some uni homework. It works and all, ..... More
|
|
|
Support for emojis |
Posted by: Ofnuts - Mar-12-2017, 08:06 PM - Forum: Board
- Replies (6)
|
 |
Strange behavior with emojis... As long as I am in the post preview, they display correctly, but when I post, they are replaced with a question mark....... More
|
|
|
threading |
Posted by: kerzol81 - Mar-12-2017, 01:46 PM - Forum: General Coding Help
- Replies (6)
|
 |
Hi,
I have this code, which monitors folders for incoming files:
[python]
import os
import glob
import time
import threading
import smtplib..... More
|
|
|
plotting histogram |
Posted by: vvv - Mar-10-2017, 10:01 PM - Forum: Data Science
- Replies (1)
|
 |
Hi All,
I count the number of grades appeared in the dataset and trying to plot it as histogram.
it works ,but couldn't get the grade name as x-..... More
|
|
|
Loops in List |
Posted by: SandraDan - Mar-10-2017, 09:20 PM - Forum: General Coding Help
- Replies (19)
|
 |
Hello everyone,
I'm new to Python and I'm having difficulty understanding why my Loop-List code doesn't work.
[python]
# loop in list
list..... More
|
|
|
|