Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 307 online users. » 2 Member(s) | 300 Guest(s) Bing, Baidu, Google, Yandex, AOL, Axel_Erfurt, dmac6809
|
Latest Threads |
textbox compare command n...
Forum: GUI
Last Post: dmac6809
27 minutes ago
» Replies: 0
» Views: 8
|
New Users Introduce Yours...
Forum: Bar
Last Post: dmac6809
1 hour ago
» Replies: 451
» Views: 343,559
|
How to retain Annotation ...
Forum: Code Review
Last Post: MarieNieves
5 hours ago
» Replies: 3
» Views: 880
|
Trading Bot written in Py...
Forum: News and Discussions
Last Post: LoriBrown
9 hours ago
» Replies: 4
» Views: 95,150
|
replace or remove text fr...
Forum: General Coding Help
Last Post: Curbie
Yesterday, 06:53 PM
» Replies: 13
» Views: 448
|
locating a pushbutton py ...
Forum: GUI
Last Post: deanhystad
Yesterday, 06:47 PM
» Replies: 2
» Views: 103
|
Difference and meaning in...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 03:41 PM
» Replies: 4
» Views: 144
|
While loop is terminating...
Forum: Homework
Last Post: Gribouillis
Yesterday, 06:19 AM
» Replies: 1
» Views: 119
|
How to put my game loop i...
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:36 AM
» Replies: 10
» Views: 3,134
|
2D-Cube-Tic-Tac-Toe
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:35 AM
» Replies: 2
» Views: 1,904
|
|
|
help |
Posted by: Netanel - Aug-26-2017, 05:15 PM - Forum: General Coding Help
- Replies (1)
|
 |
[python]
l=['a','b','c']
r=[1,2,3]
e=['a','b','c','d']
n=[]
for i in l:
for j in r:
for t in e:
n.append(i+str(j)+t)..... More
|
|
|
error |
Posted by: baronmontesqieu - Aug-25-2017, 09:58 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hello.
This is quite a complex code that I have made.
it is not working however, and I would like to see what I have done wrong.
the following is..... More
|
|
|
Pygame Particle Generator |
Posted by: nilamo - Aug-25-2017, 05:12 AM - Forum: Code sharing
- Replies (4)
|
 |
Here's a little something I've been messing around with the past couple nights. By setting a few initial properties, such as where particles are gene..... More
Attached Files
Thumbnail(s)
|
|
|
A single Thread Crashes |
Posted by: ian - Aug-24-2017, 10:09 PM - Forum: Data Science
- Replies (10)
|
 |
I create a wxPython Window app with a 1-second timer displaying clock on status bar, and a 5-minute timer running a function called Update1 every 5 mi..... More
|
|
|
Help with a schedule maker |
Posted by: acmichelman - Aug-24-2017, 01:51 AM - Forum: Homework
- Replies (1)
|
 |
Im new to python but have gone over a couple beginners guide, but I have a project due soon and i'm not sure how to begin programing it.
I have to ..... More
|
|
|
Masked median filters |
Posted by: Jim421616 - Aug-24-2017, 01:30 AM - Forum: Homework
- No Replies
|
 |
As part of studying towards a MSc in Astronomy, I'm trying to filter an image so that the value of each pixel is equal to the value of the median of t..... More
|
|
|
ReportLab |
Posted by: ek5442 - Aug-24-2017, 12:40 AM - Forum: General Coding Help
- Replies (2)
|
 |
I have 7 pages pdf file and I am trying to write on existing pdf file . I can write on the first page however I cannot write on the rest of pages
..... More
|
|
|
library path |
Posted by: Albert65 - Aug-23-2017, 11:23 PM - Forum: Data Science
- Replies (1)
|
 |
I am trying to compile python and packages behind firewall. The system is Power8, Redhat7/64, big endian. First, I compiled lapack, blas, openblas (th..... More
|
|
|
ftp script issues |
Posted by: bowen73 - Aug-23-2017, 07:11 PM - Forum: General Coding Help
- No Replies
|
 |
I'm getting stuck with my ftp.. tried to include an FTP script in with mine that uploads all files in the folder, but fails after the first one with a..... More
|
|
|
Auto cluster |
Posted by: djdan_23 - Aug-23-2017, 02:52 PM - Forum: GUI
- Replies (2)
|
 |
Hi! All.
I'm kind of new to Raspberry. But not with Microchip, assembler and Visual Basic and electronic in general. I'd like to build an auto cluste..... More
|
|
|
using openpyxl |
Posted by: Pedroski55 - Aug-23-2017, 08:22 AM - Forum: General Coding Help
- Replies (11)
|
 |
I am very interested in Python applied to spreadsheets, because I do simple, boring tasks with spreadsheets related to school and students. I got this..... More
|
|
|
|