Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 37 online users. » 0 Member(s) | 32 Guest(s) Apple, Bing, AOL, Google
|
Latest Threads |
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
1 hour ago
» Replies: 2
» Views: 265
|
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
5 hours ago
» Replies: 7
» Views: 1,548
|
Python Installation issue
Forum: News and Discussions
Last Post: Dev
5 hours ago
» Replies: 4
» Views: 15,484
|
New to the field
Forum: News and Discussions
Last Post: Larz60+
8 hours ago
» Replies: 1
» Views: 222
|
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Today, 02:34 AM
» Replies: 1
» Views: 242
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 01:34 PM
» Replies: 5
» Views: 553
|
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Yesterday, 06:11 AM
» Replies: 5
» Views: 1,337
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,336
|
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,037
|
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Sep-12-2025, 08:36 AM
» Replies: 1
» Views: 2,288
|
|
|
Data window |
Posted by: Felipe - Jan-17-2017, 11:05 AM - Forum: General Coding Help
- Replies (5)
|
 |
Hi guys,
I have a huge data file that the first two columns are coordinates (latitude, longitude). I look for a way to extract the data window fr..... More
|
|
|
Basic code help |
Posted by: crawlinkingsnake - Jan-16-2017, 06:16 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hey there, trying to run a basic Boolean program however I'm having trouble printing one of my options.
I want to print "True" for values equal to 0..... More
|
|
|
List to float |
Posted by: Felipe - Jan-16-2017, 02:41 PM - Forum: General Coding Help
- Replies (6)
|
 |
Hi guys,
I have a 3.1 Gb csv file which I try to clean of bad data. So, I wrote the code below:
[python]
#!/usr/bin/env python3
import csv
..... More
|
|
|
eport selections to dic |
Posted by: mintsilver - Jan-16-2017, 01:06 PM - Forum: GUI
- No Replies
|
 |
i want to export the selections from dropdown to dic like:
ANSWER_KEY = {0:3,1:1,2:6,3:4,4:4,5:4,6:4,7:4,8:4,9:4} i try to used..... More
|
|
|
Pythonista/Pythoneer |
Posted by: ichabod801 - Jan-16-2017, 11:28 AM - Forum: Bar
- Replies (11)
|
 |
I used to prefer pythonista, because I thought it sounded more revolutionary. But then I realized it sounded like someone who writes scripts to serve ..... More
|
|
|
program doesn't run. |
Posted by: Doug - Jan-15-2017, 07:27 PM - Forum: GUI
- Replies (2)
|
 |
Was watching a tutorial on youtube on how to use OOP in building GUI, but can not run identical code myself.
Error: "in line 27 app = Application() T..... More
|
|
|
HTML5? |
Posted by: melakorolo - Jan-15-2017, 07:10 PM - Forum: Bar
- Replies (3)
|
 |
Anyone here worked with HTML5 much yet?
|
|
|
New line in pdf? |
Posted by: panoss - Jan-15-2017, 07:11 AM - Forum: General Coding Help
- Replies (10)
|
 |
I 'm using reportlab for pdf creation..
My problem is new line, I tried \n and <br/> but failed.
What do you suggest?
|
|
|
Function problem |
Posted by: garretmorion - Jan-14-2017, 05:17 PM - Forum: Homework
- Replies (9)
|
 |
[color=#242729][size=small][font=Arial,]'m relatively new to python and the only other experience I've had is C++. Whenever I define a function in Pyt..... More
|
|
|
Conver to List |
Posted by: landlord1984 - Jan-14-2017, 03:27 AM - Forum: General Coding Help
- Replies (1)
|
 |
I am playing to convert a tuple to a list. I thought using list() is simple, but not...What's wrong?
[python]aTuple = (123, 'xyz', 'zara', 'abc')..... More
|
|
|
|