Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 601 online users. » 1 Member(s) | 594 Guest(s) Apple, Bing, Baidu, Google, Yandex, Gribouillis
|
Latest Threads |
While loop is terminating...
Forum: Homework
Last Post: Plyth
4 hours ago
» Replies: 2
» Views: 206
|
PythonPath file
Forum: General Coding Help
Last Post: Pedroski55
7 hours ago
» Replies: 7
» Views: 19,624
|
Building a food delivery ...
Forum: Homework
Last Post: nooryasmeen022
Yesterday, 04:12 PM
» Replies: 3
» Views: 7,509
|
Python Install Mager Help
Forum: News and Discussions
Last Post: snippsat
Yesterday, 09:43 AM
» Replies: 5
» Views: 354
|
RemoTe server operation w...
Forum: General Coding Help
Last Post: mario17
Yesterday, 07:18 AM
» Replies: 4
» Views: 281
|
Hide CLI while grabbing i...
Forum: GUI
Last Post: Gribouillis
Jul-03-2025, 08:12 AM
» Replies: 1
» Views: 138
|
Venv - Python Virtual Env...
Forum: General Coding Help
Last Post: Larz60+
Jul-02-2025, 05:41 PM
» Replies: 4
» Views: 632
|
textbox compare command n...
Forum: GUI
Last Post: deanhystad
Jul-02-2025, 01:40 PM
» Replies: 1
» Views: 233
|
Deploy Flask apps on Wind...
Forum: Web Scraping & Web Development
Last Post: DeaD_EyE
Jul-02-2025, 09:23 AM
» Replies: 2
» Views: 5,952
|
How to ask Smart Question...
Forum: Board
Last Post: Thatedge
Jul-01-2025, 08:10 AM
» Replies: 3
» Views: 5,681
|
|
|
error when running code |
Posted by: kiki1113 - Sep-25-2017, 02:03 AM - Forum: Homework
- Replies (6)
|
 |
Homework help - python newbie. I'm trying to run the following code:
[python]def user_input():
order_amount = float(input('What is the order ..... More
|
|
|
Anaconda - Docstring |
Posted by: sobrio1 - Sep-24-2017, 06:15 PM - Forum: Data Science
- No Replies
|
 |
I'm using the pandas_datareader module with the get_data_yahoo function on the Anaconda Cloud. With respect to data, the function works perfectly, but..... More
|
|
|
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
|
|
|
|