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,929
» Latest member: KennedyRichadGuerra
» Forum threads: 38,719
» Forum posts: 175,495

Full Statistics

Online Users
There are currently 47 online users.
» 1 Member(s) | 41 Guest(s)
Google, AOL, Apple, kshahzad1985

Latest Threads
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
54 minutes ago
» Replies: 7
» Views: 2,556
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
1 hour ago
» Replies: 7
» Views: 2,054
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:27 PM
» Replies: 6
» Views: 843
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:32 PM
» Replies: 2
» Views: 536
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,833
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Yesterday, 11:16 AM
» Replies: 4
» Views: 15,773
New to the field
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 08:15 AM
» Replies: 1
» Views: 433
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:34 AM
» Replies: 1
» Views: 508
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Sep-13-2025, 06:11 AM
» Replies: 5
» Views: 1,579
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,261

 
  new user coding problem
Posted by: mattkrebs - Mar-21-2017, 12:34 PM - Forum: General Coding Help - Replies (1)

"""This is my code"""
[python]
def main():
    print ("Guess a number between 1 and 100.")
    randomNumber = 35
    found = False       # flag variab..... More

Print this item

  Gui Button click
Posted by: iFunKtion - Mar-21-2017, 12:32 PM - Forum: GUI - Replies (1)

Hi.

I am making gui application using Qt4, but the whole signals and slots thing seems way too complex, so I suspect it is my coding. But it appears ..... More

Print this item

  cel shading,toon shader and glowing object ?
Posted by: hsunteik - Mar-21-2017, 08:57 AM - Forum: General Coding Help - Replies (1)

1)How do i cel shade/toon shade an object in python with pyopengl?
2)How do i make a object glow in python with pyopengl?

Print this item

  full pyopengl tutorial ?
Posted by: hsunteik - Mar-21-2017, 05:02 AM - Forum: General Coding Help - Replies (5)

i already know the basic,such as creating window,changing window title , set window icon,setting perspective and drawing object and lastly manipulatin..... More

Print this item

  Need your small favor
Posted by: desul - Mar-21-2017, 04:00 AM - Forum: Homework - Replies (2)

Hiii,

How can I remove "[inside some number], (Fig. 8))from the line?

I have tried by using below command but it is not working. please tell me ..... More

Print this item

  Help with raw_input
Posted by: Marshall_99 - Mar-21-2017, 01:10 AM - Forum: General Coding Help - Replies (2)

I have this as a sample code but my questions of 'How are you?' and 'Do you like computers?' do not return the correct answers to my input. Any help w..... More

Print this item

  How to download and install python modules?
Posted by: 20AJ0931 - Mar-20-2017, 11:08 PM - Forum: General Coding Help - Replies (4)

I am new to python and only know basic programming. I want to start working with modules. Especially the 'wmi' module. How do I download and install i..... More

Print this item

  launch .exe from python script in windows
Posted by: hary - Mar-20-2017, 03:22 PM - Forum: General Coding Help - Replies (8)

Hi

I'm trying to launch a .exe program with a python3.6 script.
I usualy launch my program.exe using command line "cmd" with 5 arguments as follow..... More

Print this item

  Help
Posted by: Codershadow - Mar-20-2017, 09:32 AM - Forum: General Coding Help - Replies (2)

I've written this to get a grid in python and I want to know how to change the numbers in the grid to go up like 1,2,3,4 etc... instead of all being 0..... More

Print this item

  I have a problem with user enter, any help?
Posted by: Qubayel - Mar-20-2017, 06:19 AM - Forum: General Coding Help - Replies (2)

[Image: XalEJUZ][Image: Uy7uE1m]
I'm creating a small Grading System 
I had created a Dictionary called Std = ..... More

Print this item

  Hi,need some guid to improve my coding skills any help?!
Posted by: Qubayel - Mar-20-2017, 03:57 AM - Forum: General Coding Help - Replies (9)

I'm a new Python programmer and the thing is I always feel like doesnt know how t build a solid programming skills 

Any advice?

Print this item

  Calculus in python
