Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 46 online users. » 1 Member(s) | 39 Guest(s) Bing, AOL, Google, AOL, Applebot, lemonred
|
Latest Threads |
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
2 hours ago
» Replies: 7
» Views: 1,540
|
Python Installation issue
Forum: News and Discussions
Last Post: Dev
2 hours ago
» Replies: 4
» Views: 15,465
|
New to the field
Forum: News and Discussions
Last Post: Larz60+
5 hours ago
» Replies: 1
» Views: 221
|
Too much space between gr...
Forum: GUI
Last Post: deanhystad
11 hours ago
» Replies: 1
» Views: 239
|
data input while debuggin...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:52 PM
» Replies: 1
» Views: 258
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 01:34 PM
» Replies: 5
» Views: 552
|
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Yesterday, 06:11 AM
» Replies: 5
» Views: 1,334
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,335
|
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,036
|
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Sep-12-2025, 08:36 AM
» Replies: 1
» Views: 2,287
|
|
|
repeat function? |
Posted by: ScarletSwitch - Jan-10-2017, 12:49 PM - Forum: General Coding Help
- Replies (4)
|
 |
is there a repeat function in python?
what I want to do is
[code]
use = input('Attack?')
if use == 'Yes':
opponent_health = opponent_health -..... More
|
|
|
datetime.datetime.now |
Posted by: Skaperen - Jan-10-2017, 04:06 AM - Forum: General Coding Help
- Replies (4)
|
 |
i want to import the datetime.datetime.now function, only. how can i do that? i still don't understand the package module system.
|
|
|
print pandas's df |
Posted by: landlord1984 - Jan-09-2017, 08:03 AM - Forum: Data Science
- Replies (4)
|
 |
Here is my code:
import pandas as pd
web_stats={'Day':[1,2,3,4,5,6],
'Visitor':[43,34,65,56,29,76],
'Bounce Rate':[65,67,7..... More
|
|
|
Subprocess lib |
Posted by: peterkl - Jan-08-2017, 05:42 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hello guys,
I've been experimenting with the subprocess library in python 3.5 on linux.
I've been able to run a few commands with success, but..... More
|
|
|
pythondialog windows |
Posted by: Mix3rn - Jan-08-2017, 11:48 AM - Forum: GUI
- Replies (1)
|
 |
Hello.
I want to create "unix like" dialogs using python in Windows.
I found pythondialog but it's only for unix/linux ( pythondialog.sourceforge.net..... More
|
|
|
School assignment |
Posted by: Ronaldo - Jan-06-2017, 04:29 PM - Forum: Homework
- Replies (5)
|
 |
Hi guys,
I need to develop the following.
A program that prompts the user for their age, on basis of their age the program needs to calculate ho..... More
|
|
|
Build a multi-variable dictionary |
Posted by: birdieman - Jan-06-2017, 01:57 PM - Forum: General Coding Help
- Replies (4)
|
 |
I want to build a multi-variable dictionary. Below is an abbreviated version:
[python]
Table = {BA: 5000, 6000, 7000, 8000, 10000, .5, .6, .8, .5, .4..... More
|
|
|
|