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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,394
» Latest member: braillescribe
» Forum threads: 38,822
» Forum posts: 176,022

Full Statistics

Online Users
There are currently 36 online users.
» 0 Member(s) | 28 Guest(s)
Bing, Google, AOL, Facebook, AOL

Latest Threads
Willing to pay for help w...
Forum: General Coding Help
Last Post: Pedroski55
7 hours ago
» Replies: 3
» Views: 107
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
Dec-27-2025, 06:21 PM
» Replies: 1
» Views: 125
Calling python from anoth...
Forum: General Coding Help
Last Post: eedjsa
Dec-27-2025, 04:06 PM
» Replies: 9
» Views: 267
IP address for users
Forum: Networking
Last Post: itx_sumeet
Dec-27-2025, 05:53 AM
» Replies: 4
» Views: 7,083
Lottery generator (beginn...
Forum: General Coding Help
Last Post: Pedroski55
Dec-27-2025, 01:10 AM
» Replies: 5
» Views: 9,925
[split] How to ask Smart ...
Forum: General Coding Help
Last Post: Pedroski55
Dec-25-2025, 07:58 AM
» Replies: 2
» Views: 159
Need Help with Pandas Con...
Forum: Bar
Last Post: Axel_Erfurt
Dec-24-2025, 10:07 AM
» Replies: 1
» Views: 93
requests.post not sending...
Forum: Web Scraping & Web Development
Last Post: noisefloor
Dec-24-2025, 09:20 AM
» Replies: 2
» Views: 163
Looking for constructive ...
Forum: News and Discussions
Last Post: cecrease
Dec-24-2025, 03:16 AM
» Replies: 2
» Views: 1,302
Switching from batch proc...
Forum: GUI
Last Post: arbiel
Dec-23-2025, 09:38 PM
» Replies: 0
» Views: 124

 
  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

  Embedded chat room
Posted by: metulburr - Oct-02-2016, 03:43 PM - Forum: Board - Replies (20)

For those that havent found it yet...

Go to the index page and scroll down and select "shoutbox" to expand

Let me know what you think of this pl..... More

Print this item

  Referrals
Posted by: Ofnuts - Oct-02-2016, 01:29 PM - Forum: Board - Replies (2)

In my Profile I see "Members Referred: 1". Is there a way to know which members were referred? I don't remember sending anyone here (yet).

Print this item

  No response required
Posted by: Yoriz - Oct-02-2016, 12:36 PM - Forum: Board - Replies (5)

Adding

Quote:No response required
as a new post to existing threads just seems spammy and makes it look like there is something new to ..... More

Print this item

  Error when using copy_expert(sql, file) in psycopg2 to insert data from several CSV
Posted by: klllmmm - Oct-02-2016, 05:58 AM - Forum: General Coding Help - Replies (5)

I'm a Newby,
I tried to insert columnar data sets in several CSV files into PostgreSQL database.
I tried this using [size=small]copy_expert(sql, fil..... More

Print this item

  Need to refer to Value of a key of a dictionary nested within a dictionary
Posted by: xepicxmonkeyx - Oct-01-2016, 11:34 PM - Forum: General Coding Help - Replies (14)

You can find my code at the link below, and you can ignore any commented sections of code (Accept the one in make_grid() ):

link removed, code adde..... More

Print this item

  Pillow _getexif for python 3
Posted by: Larz60+ - Oct-01-2016, 09:33 PM - Forum: General Coding Help - Replies (3)

Hello,

When pillow 2.1.0 was released, it included the following:


[quote]
(1.1.4b1 released)

+ Added experimental EXIF support for ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Willing to pay for help w... 7 hours ago braillescribe Pedroski55 General Codin...
  How to Integrate External... 12-27, 18:21 finallen321 noisefloor General Codin...
  Calling python from anoth... 12-27, 16:06 eedjsa eedjsa General Codin...
  IP address for users 12-27, 05:53 Robots itx_sumeet Networking
  Lottery generator (beginn... 12-27, 01:10 Hullari Pedroski55 General Codin...
  [split] How to ask Smart ... 12-25, 07:58 yoanselcp Pedroski55 General Codin...
  Need Help with Pandas Con... 12-24, 10:07 naproxy_1 Axel_Erfurt Bar
  requests.post not sending... 12-24, 09:20 JarredAwesome noisefloor Web Scraping ...
  Looking for constructive ... 12-24, 03:16 decuser cecrease News and Disc...
  [PyQt] Switching from bat... 12-23, 21:38 arbiel arbiel GUI
  Exploring Different Pytho... 12-23, 13:01 girish_benvanshi ankitsharma32 News and Disc...
Most views
  The best Prog... 580393
  Tutorial Requ... 519347
  Web Scraping ... 442776
  Newbie with P... 386972
  New Users Int... 386420
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
braillescribe Yesterday
aurelio12282025 Yesterday
bejaminmaarleyo1374 Yesterday
taylorlitleoz476 Yesterday
desy845 Yesterday

User Panel Messages

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