Posted by: pythonforumrocks - Mar-19-2017, 11:39 PM - Forum: Data Science - Replies (13)

I don't have a great understanding of calculus (or python) but I need to find the average value of a curve for a project.  I've been using a widget fr..... More

Print this item

  CPU utilisation is confusing
Posted by: Bidgey225 - Mar-19-2017, 08:16 PM - Forum: General Coding Help - Replies (6)

I have a question regarding the CPU utilisation of Python. When running a calculation, the CPU usage for Python sits at about 30%, which I initially t..... More

Print this item

  Postgresql and Django Configuration with Wamp
Posted by: Adelton - Mar-19-2017, 05:06 PM - Forum: General Coding Help - Replies (5)

Hi there,

I am new to Python and I  am trying to configure Wamp with Postgresql and Django.I have already downloaded both application but I do not ..... More

Print this item

  Scraping number in % from website
Posted by: santax - Mar-19-2017, 10:49 AM - Forum: Web Scraping & Web Development - Replies (3)

Hi all, for my chessclub I'm trying to automate collecting Timeout percentages. 

It hidden in this code:          <aside>7.69%</aside>



  [py..... More

Print this item

  **** PassWord
Posted by: kadoushka - Mar-19-2017, 09:10 AM - Forum: General Coding Help - Replies (13)

I want to make a password script in python that changes my input to *,
so when i type 1234 you can only see ****

pa=getpass.getpass("Password: "),..... More

Print this item

  Programming like a pro: tools for software planning
Posted by: BigMan - Mar-19-2017, 08:17 AM - Forum: General Coding Help - Replies (1)

Hi,

in the past I used Python mainly for some small applications (all for private purposes).
Now I have something bigger in mind (a kind of home-a..... More

Print this item

  Replace Single Backslash with Double Backslash in python
Posted by: saswatidas437 - Mar-19-2017, 07:56 AM - Forum: General Coding Help - Replies (2)

I have a need to replace single backslashes with double backslashes. I know that the replace method of the string object can be used, however I'm not ..... More

Print this item

  is this a directory?
Posted by: Skaperen - Mar-19-2017, 04:51 AM - Forum: General Coding Help - Replies (4)

there appears to be many ways to test if i have a reference to a directory (as opposed to something else like a file or a path that does not exist).  ..... More

Print this item

  Why does Python Print return None
Posted by: Steven - Mar-19-2017, 12:58 AM - Forum: Homework - Replies (6)

Hey all. I'm studying for a final. Wondering why using 

print(print('hello') return
Hello
None
Can't wrap my head around it..... More

Print this item

  updating a field of sql table from a variable
Posted by: gray - Mar-18-2017, 11:32 PM - Forum: GUI - Replies (1)

[color=#242729][size=small][font=Arial,]how can i update a field of sql table from a variable not a string? my table name is variabless.this table con..... More

Print this item

  pandas : insert new column
Posted by: vvv - Mar-18-2017, 07:59 PM - Forum: Data Science - Replies (2)

Hi All,
I am trying to create an empty dataframe 'a' and insert slices of raw data from 'df' in to columns in 'a'. I can insert a one new columns and..... More

Print this item

  how to write a code for term that can't begin or end with a stopword
Posted by: desul - Mar-18-2017, 02:33 PM - Forum: Homework - Replies (3)

Hiiiiiiiiiiiiiiiiiiiii,

Need your small help for writing a code for selecting a term that can't begin or end with a stopword....

assume stopword..... More

Print this item

  How to set the window icon with OpenGL GLUT
Posted by: hsunteik - Mar-18-2017, 01:04 PM - Forum: General Coding Help - Replies (3)

I have already successfully created the OpenGL window with glut.
Now,I want to set/change the window icon and taskbar icon,is it possible to do that?..... More

Print this item

  Newbie Doubt
Posted by: arshidkv12 - Mar-18-2017, 12:09 PM - Forum: Web Scraping & Web Development - Replies (8)

Hi,
I am Arshid. I am WordPress plugin developer. I think to start  python programming.
I have one doubt, Can I make extension for django like word..... More

Print this item

  Noobie - IF and Else statement help
Posted by: Jedi - Mar-18-2017, 05:55 AM - Forum: General Coding Help - Replies (3)

Hi There, 

In a nutshell, I have a simple code for a Menu where the user has options to select different menu items from the selection. Certain men..... More

Print this item

  NullFunctionError opengl glutInit
Posted by: hsunteik - Mar-18-2017, 05:41 AM - Forum: General Coding Help - Replies (3)

[python]
from OpenGL.GL import *
from OpenGL.GLUT import *
from OpenGL.GLU import *

window = 0                                             # glu..... More

Print this item

  raising multiple exceptions
Posted by: Skaperen - Mar-18-2017, 03:46 AM - Forum: General Coding Help - Replies (10)

in a function that is to be given a list of tuples i want to raise an exception for an error.  for example each tuple must be of length 2 or 3 and the..... More

Print this item

  Using Generators and their expressions
Posted by: BeerLover - Mar-17-2017, 11:33 PM - Forum: General Coding Help - Replies (3)

I am trying to get my head around generators. I do not really understand the concept of generators and their expressions, however I read what they are..... More

Print this item

  Importing module from outside of the current directory
Posted by: Annie - Mar-17-2017, 10:31 PM - Forum: General Coding Help - Replies (4)

Hi guys,

If I'm in say /home/a
and I want to import a module name "file.h"  in   /home/b/c/d
I tried :


[python]
import sys
sys.path.insert..... More

Print this item

  Error in Python 3.6 and how to limit decimal places
Posted by: Raptor88 - Mar-17-2017, 09:24 PM - Forum: General Coding Help - Replies (6)

Using Python 3.6 and tkinter that comes with it.

My tkinter code:
[python]
for myvalue in range(2,11):
    Radiobutton(rightFrame, text=myvalue*..... More

Print this item

  No option to input
Posted by: Sp00f - Mar-17-2017, 08:37 PM - Forum: General Coding Help - Replies (7)

[Image: Sw4cJfq.png]

Hello, I'm running this with no error. But it isn't giving an option to input.

Can someone explain to..... More

Print this item

  so that I may post
Posted by: Sp00f - Mar-17-2017, 08:35 PM - Forum: Bar - Replies (3)

Saying hello, because I need help.

I need 1 post before I can post a link

Print this item

  Displaying error in QTableview and with Checkbox in Column under macOsX
Posted by: nieselfriem - Mar-17-2017, 03:06 PM - Forum: GUI - Replies (1)

Hi,

I have the following problem.

I create a TableModel and a Delegate Class to display Boolean values in a column with Checkboxes. 
[python]# ..... More

Print this item

  InsecureRequestWarning
Posted by: Debian - Mar-17-2017, 02:00 PM - Forum: General Coding Help - Replies (2)

Hello,

I'm new with python, i have download the plugin check_dell_warranty.py to monitor our DELL servers warranty but when i try to execute the scri..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Seeking feedback: dynamic... 54 minutes ago Bona2000 Bona2000 General Codin...
  403 Error 1 hour ago CaptainNewb CaptainNewb Web Scraping ...
  Select Python comment (#)... Yesterday, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... Yesterday, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame Yesterday, 11:25 JMcM JMcM Game Developm...
  Python Installation issue Yesterday, 11:16 RFHill Dev News and Disc...
  New to the field Yesterday, 08:15 Polybunny Larz60+ News and Disc...
  [Tkinter] Too much space ... Yesterday, 02:34 RonR deanhystad GUI
  I'm trying to make a piec... 09-13, 06:11 Alislugacool MilesWeb General Codin...
  Python and excel vba codi... 09-12, 11:09 odiez DeaD_EyE General Codin...
  Web Scrapper to find prov... 09-12, 08:36 physalis2099 Olivia General Codin...
Most views
  The best Prog... 575675
  Tutorial Requ... 496809
  Web Scraping ... 439718
  Newbie with P... 383371
  New Users Int... 364724
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+ 12087
buran 8174
snippsat 7366
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
KennedyRichadGuerra Today
Williefaree Today
faithsally Today
compuman145 Today
DeadEyes Today

User Panel Messages

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