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,934
» Latest member: alexguemez
» Forum threads: 38,721
» Forum posts: 175,508

Full Statistics

Online Users
There are currently 41 online users.
» 0 Member(s) | 35 Guest(s)
Apple, Bing, Google Image, AOL

Latest Threads
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
4 hours ago
» Replies: 9
» Views: 2,733
Too much space between gr...
Forum: GUI
Last Post: RonR
11 hours ago
» Replies: 4
» Views: 1,148
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Today, 10:31 AM
» Replies: 3
» Views: 166
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 516
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,675
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 612
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 191
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,135
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,362
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 1,027

 
  Programmer named Tim...
Posted by: Fred Barclay - Oct-04-2016, 04:53 PM - Forum: Board - Replies (11)

Just under my username, it says "Programmer named Tim."
What's up with that? How do I change it? :s

And more importantly, when did my name change..... More

Print this item

  a few extra tags
Posted by: metulburr - Oct-04-2016, 03:13 PM - Forum: Board - Replies (2)

I made a few extra BBCodes. It seems illogical to use the code box for error output, code output, especially when it syntax highlighted for no reason..... More

Print this item

  In the beginning...
Posted by: sparkz_alot - Oct-04-2016, 02:45 PM - Forum: Bar - Replies (12)

I thought I would start this thread after reading a comment by Lars (..... More

Print this item

  Syntax Highlighter Codebox Issues
Posted by: metulburr - Oct-04-2016, 02:16 PM - Forum: Board - Replies (38)

We are testing new code box. This python tag is syntaxhighlighter Version 4.x. which works with a number of langauges.

We converted all original co..... More

Print this item

  If your are here, you are likely a p-human
Posted by: Ofnuts - Oct-04-2016, 12:22 PM - Forum: Bar - Replies (9)

From my favorite webcomic(*)

http://www.smbc-comics.com/comic/p-humans

(*) actually, XKCD or SMBC, I can't really decide. XKCD has a bit more sc..... More

Print this item

  Error when Inserting CSV file values into a postgreSQL using psycopg2
Posted by: klllmmm - Oct-04-2016, 12:14 PM - Forum: General Coding Help - Replies (8)

I'm newbie, & I'm using python 3.5 I want to how to insert some data in a CSV file into a PostgreSQL table using psycopg2.

The error msg is;
[erro..... More

Print this item

  Connecting to MySQL
Posted by: Dean Stackhouse - Oct-04-2016, 10:31 AM - Forum: General Coding Help - Replies (4)

Hey,

Just wondering what the best way to connect and query an external MySQL database is.

I have found a few different options, some of which lo..... More

Print this item

  bigsqrt - Python vs Pike
Posted by: Skaperen - Oct-04-2016, 06:23 AM - Forum: Code sharing - Replies (9)

this is a commandline program i wrote many years ago in both Python (my first Python program) and Pike. both are given below.  the Pike code is substa..... More

Print this item

  warnings of sentdex pygame tutorials
Posted by: metulburr - Oct-04-2016, 03:23 AM - Forum: Game Tutorials - No Replies

This is not meant to be bullying against sentdex. However people use his tutorials and come back to us to get information on what they learned from hi..... More

Print this item

  Collection of programming ideas and challenges
Posted by: metulburr - Oct-04-2016, 03:20 AM - Forum: Code sharing - Replies (8)

This is not all my ideas, i more or so collected them from time to time when i cant think of anything to code. Reading through them though will jog my..... More

Print this item

  a project idea
Posted by: Skaperen - Oct-04-2016, 03:03 AM - Forum: Bar - Replies (7)

maybe a subforum to post project ideas could have a bunch of ideas that might be inspiring to others, or worse.

i am not a GUI programmer :( so when ..... More

Print this item

  pyutils module
Posted by: Skaperen - Oct-04-2016, 02:19 AM - Forum: Code sharing - Replies (15)

i'll upload/embed it here and see if i live through it.
[spoiler=My code]
[php]#!/usr/bin/env python
# -*- coding: utf-8 -*-
#--------------------..... More

Print this item

  Practice Question Excersizes
Posted by: A3G - Oct-04-2016, 01:30 AM - Forum: Homework - Replies (5)

[code]nomstudents = 0
totalgrade = 0
avegrade = 0
morestudents = input("Do you have any students? (yes/no) ").lower()
while morestudents == 'yes':..... More

Print this item

  Archiving feauture
Posted by: wavic - Oct-04-2016, 01:12 AM - Forum: Board - Replies (8)

Since issues with www.python-forum.org I was thinking yesterday for some archiving feature. I've seen this in a radio forum and is a nice feature. By ..... More

Print this item

  function returning None
Posted by: tkj80 - Oct-03-2016, 11:16 PM - Forum: General Coding Help - Replies (3)

Hi,

I'm working my way through an example in a book. However, it is return an unexpected value. Wonder if someone could help point out what/where I..... More

Print this item

  modifying tutorials
Posted by: metulburr - Oct-03-2016, 10:50 PM - Forum: Board - Replies (22)

[color=#333333][size=small]Create a sub thread for GUI, Gaming, Networking, and Web tutorials within each related category = Each forum would have its..... More

Print this item

  creating application for android with python
Posted by: shahpy - Oct-03-2016, 09:58 PM - Forum: News and Discussions - Replies (7)

hi

i was thinking about creating some application for android . i worked with java before and i,m familiar with it but sense i learned python
i do..... More

Print this item

  [Very Basic Example Only] Hello World
Posted by: Yoriz - Oct-03-2016, 09:55 PM - Forum: GUI tutorials - Replies (5)

import wx

app = wx.App(False)

frame = wx.Frame(None, -1, 'Hello World')
frame.Show()

app.MainLoop()

Print this item

  Running Class methods in a loop and updating variables.
Posted by: ujjwalrathod007 - Oct-03-2016, 08:26 PM - Forum: General Coding Help - Replies (3)

I have some code for class inside which I have methods. I want to run the code which While True loop. The problem I face is with updating the variable..... More

Print this item

  f-string, string format, and string expressions
Posted by: metulburr - Oct-03-2016, 07:47 PM - Forum: Fundamentals - No Replies

The bad way
This is called concatenation. In other languages this is considered okay. In Python it is not. Don't do this in Python. Its clunky..... More

Print this item

  Set Windows Python Path to run python in any directory
Posted by: metulburr - Oct-03-2016, 06:56 PM - Forum: Python Installation and Execution - No Replies

[quote]
UPDATE: Since Python 3.5 the python installer usually has by default itself added to the PATH environmental variable. This whole process is n..... More

Print this item

  Question about F2py...Help me plz!!!
Posted by: Yuji3131 - Oct-03-2016, 03:50 PM - Forum: General Coding Help - Replies (3)

I'm windows user.
To make sure my available Fortran compiler, I put [>>>Python -m numpy.f2py -c --help-fcompiler] into command line however there aft..... More

Print this item

  How does CMU Sphinx Java library work in Python
Posted by: j.crater - Oct-03-2016, 02:52 PM - Forum: General Coding Help - Replies (2)

Hello all,
I am wondering, how does the CMU Sphinx part of the Python Speech Recognition w..... More

Print this item

  PythonPath file
Posted by: JohnRLaw - Oct-03-2016, 02:46 PM - Forum: General Coding Help - Replies (7)

I am a beginning python programmer. My computer is running Linux Mint 17.3. I am using IDLE as the development environment. My question is simple. I k..... More

Print this item

  My import not working
Posted by: man_in_the_hill - Oct-03-2016, 11:43 AM - Forum: General Coding Help - Replies (4)

Hi Everybody

I am trying to learn python and I created my first script with a package that contains an imported module but it does not work!
Both..... More

Print this item

  for n in range(2, 10)
Posted by: diemildefreude - Oct-03-2016, 07:29 AM - Forum: General Coding Help - Replies (1)

xHey, I just started learning python (my first programming language) and I apologize if this question comes up often. I didn't find anything with the ..... More

Print this item

  [split] Link at bottom
Posted by: j.crater - Oct-03-2016, 07:11 AM - Forum: Board - Replies (4)

Is it possible to add a link to main forum list, from any thread one is reading?
Now there's a to jump to thread's subforum, and with few more clicks..... More

Print this item

  Problem witrh else and elif values.
Posted by: anolibal - Oct-03-2016, 05:14 AM - Forum: General Coding Help - Replies (7)

Hello there i am new into this programming world, and yesteday i was trying to apply the else and elif fonction without any success!
I let you a pic ..... More

Print this item

  Learning Loops
Posted by: BobA - Oct-03-2016, 01:59 AM - Forum: General Coding Help - Replies (15)

Here is a simple piece of code with two loops.

It prints out a long string of numbers.

I'm trying to wrap my head around this, but I
don't und..... More

Print this item

  how to stop console pop-up question?
Posted by: newuser121 - Oct-02-2016, 11:26 PM - Forum: General Coding Help - Replies (6)

Hello all,

I am a new user to Python (spyder).

When I run my script, which shows a plot figure, the following pop-up :
[img]https://s9.postimg...... More

Print this item

  Subtracting gives a keyerror:
Posted by: xepicxmonkeyx - Oct-02-2016, 10:04 PM - Forum: General Coding Help - Replies (7)

To give some conext to the code you'll find in the link below, I'm making a system which brute forces the game Peg Solataire. It's grid is laid out in..... More

Print this item

  sending email with python
Posted by: shahpy - Oct-02-2016, 08:44 PM - Forum: Networking - Replies (4)

hi

i want to send an email from my python program

i had write this code for doing that:
[php]import smtplib
from email.mime.multipart import M..... More

Print this item

  added favorite threads
Posted by: metulburr - Oct-02-2016, 07:54 PM - Forum: Board - Replies (1)

I added a favorite plugin. So now there is the option to add threads to your favorites at the bottom left side of the thread. You can view the list of..... More

Print this item

  testing live threads
Posted by: metulburr - Oct-02-2016, 06:50 PM - Forum: Board - Replies (12)

testing again

EDIT:
Live threads allow new posts to be seen without refreshing the page. 
Only admins/mods can enalbe live threads (by default se..... More

Print this item

  I need help with an instagram bot
Posted by: bobduckling221 - Oct-02-2016, 04:41 PM - Forum: General Coding Help - Replies (2)

So basically I have this bot, but it keeps on crashing. Here is the code... the _____ is personal names that i dont want to be used in public. I am no..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  403 Error 4 hours ago CaptainNewb CaptainNewb Web Scraping ...
  [Tkinter] Too much space ... 11 hours ago RonR RonR GUI
  datetime in SQL query. Today, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... Yesterday, 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... 575942
  Tutorial Requ... 497326
  Web Scraping ... 439914
  Newbie with P... 383652
  New Users Int... 366003
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
python 6
metulburr 6
NonEntity 6
buran 3
Newest members
alexguemez Today
Shadab Today
Dibbley Today
XenonBlack Yesterday
Lenowell Yesterday

User Panel Messages

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