Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,936
» Latest member: AstoundzSEO
» Forum threads: 38,721
» Forum posts: 175,508

Full Statistics

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

Print this item

  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

Print this item

  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

Print this item

  how to use *args
Posted by: haye - Sep-25-2017, 10:44 AM - Forum: General Coding Help - Replies (7)

Hi, I got some lists, i would like to "bring together" 2 , 3 ,or 4 lists and make only one list from them ,i have to use *args(its an exo)

Here is ..... More

Print this item

  SyntaxError: unexpected character after line continuation character
Posted by: Saka - Sep-25-2017, 10:44 AM - Forum: General Coding Help - Replies (2)

Hello all, and I'm a new member here Big Grin .
I made a esoteric version of Python for fun, but I'm having some problems when running multiline ..... More

Print this item

  What is the reason for this difference between lists and tuples?
Posted by: Athenaeum - Sep-25-2017, 08:25 AM - Forum: General Coding Help - Replies (3)

I am a Python beginner, and recently I discovered a key difference between lists and tuples.

If I write something like:

[python]list1 = list1.ap..... More

Print this item

  Rewriting HTTP Server from Arduino
Posted by: codingKnight - Sep-25-2017, 07:55 AM - Forum: Web Scraping & Web Development - Replies (1)

Good day everyone,

I'm trying to rewrite some existing Arduino code to python. Basically the arduino just receives an http post request then parses t..... More

Print this item

  Just a trial. For learning code tags
Posted by: sylas - Sep-25-2017, 05:51 AM - Forum: Board - Replies (3)

BBBBBBBBBBBBBBBB   vvvvvvvvvvvvvvv   kkkkkkkkkkkkkkkkkkk   pppppppppppppppppppp

Print this item

  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

Print this item

  Help with conditional statement
Posted by: SnekLover123 - Sep-25-2017, 01:49 AM - Forum: General Coding Help - Replies (2)

My friend and I are creating a terrible game, and for picking the biome, it acts like I chose 1 no matter what I choose. What am I doing wrong?

imp..... More

Print this item

  which is "better"?
Posted by: Skaperen - Sep-25-2017, 12:41 AM - Forum: General Coding Help - Replies (6)

any reason to believe one way is "better" than the other, for any definition of "better"?[python]    ...
    pair = ('foo','bar') # or it could be a ..... More

Print this item

  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

Print this item

  No Script Folder in Python 3.6.2 Download
Posted by: jriemer - Sep-24-2017, 06:13 PM - Forum: Data Science - Replies (6)

I downloaded Python 3.6.2 on my iMac and PC. I attempted to use the pip install ..... to download NumPy, Matplotlib, etc. and it doesn't work. I not..... More

Print this item

  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

Print this item

  ping and pong run both well
Posted by: sylas - Sep-24-2017, 01:18 PM - Forum: General Coding Help - Replies (1)

To Metalburr. This time I toke the files directly on pong., for my project ping, not files from Git-Hub.

Print this item

  I need help creating tables with Sqlite3
Posted by: Rius2 - Sep-24-2017, 12:32 PM - Forum: General Coding Help - Replies (3)

I wish to make a function that creates tables from a tablename list i provide

[python]import sqlite3


def creat_tables():
conn = sqlite3.c..... More

Print this item

  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

Print this item

  [pyGame] My First Test, Error Fount !
Posted by: JamieVanCadsand - Sep-24-2017, 12:15 PM - Forum: Game Development - Replies (3)

Hey Programmers...

I try to set up an screen with pygame, but i get an error. I want to learn pyGame and pyOpenGL
to write my own software, but th..... More

Print this item

  "Call the subroutine in order to check..."
Posted by: misa_san - Sep-24-2017, 09:10 AM - Forum: Homework - Replies (1)

[b]The following subroutine returns a value to the main program
SUBROUTINE checkval (value, low, high)
IF value < low THEN
RETURN “Low”
..... More

Print this item

  [split] Coin Flip Program
