| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,256
» Latest member: TomTMH
» Forum threads: 38,782
» Forum posts: 175,831
Full Statistics
|
| Online Users |
There are currently 58 online users. » 1 Member(s) | 52 Guest(s) Google, Applebot, Bing, AOL, CaptainNewb
|
|
|
| Reading a file |
|
Posted by: raikone14 - Sep-24-2017, 04:58 PM - Forum: General Coding Help
- Replies (4)
|
 |
I trying connect into different switches using a python script, but I cant read properly the file that contains the ip address of the switches.If some..... More
|
|
|
| how to use the upper() |
|
Posted by: King - Sep-24-2017, 12:19 PM - Forum: Homework
- Replies (5)
|
 |
How do i write a program, that asks the user for two strings, and proceeds to replace all occurrences of the
second string in the first string with t..... More
|
|
|
| Prime Numbers |
|
Posted by: OmarSinno - Sep-23-2017, 04:51 PM - Forum: General Coding Help
- Replies (1)
|
 |
[python]import math
prime_count = 0
#This Code checks if the n integer is prime!
def is_prime(n):
if n % 2 == 0 and n > 2: # 2 is the only eve..... More
|
|
|
| what is " ''' "? |
|
Posted by: yuisky - Sep-23-2017, 01:18 PM - Forum: General Coding Help
- Replies (3)
|
 |
I started studying Python with book.
So, I followed what book says.
Book said, print sayings using ".
so I typed
print('Oscar Wild said, "Most of the ..... More
|
|
|
| Speech Recognition |
|
Posted by: rajeev1729 - Sep-23-2017, 05:16 AM - Forum: General Coding Help
- Replies (7)
|
 |
i want to implement speech recognition system but i don't know how to extract voice feature in python. please help.
|
|
|
| List exercices |
|
Posted by: Matthew892109 - Sep-22-2017, 11:21 PM - Forum: Homework
- Replies (3)
|
 |
Hello everybody! I am a beginner coder and I am looking for either a link or a pdf for exercises for python 2.7. Can anyone help me?
|
|
|
| ShoeBot Problems |
|
Posted by: MGallo - Sep-22-2017, 10:13 PM - Forum: General Coding Help
- Replies (11)
|
 |
Hello, I am currently creating a shoe bot, and I'm having trouble adding more inputs for other fields. I already have name and shoesize working (Thank..... More
|
|
|
| Writing file |
|
Posted by: kvivek266 - Sep-22-2017, 01:58 PM - Forum: General Coding Help
- Replies (4)
|
 |
hello everyone,
I am beginner and I am trying to write file but I am getting this type of error.
Traceback (most recent call last):
File "<pyshell#..... More
|
|
|
|