Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,585
» Latest member: Cio
» Forum threads: 38,637
» Forum posts: 175,042
Full Statistics
|
Online Users |
There are currently 512 online users. » 1 Member(s) | 503 Guest(s) Bing, Yandex, Baidu, Google, Facebook, gqdeep01
|
|
|
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
|
|
|
Splitting A String In Python |
Posted by: Saif133 - Jan-13-2017, 01:54 PM - Forum: Homework
- Replies (6)
|
 |
Implement a function that, given a feedback
and the size of the screen, splits the feedback
into lines so that:
|
|
|
decimal |
Posted by: Skaperen - Jan-13-2017, 07:09 AM - Forum: Bar
- Replies (2)
|
 |
you can convert float to decimal but you can't divide a decimal by a float. anyone know why that is?
|
|
|
|