Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 35 online users. » 0 Member(s) | 31 Guest(s) Bing, Google, AOL, AOL
|
Latest Threads |
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
6 hours ago
» Replies: 6
» Views: 728
|
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
7 hours ago
» Replies: 0
» Views: 56
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
10 hours ago
» Replies: 8
» Views: 457
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,833
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 701
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,231
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,803
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,204
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,162
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,465
|
|
|
output list reducing each time through loop |
Posted by: 3Pinter - Feb-27-2019, 11:28 AM - Forum: General Coding Help
- Replies (6)
|
 |
In getting empty lists as output, and that is something I don't get.
Expected:
[1,2,3,4,5]
[2,3,4,5]
[3,4,5]
[4,5]
[5]
[python]
a = [1,2,3..... More
|
|
|
NameError x not defined |
Posted by: Bruizeh - Feb-27-2019, 06:02 AM - Forum: Homework
- Replies (5)
|
 |
Hello, my class just began functions() and defining them but I'm stuck rn.
[python]def greeting():
print("Hello, welcome to the Calculator App..... More
|
|
|
Help with finding vowels |
Posted by: nlord7 - Feb-27-2019, 03:49 AM - Forum: Homework
- Replies (1)
|
 |
Im fairly new to programming, so apologies for the silly mistakes. Im trying to find words with 10 or more vowels in them given a .txt file. However, ..... More
|
|
|
[split] Calculate Times |
Posted by: dhodgens - Feb-26-2019, 07:38 PM - Forum: Homework
- Replies (3)
|
 |
I'm new to Python and I'm trying to calculate the following time:
start_hour = 3
start_minute = 48
length = 172
The variables above represen..... More
|
|
|
How to make this simpler. |
Posted by: leoahum - Feb-26-2019, 04:35 PM - Forum: General Coding Help
- Replies (7)
|
 |
[python]D = ['a','b','c','d','e']
l = [[233,'a'],[321,'a'],[445,'b'],[322,'c'],[123,'c'],[12312,'c'],[456,'d'],[334,'e']]
ND = {}
for x in ..... More
|
|
|
object detection program |
Posted by: netrudra5 - Feb-26-2019, 04:01 PM - Forum: General Coding Help
- No Replies
|
 |
whenever i try to run the following code the following error is coming............
deep_learning_object_detection.py: error: argument --video: expe..... More
|
|
|
hide encrypt verification on URL |
Posted by: metulburr - Feb-26-2019, 03:00 PM - Forum: Bar
- Replies (1)
|
 |
In firefox/chrome, does anyone know how to hide the encryption URL on the address bar? What is shown on the attached image.
The reason is because w..... More
Attached Files
Thumbnail(s)
|
|
|
Dice game |
Posted by: Mazzo76 - Feb-26-2019, 10:18 AM - Forum: General Coding Help
- Replies (1)
|
 |
Anyone know how to make a two player dice game with a scoring system so me and my friend can experiment on python and play each other
Thanks, Mazz..... More
|
|
|
MemoryError |
Posted by: AwaAgathe - Feb-26-2019, 02:57 AM - Forum: General Coding Help
- No Replies
|
 |
[output]Hello everyone
I have this code but when I run it I get the MemoryError. I am new to coding, please can someone have a look and help me with ..... More
|
|
|
|