Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 37 online users. » 0 Member(s) | 34 Guest(s) Google, Bing, AOL
|
Latest Threads |
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: SpongeB0B
4 hours ago
» Replies: 2
» Views: 102
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Today, 03:05 AM
» Replies: 4
» Views: 2,022
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 431
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,074
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,134
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 800
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,092
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,539
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,126
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,584
|
|
|
logical error for loop |
Posted by: mcgrim - May-23-2019, 07:24 PM - Forum: Homework
- Replies (8)
|
 |
This is the list I am working with:
2015-01-25 14:05:41.274647 70
2015-01-25 14:08:05.036915 2070
2015-01-25 14:10:05.536604 70
20..... More
|
|
|
Read ASCII File |
Posted by: pyth0nus3r - May-23-2019, 06:54 PM - Forum: General Coding Help
- Replies (3)
|
 |
I am trying to read a file which contains ASCII values in the format: 072069076076079.
I can copy every three characters manually and pass it to th..... More
|
|
|
dates on graph |
Posted by: mcgrim - May-22-2019, 09:16 PM - Forum: Homework
- Replies (20)
|
 |
I am trying to plot a bar graph with the 'movements' represented.
Here is my code
[python]
from astral import Astral
from scipy import *
from py..... More
|
|
|
split file |
Posted by: mcgrim - May-22-2019, 08:17 PM - Forum: General Coding Help
- Replies (1)
|
 |
I have a file with many rows.
This is one of the lines:
2015-03-05 22:08:06.636451 2321
so in order to separate it, I wrote the following:..... More
|
|
|
Snakegame is very laggy |
Posted by: Andersx2 - May-22-2019, 05:30 PM - Forum: GUI
- Replies (3)
|
 |
Hi there! I am making a Python game at my school, and have basically made the whole game. I am very new at programming, so please be kind haha.
My pr..... More
|
|
|
Forms' expansion |
Posted by: Gupi - May-22-2019, 04:01 PM - Forum: GUI
- Replies (5)
|
 |
Hello everyone,
I'm new in Python (especially tkinter) and I need an advice.
I'd like to make 2 forms in a window, like it's shown on the image.
..... More
|
|
|
|