| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 41 online users. » 1 Member(s) | 36 Guest(s) Bing, Google, Mojeek, AOL, aminrony1999
|
|
|
| Unable to create csv file |
|
Posted by: Sumaira - Feb-05-2018, 09:06 AM - Forum: Homework
- Replies (2)
|
 |
Hello
I am beginner. I am using python and tensorflow on IBM Data science experience.
I am facing a problem to create csv file (myFile.csv) in ir..... More
|
|
|
| Statistics from text file |
|
Posted by: Zatoichi - Feb-05-2018, 02:52 AM - Forum: Homework
- Replies (1)
|
 |
[python]
import statistics
import math
def load_stats(filename):
#load file containing integers
#integers are separated by a spac..... More
Attached Files
stats.txt (Size: 39 bytes / Downloads: 659)
|
|
|
| dict problem |
|
Posted by: Sol - Feb-04-2018, 06:51 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi there,
I have recently been creating a bot for Discord, I have seeked help on other discord servers, but no one can help. I know I should know ..... More
|
|
|
| E-commerce |
|
Posted by: antonmichel - Feb-04-2018, 10:44 AM - Forum: GUI
- Replies (5)
|
 |
Hey guys,
What are the best and easiest options to build e-commerce mobile app with kivy?
Shall i go to django oscar?
|
|
|
| wx.html2 |
|
Posted by: ian - Feb-04-2018, 03:06 AM - Forum: GUI
- Replies (1)
|
 |
I use wx.html2 as browser in my python 3.6.2 script working ok. But when I browse a Yahoo Finance website, it says the component is not supported by t..... More
|
|
|
| Dice Roller |
|
Posted by: mcmxl22 - Feb-03-2018, 09:19 PM - Forum: Code sharing
- Replies (4)
|
 |
[python]import random
def dice():
sides = [1, 2, 3, 4, 5, 6]
rollDice = input('roll? ')
if rollDice == 'y':
i = random..... More
|
|
|
|