Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,585
» Latest member: Cio
» Forum threads: 38,636
» Forum posts: 175,041
Full Statistics
|
Online Users |
There are currently 389 online users. » 1 Member(s) | 384 Guest(s) Bing, Yandex, Baidu, snippsat
|
|
|
Tasks for Python |
Posted by: Lamon112 - Jan-12-2017, 04:49 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hello im new at python and i just finished learning wirting appending and reading from files.I learned about if,for,while,elif,else commands and i kno..... More
|
|
|
Drawing raw data to screen |
Posted by: LoganDark - Jan-11-2017, 12:27 PM - Forum: GUI
- Replies (2)
|
 |
I need to overlay an image on my screen, underneath my cursor if possible. Not a window, I need it to stay on top of everything.
I'm OK with..... More
|
|
|
Cinema |
Posted by: ZeroSpin2309 - Jan-11-2017, 10:34 AM - Forum: Homework
- Replies (9)
|
 |
The mission is to do a Python programm for a Cinema.
Data for the cinema
The cinema got 2 cinema halls (A and B)
Every hall got ..... More
|
|
|
cannot find file |
Posted by: landlord1984 - Jan-11-2017, 07:04 AM - Forum: General Coding Help
- Replies (6)
|
 |
I am learning loading files by open().
I am sure I placed my text file in the same folder with my scripts.
But still get error:No such file or direc..... More
|
|
|
US Census site |
Posted by: Larz60+ - Jan-11-2017, 12:37 AM - Forum: Bar
- Replies (12)
|
 |
Hello,
I recently (last night) downloaded a bunch of data files from the US census public data site using a bot.
I thought I had inserted a delay ..... More
|
|
|
Unwanted new lines |
Posted by: snippsat - Jan-10-2017, 07:17 PM - Forum: Board
- Replies (1)
|
 |
First line.
12345
6789
last line.
-----------------------------
Output test with added code tag to numbers:
First line.
[python]12345
6789..... More
|
|
|
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
|
|
|
|