Posted by: Crackity - Sep-24-2017, 09:09 AM - Forum: General Coding Help - Replies (5)

Hello all,
I don't know if I should be adding my issue to this thread or starting a new one. I too am having trouble with my coin flip/toss game but ..... More

Print this item

  Is there a better way to write this case scenario?
Posted by: anakaine - Sep-24-2017, 08:50 AM - Forum: General Coding Help - Replies (15)

Relatively new programmer here, familiar with the 'basic' languages such as VB, but not so crash hot with Python. [b]Is there a better way to write th..... More

Print this item

  Can' t open my py file
Posted by: zafraj1 - Sep-23-2017, 07:12 PM - Forum: News and Discussions - Replies (5)

Hello everyone. I just set up python 3.3 and i opened a new file to writi in it but at first i tried to save it before write anything. I noticed that ..... More

Print this item

  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

Print this item

  While loop issue
Posted by: CWatters - Sep-23-2017, 04:14 PM - Forum: General Coding Help - Replies (4)

I'm trying to understand why this code works..
[code]
count = 0
while (count < 9):
print ('The count is:', count)
count = count + 1

prin..... More

Print this item

  [pyOpenGL] Help Needed to Install it !
Posted by: JamieVanCadsand - Sep-23-2017, 03:18 PM - Forum: News and Discussions - Replies (8)

Hey Programmers...

I get installed pyGame. But now i want to install pyOpenGL on Windows 7 and 10.
But i need help with it.

I get python 3.6.2,..... More

Print this item

  Names for loop, Error Found !
Posted by: JamieVanCadsand - Sep-23-2017, 02:30 PM - Forum: General Coding Help - Replies (2)

Hey Programmers...

I try to create an names for loop (= diffrent strings in an list). But it don't work perfectly.
This is my code. I use python 3..... More

Print this item

  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

Print this item

  How can I access this variable from a def?
Posted by: student3m - Sep-23-2017, 10:59 AM - Forum: General Coding Help - Replies (1)

Hey, I'm new here and pretty new to programming as well.

I'm trying to make a simple text entry box that prints the text upon pressing return. Howe..... More

Print this item

  Program regarding Password check need assistance
Posted by: Remediez - Sep-23-2017, 07:19 AM - Forum: General Coding Help - Replies (1)

import re
import random
points = 0
print("""
Point System:
~1 Uppercase Letter = 5 Points
~1 Lowercase Letter = 5 Points
~1 From 0-9 = 5 Points..... More

Print this item

  Why are these numbers broken into their digits?
Posted by: Pedroski55 - Sep-23-2017, 07:00 AM - Forum: General Coding Help - Replies (6)

I am using Python 3.5.2 and its csv module. I want to write to a csv file. To begin with, I just create a list:

[python] # open a file
outputFile = o..... More

Print this item

  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.

Print this item

  Scraping results won't save in csv file
Posted by: origomedia - Sep-23-2017, 12:00 AM - Forum: General Coding Help - Replies (2)

Hi Everyone, I am very new to this but managed to last night get a succesful scrape using the code below. However, I must have an error somewhere in t..... More

Print this item

  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?

Print this item

  OnExit closes windows, but dosen't exit application
Posted by: Larz60+ - Sep-22-2017, 10:17 PM - Forum: GUI - Replies (3)

In the following code when I click the 'X' on main window,
the windows are destroys, but the application keeps running.
Thought I knew how to do thi..... More

Print this item

  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

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  403 Error Yesterday, 17:56 CaptainNewb CaptainNewb Web Scraping ...
  [Tkinter] Too much space ... Yesterday, 11:22 RonR RonR GUI
  datetime in SQL query. Yesterday, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
Most views
  The best Prog... 576032
  Tutorial Requ... 497475
  Web Scraping ... 439992
  Newbie with P... 383742
  New Users Int... 366226
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12088
buran 8174
snippsat 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
AstoundzSEO Today
tobey12 Today
alexguemez Yesterday
Shadab Yesterday
Dibbley Yesterday

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020