Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,984
» Latest member: Robertbop
» Forum threads: 38,734
» Forum posts: 175,572
Full Statistics
|
Online Users |
There are currently 62 online users. » 0 Member(s) | 59 Guest(s) Bing, AOL, AOL
|
Latest Threads |
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 1
» Views: 43
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 10:37 PM
» Replies: 5
» Views: 168
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,035
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 448
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,081
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,148
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 826
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,107
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,548
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,138
|
|
|
Removing items from list |
Posted by: slackerman73 - Dec-12-2019, 03:19 AM - Forum: Homework
- Replies (8)
|
 |
I'm trying to remove an item from the passwords list.
I keep getting Traceback (most recent call last):
passwords.remove(websitetodelete) #..... More
|
|
|
Function |
Posted by: gray1306 - Dec-11-2019, 08:20 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hello, could someone let me know where am I going wrong with the below code please?
The programs is supposed to ask the user for a number input to ma..... More
|
|
|
Numpy saving and loading introduces zeros in the middle of every element |
Posted by: DreamingInsanity - Dec-11-2019, 07:21 PM - Forum: Data Science
- No Replies
|
 |
I am do a simple numpy saving and loading test with this code:
[python]a = np.array([[[10,10,10], [10, 10, 10]], [[10,10,10], [10,10,10]]])
print(a)..... More
|
|
|
Chat bot |
Posted by: akanowhere - Dec-11-2019, 12:37 PM - Forum: General Coding Help
- Replies (16)
|
 |
I need a help with this code:
[python]
from time import sleep
from selenium.webdriver.common.by import By
from selenium import webdriver
from sel..... More
|
|
|
Networking |
Posted by: archer491 - Dec-11-2019, 10:17 AM - Forum: Networking
- No Replies
|
 |
Hi guys, I am very intrigue with this behavior that i don't understand, so if anyone please explain to me why this happed please …
i wrote a python 2..... More
|
|
|
Convert .py to .exe |
Posted by: arthur_cti - Dec-10-2019, 06:02 PM - Forum: General Coding Help
- No Replies
|
 |
Hello, I have a problem, I would like to convert my simple (.py) file to an .exe file, but I follow pyinstaller's instructions and I can't execute the..... More
|
|
|
|