Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 53 online users. » 1 Member(s) | 42 Guest(s) Bing, Google, Mojeek, Twitter, AOL, AOL, Google Image, Alexandros
|
Latest Threads |
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Yesterday, 05:56 PM
» Replies: 9
» Views: 3,039
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Yesterday, 11:22 AM
» Replies: 4
» Views: 1,459
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Yesterday, 10:31 AM
» Replies: 3
» Views: 483
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 736
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,852
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 838
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 422
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,380
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,598
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 1,255
|
|
|
Retrieve OptionMenu selection? |
Posted by: JP_ROMANO - Sep-25-2017, 02:36 PM - Forum: GUI
- Replies (5)
|
 |
Hello - finally making some real progress on my first python script (using Tkinter to create a UI) and after a many, many months of hating on it, I th..... More
|
|
|
MySQLdb and SSL |
Posted by: dominic - Sep-25-2017, 12:05 PM - Forum: Networking
- No Replies
|
 |
Hi all,
I've tried endlessly to make Python set up an SSL connection to an SQL server.
The Python script only initiates a regular unencrypted TCP/..... More
|
|
|
Introductions forum? |
Posted by: Saka - Sep-25-2017, 11:16 AM - Forum: Board
- Replies (1)
|
 |
Usually forums have a little place where users introduce themselves... Is there one here? Sorry if this is a dumb question, I'm a newbie on this forum..... More
|
|
|
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
|
|
|
|