| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,236
» Latest member: Cristiano
» Forum threads: 38,776
» Forum posts: 175,791
Full Statistics
|
| Online Users |
There are currently 49 online users. » 0 Member(s) | 45 Guest(s) Bing, Google, Applebot
|
| Latest Threads |
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 4
» Views: 103
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 97
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 71
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 107
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,072
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,365
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,556
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 187
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,196
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,443
|
|
|
| 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
|
|
|
| looking for example code for GUI |
|
Posted by: Skaperen - Oct-30-2016, 03:34 AM - Forum: GUI
- Replies (8)
|
 |
i am looking for complete and working examples of GUI things done in Python with your favorite GUI tools.
best would have a range of complexity fro..... More
|
|
|
| simple image uploader |
|
Posted by: metulburr - Oct-30-2016, 03:13 AM - Forum: Board
- Replies (6)
|
 |
I added a plugin which creates a button for a simple image uploader. In addition to the default attachment, it allows drag and drop for images, etc.
..... More
|
|
|
| json |
|
Posted by: just_started_python - Oct-29-2016, 06:32 PM - Forum: General Coding Help
- Replies (7)
|
 |
Can anyone please guide with this
- JSON for hospital information
Take the list of information below and create a JS..... More
|
|
|
| Funny English |
|
Posted by: Kebap - Oct-29-2016, 05:32 PM - Forum: Bar
- Replies (41)
|
 |
So I learned the language when I was a kid still but nowadays use it quite well, I hope. Anyways, I always find it extremely funny when I find native ..... More
|
|
|
| Game of life using IDLE |
|
Posted by: Informatics109 - Oct-29-2016, 12:25 PM - Forum: Homework
- Replies (4)
|
 |
Hello, im creating the famous game of life, but without using pygame, numpy and all other programs, just the basic IDLE. My plan is to create a window..... More
|
|
|
| old code |
|
Posted by: Skaperen - Oct-29-2016, 04:45 AM - Forum: Bar
- Replies (3)
|
 |
i was listing all my code sorted by date/time and ran across some of my earliest python code ... very ugly.
this is from 2010 to fetch the NAT conf..... More
|
|
|
| Using IDLEX |
|
Posted by: horacapp - Oct-28-2016, 10:30 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi
How can I call the IDLEX editor just double clicking the .py file?
That is
How can I associate IDLEX with the py file extension?
Thank You
|
|
|
| a = b = c |
|
Posted by: Skaperen - Oct-28-2016, 07:33 AM - Forum: General Coding Help
- Replies (5)
|
 |
applying the TIASIIW method i found that
a = b = c assigns c to both a and b.
it works in both 2.7.12 and 3.5.2.
[i]i cannot find..... More
|
|
|
|