| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 53 online users. » 0 Member(s) | 51 Guest(s) Bing, Google
|
|
|
| Function Import help |
|
Posted by: Codeforfood - Feb-11-2018, 09:47 PM - Forum: Homework
- Replies (2)
|
 |
I am writing a code for homework, this isn't my code but the error is very similar:
[python]
import random
def main():
random()
print(t..... More
|
|
|
| Translator |
|
Posted by: Zatoichi - Feb-11-2018, 09:13 PM - Forum: Homework
- Replies (13)
|
 |
[python]
def load_dictionary(filename):
dictionary = {}
with open('Hmong.txt', 'r') as input_file:
for lines in input_file:..... More
|
|
|
| dictionary from file |
|
Posted by: Zatoichi - Feb-11-2018, 05:56 PM - Forum: Homework
- Replies (5)
|
 |
[python]
input_file = open('dictionaryHmong.txt')
dictionary = {}
for lines in input_file:
information = lines.split(',')
dictionary[line..... More
|
|
|
| API Google Speech |
|
Posted by: kowalskilinux - Feb-11-2018, 04:47 PM - Forum: General Coding Help
- No Replies
|
 |
Hello good afternoon.
I'm not a python developer, I'm validating the google speech API in my lab, I want some help.
I've already done the proced..... More
|
|
|
| Find not working properly |
|
Posted by: fad3r - Feb-11-2018, 02:38 PM - Forum: Homework
- Replies (2)
|
 |
Hi,
A friend is mentoring me on python (thus the world list we are using)
My challenge is in 1 line code to find all the words that have s in them..... More
|
|
|
| Program: count and find |
|
Posted by: Truman - Feb-11-2018, 12:12 AM - Forum: Homework
- Replies (3)
|
 |
# [ ] find and report (print) number of w's, o's + use of word "code"
work_tip = "Good code is commented code"
# [ ] count times letter "i" appea..... More
|
|
|
| excercise python list |
|
Posted by: Kykoss - Feb-10-2018, 08:08 PM - Forum: Homework
- Replies (7)
|
 |
Hi,I want you to help me with the solution of an exercise which is very difficult for me to simply tell me the solution in a very simple and understan..... More
|
|
|
| Help with csv |
|
Posted by: perrud - Feb-10-2018, 06:12 PM - Forum: General Coding Help
- Replies (1)
|
 |
I'm learning progamming, so i start to learn about CSV, but when I tryed to make something with that i noobed.
Basically I make a progam who you can ..... More
|
|
|
| Some guidance need'ed. |
|
Posted by: LordDeanUK - Feb-10-2018, 01:30 PM - Forum: Jobs
- Replies (2)
|
 |
Hi Guys,
I have a Small UK company i employ about 6 people as energy consultants and we get paid commission for signing up new & existing Business ow..... More
|
|
|
| hash bang |
|
Posted by: Skaperen - Feb-10-2018, 02:01 AM - Forum: News and Discussions
- Replies (12)
|
 |
something i am trying to come up with is a hash bang string to begin Python scripts with, that will try to run Python3, but will fall back to t..... More
|
|
|
| Creating Program Homework |
Posted by: ShakenBake - Feb-09-2018, 11:05 PM - Forum: Homework
- Replies (2)
|
 |
Create a python program that gets students lastname, firstname, and finalmark, then calculates the letter grade based on the following criteria;
A ..... More
|
|
|
| Just a bit confused |
|
Posted by: TimeForged - Feb-09-2018, 10:40 PM - Forum: Homework
- Replies (2)
|
 |
So I am trying to figure out how to display a menu in the current code where it prompts the user to display a menu like this
please choose a flavor
1..... More
|
|
|
|