Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,981
» Latest member: sloperun
» Forum threads: 38,732
» Forum posts: 175,564
Full Statistics
|
Online Users |
There are currently 67 online users. » 1 Member(s) | 62 Guest(s) Bing, Google, AOL, AOL, sloperun
|
Latest Threads |
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
3 hours ago
» Replies: 4
» Views: 1,973
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 399
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,031
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,087
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 760
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,063
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,509
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,082
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,540
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,424
|
|
|
Escaping '$' in pymongo |
Posted by: raulp2301 - Feb-14-2020, 03:48 PM - Forum: General Coding Help
- No Replies
|
 |
I am searching for a specific value in my mongo cursor. If it is found then i want to extract the substring after the search value
The below code w..... More
|
|
|
Python time |
Posted by: SamAnw - Feb-14-2020, 03:37 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello everyone,
I need to create a program that converts an input like this one:
1m and 45s
10m,10s
32s, and 12h
76h
1s
Into an output li..... More
|
|
|
Python time |
Posted by: SamAnw - Feb-14-2020, 05:22 AM - Forum: Homework
- Replies (1)
|
 |
Hello
I have to write a python program that changes an input file like the following:
1 hour 20 minutes
30 minutes and 2 hours
into an out..... More
|
|
|
Python error |
Posted by: SamAnw - Feb-14-2020, 04:59 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hello everyone!
I've been working on this program:
[python]
txt = "Prob03.in.txt"
msg = open(txt, "r")
msg = msg.read()
n=int
countCase=1
fo..... More
|
|
|
|