Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 45 online users. » 0 Member(s) | 38 Guest(s) Applebot, Bing, Google, AOL, Internet Archive, Mojeek
|
Latest Threads |
New to Python and Pygame
Forum: Game Development
Last Post: deanhystad
2 hours ago
» Replies: 6
» Views: 1,255
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
6 hours ago
» Replies: 5
» Views: 334
|
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Today, 06:11 AM
» Replies: 5
» Views: 1,122
|
New to the field
Forum: News and Discussions
Last Post: Polybunny
Today, 01:31 AM
» Replies: 0
» Views: 93
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Yesterday, 03:23 PM
» Replies: 4
» Views: 2,284
|
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 11:09 AM
» Replies: 2
» Views: 846
|
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Yesterday, 08:36 AM
» Replies: 1
» Views: 2,134
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-11-2025, 08:39 PM
» Replies: 6
» Views: 1,494
|
pip fails to install PyGO...
Forum: General Coding Help
Last Post: Larz60+
Sep-11-2025, 10:50 AM
» Replies: 2
» Views: 1,812
|
how to manage crypto trad...
Forum: General Coding Help
Last Post: Mercyto
Sep-11-2025, 06:01 AM
» Replies: 2
» Views: 2,970
|
|
|
Help pls (beginner) |
Posted by: zakobenayoun - Nov-03-2016, 06:51 PM - Forum: Homework
- Replies (4)
|
 |
Hello, I would like to create a game board, with is something like that :
x x x x
x x x x
. . . .
. . . .
o o o o
o o o o
I would lik..... More
|
|
|
image uploading |
Posted by: Larz60+ - Nov-03-2016, 12:33 PM - Forum: Board
- Replies (4)
|
 |
I am in the process of building a tutorial on creating resizable tkinter gui's
I have some images that I'd like to intermingle with the text.
I ..... More
|
|
|
idea for code boxes |
Posted by: Skaperen - Nov-03-2016, 04:38 AM - Forum: Board
- Replies (4)
|
 |
for code boxes, especially big ones, how about "_X" in the upper right corner to minimize the box or make it go away entirely?
|
|
|
Input Replacement |
Posted by: palmtrees - Oct-31-2016, 07:24 PM - Forum: Homework
- Replies (7)
|
 |
I am writing a tic-tac-toe style game code, where you use 3 variables to make 3 in a row instead of just X's and O's. I originally wrote a tic-tac-toe..... More
|
|
|
need help for xml |
Posted by: just_started_python - Oct-31-2016, 05:19 PM - Forum: Homework
- Replies (9)
|
 |
XML
can some one please guide me through this one . I am trying to make an xml from the data below .
Drug XML
Create an XML structure that descr..... More
|
|
|
Superimpose figures |
Posted by: Scientifix - Oct-31-2016, 04:10 PM - Forum: Data Science
- Replies (2)
|
 |
Hello,
I have the following code :
[python]
from scipy.spatial import ConvexHull
from scipy.spatial import convex_hull_plot_2d
import matplotlib...... More
|
|
|
shortening python |
Posted by: Skaperen - Oct-31-2016, 03:48 AM - Forum: Bar
- Replies (2)
|
 |
i run Ubuntu Linux and have added symlinks so i can invoke python and python3 with just py and py3. this is what i..... More
|
|
|
ImportError |
Posted by: cbrown1913 - Oct-30-2016, 11:00 PM - Forum: Homework
- Replies (8)
|
 |
Hi, I am writing a program and when I try to run it I get an ImportError saying no module named 'arduino'. I am using the newest linux with everything..... More
|
|
|
send file to codepad |
Posted by: metulburr - Oct-30-2016, 11:16 AM - Forum: Code sharing
- Replies (3)
|
 |
Ive used this script for years....havent even bothered to update it.
[python]import urllib
import urllib2
import sys
'''
send argv[1] file t..... More
|
|
|
Python Threading |
Posted by: Amro_Al - Oct-30-2016, 09:55 AM - Forum: General Coding Help
- Replies (3)
|
 |
I am a beginner in programming but I was able to develop a tracking program in python. It finds and tracks a T shape in a video and return its coordin..... More
|
|
|
|