Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,975
» Latest member: Schirag
» Forum threads: 38,732
» Forum posts: 175,563
Full Statistics
|
Online Users |
There are currently 44 online users. » 0 Member(s) | 38 Guest(s) Google, Bing, AOL, AOL, Applebot
|
Latest Threads |
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
4 hours ago
» Replies: 2
» Views: 167
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
11 hours ago
» Replies: 2
» Views: 802
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 843
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 538
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,911
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,315
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,890
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,310
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,237
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,559
|
|
|
"None" in array |
Posted by: dl0banter - Mar-28-2019, 08:59 PM - Forum: General Coding Help
- Replies (1)
|
 |
I am getting None in an array as output with the following code. Basically there are 3 items in the list which I can print as only three items. When..... More
|
|
|
unix shell in python |
Posted by: Skaperen - Mar-28-2019, 02:10 AM - Forum: Bar
- Replies (3)
|
 |
if you wrote a unix shell, or equivalent for windows, in python, what would the interactive commands be like? would you make them be pythonic?
|
|
|
maze solution |
Posted by: jenya56 - Mar-27-2019, 04:03 PM - Forum: General Coding Help
- Replies (5)
|
 |
Dear all,
I am stuck with this code. It appears to be working for most of the situations. But for this particular maze, it fails. I have a 2D array o..... More
|
|
|
Finding Coordinates |
Posted by: Sikum7 - Mar-27-2019, 11:25 AM - Forum: Data Science
- No Replies
|
 |
Hello,
I am new with python and i have been trying to find the cordinates of the tracked yellow color from the webcam. But I am not able to find th..... More
|
|
|
Sorting csv or txt file on date and time |
Posted by: AshBax - Mar-27-2019, 09:25 AM - Forum: General Coding Help
- Replies (4)
|
 |
Hi,
I'm trying to sort a large txt file on 2 columns: date and then time: I've enclosed a small sample of this:
1,2,3,4,5,6,7,8,9,10
201902..... More
|
|
|
|