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,609
» Latest member: wolf7pay
» Forum threads: 38,638
» Forum posts: 175,055

Full Statistics

Online Users
There are currently 365 online users.
» 1 Member(s) | 356 Guest(s)
Bing, Google, Baidu, Twitter, Yandex, trix

Latest Threads
Setting AST node lineno c...
Forum: General Coding Help
Last Post: voidtrance
Yesterday, 02:10 PM
» Replies: 5
» Views: 398
[SOLVED] Let user search ...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:04 PM
» Replies: 3
» Views: 151
color names
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 08:10 AM
» Replies: 9
» Views: 199,334
Python Install Mager Help
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 04:43 AM
» Replies: 1
» Views: 97
tracking version during r...
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 04:15 AM
» Replies: 3
» Views: 605
Comparing two columns wit...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:41 AM
» Replies: 3
» Views: 1,498
Convert any Python expres...
Forum: General Coding Help
Last Post: DeaD_EyE
Jun-23-2025, 07:06 AM
» Replies: 2
» Views: 309
Using EventSource in Pyth...
Forum: Web Scraping & Web Development
Last Post: snippsat
Jun-22-2025, 08:45 AM
» Replies: 1
» Views: 165
need help with tracking a...
Forum: General Coding Help
Last Post: gqdeep01
Jun-22-2025, 02:14 AM
» Replies: 0
» Views: 146
A penny doubled every day...
Forum: Homework
Last Post: DeaD_EyE
Jun-21-2025, 05:26 PM
» Replies: 5
» Views: 281

 
  value_counts method question
Posted by: smw10c - Mar-22-2017, 07:23 PM - Forum: Data Science - Replies (4)

I hope you are all having a good day. I am currently teaching myself Python through an online MOOC. I have a question about the following line of code..... More

Print this item

  Learning Python, need suggestions
Posted by: vkozinec - Mar-22-2017, 05:12 PM - Forum: General Coding Help - Replies (1)

Hello everyone, 

I am trying to learn a bit about Python since I researched and saw it's a really powerful language.

So for my first "hello worl..... More

Print this item

  Guidance on screen painting of desc & data
Posted by: Bass - Mar-22-2017, 04:57 PM - Forum: General Coding Help - Replies (1)

Hi,

New to Python.

I am looking to paint a screen to display:
a) Title/Header
b) Description of data - this could be,  Name, Address, DOB, Tel..... More

Print this item

  Pyramid of Solitaires
Posted by: qwerty - Mar-22-2017, 03:19 PM - Forum: Homework - Replies (1)

Please help us to implement a class Pyramid Board, which includes the state (variables) and behavior (methods) needed to play solitaire. You need to u..... More

Print this item

  Is it bad practice to return a variable and not use it?
Posted by: iFunKtion - Mar-22-2017, 02:50 PM - Forum: News and Discussions - Replies (8)

I was just wondering, as in my application here, I have tried to stick to the principle that a method does just one thing, and in doing this, I am abl..... More

Print this item

  Reference for (Directional) commands
Posted by: mattkrebs - Mar-22-2017, 02:08 PM - Forum: General Coding Help - Replies (5)

hello,

I have been able to find helpful lists of key words to be used in Python - such as - "if", "print", "while".

And

I have been ab..... More

Print this item

  If statement [Guard List]
Posted by: yuvalsaias - Mar-22-2017, 01:54 PM - Forum: General Coding Help - Replies (7)

hello everyone, im a  soldier and in my unit there is a lot of guard duty which means that everyday each soldier have a 3 hours guard duty which he ta..... More

Print this item

  Approach to coding, good/bad
Posted by: j.crater - Mar-22-2017, 01:37 PM - Forum: News and Discussions - Replies (27)

Hello all,
this question is about coding generally. But if the answer might contain someting Python-specific, do point it out.

I noticed that with..... More

Print this item

  How to print a QtSql.QSqlQuery() from python
Posted by: ThunderBlitz - Mar-22-2017, 01:07 PM - Forum: GUI - No Replies

hi,
   i'm making a program where i read some tables from a mariadb server and show them on a QtreeView using QtSql. I would like to print the tables..... More

Print this item

  ARP Request Problem
Posted by: Mustafa_ba - Mar-22-2017, 11:50 AM - Forum: Networking - Replies (1)

Hello guys;

I need to send ARP request  but I m facing with some socket problem . While I m searching about it , the AF_PACKET family is used to so..... More

Print this item

  common elements of a list
Posted by: Skaperen - Mar-22-2017, 05:36 AM - Forum: General Coding Help - Replies (5)

given 2 or more lists, i'd like to get a list of the common elements.  if the order gets re-arranged that is ok.

[python]a=['apple','banana','cherr..... More

Print this item

  face tracking using optical flow method using python+opencv
Posted by: Aftab - Mar-22-2017, 05:36 AM - Forum: Data Science - Replies (1)

Hello Folks..

I want to track the face in motion. Suppose if i move the face in different directions, then the camera should track that face in tha..... More

Print this item

  making a directory
Posted by: Skaperen - Mar-22-2017, 05:17 AM - Forum: General Coding Help - Replies (5)

i am given a string of a path and need to make a directory there unless one is already there.  so i might need to also make the parents.  is there a s..... More

Print this item

  Location Named Entity Recognition Problem
Posted by: owais - Mar-22-2017, 04:56 AM - Forum: General Coding Help - Replies (7)

[color=#222222][size=small]I'm dealing with Twitter data ,I have users in json format,I'm trying to extract location from these fields,here is some sa..... More

Print this item

  VBO,VAO or classical beginner method?
Posted by: hsunteik - Mar-22-2017, 03:30 AM - Forum: General Coding Help - No Replies

Should I use VBO,VAO or the beginner method to draw object in PyOpenGL scenes/space?
What minecraft use?

Print this item

Question Starting to use functions help
Posted by: Miraclefruit - Mar-22-2017, 02:39 AM - Forum: General Coding Help - Replies (5)

Write a program to provide information on the height of a ball thrown straight up into the air. The program should request as input the initial height..... More

Print this item

  How to add user input together then print the result
Posted by: Liwuid_Ocelot - Mar-22-2017, 01:17 AM - Forum: Homework - Replies (6)

Hi there this will be my first post so I apologize if my formatting is incorrect, I am still learning python :)

My program asks for how many birthd..... More

Print this item

  Hangman-Game (German code) ..
Posted by: Unkreatief - Mar-22-2017, 12:46 AM - Forum: Homework - Replies (1)

[color=#222222][font=verdana, arial, helvetica, sans-serif]Hey! I'm new to this board, hope this is the right place to search for help. Short introduc..... More

Print this item

  Serial Python and Arduino
Posted by: delfar - Mar-21-2017, 11:26 PM - Forum: General Coding Help - Replies (7)

Hello,

I am trying to write a base program that will connect to an Arduino, Via Serial, and will send and receive data. 

For some reason though,..... More

Print this item

  Location of python library ?
Posted by: Annie - Mar-21-2017, 11:18 PM - Forum: General Coding Help - Replies (17)

Hi,

How do I find the directory of libpython3.5.so file in my local machine,
am I suppose to have this file if I have downloaded Python3.5 ..... More

Print this item

  Setup a label by binding listbox importing a subclass method using python 3 and tkint
Posted by: Dannds - Mar-21-2017, 09:38 PM - Forum: Homework - No Replies

[color=#242729][size=small][font=Arial, 'Helvetica Neue', Helvetica, sans-serif]I am writing an application using python 3 and tkinter where I have a ..... More

Print this item

  Basic Python Program for Sequence
Posted by: patycanes - Mar-21-2017, 05:53 PM - Forum: Homework - Replies (7)

I'm working on my homework for my programming class and I am honestly just stuck on one problem. The only thing I have so far is the prompt for user i..... More

Print this item

  python charmap codec can't decode byte X in position Y character maps to < undefined>
Posted by: owais - Mar-21-2017, 05:25 PM - Forum: General Coding Help - Replies (9)

[color=#242729][size=small]I'm experimenting with python libraries for data analysis,the problem i'm facing is this exception[/siz..... More

Print this item

  Splitting a list help
Posted by: johiah - Mar-21-2017, 03:53 PM - Forum: General Coding Help - Replies (5)

I have been coding python 3 using repl.it, and I have this code. To make everything work I had it print to make sure it worked. For some reason, Stats..... More

Print this item

  pyethrecover Program help
Posted by: Able98 - Mar-21-2017, 02:18 PM - Forum: General Coding Help - Replies (24)

I know almost nothing about python and need help with this program:

Sorry, understandably, it says I can not post clickable links on my first messa..... More

Print this item

  How to begin coding for game making [Install pygame on mac]
Posted by: mattkrebs - Mar-21-2017, 02:05 PM - Forum: Game Development - Replies (2)

Hello,

I am using Python 3.6 and tried putting Pygame on my MacBook Pro but could not do it. 

Is there a way to do this that is as simple as dow..... More

Print this item

  Do not know how to add "Code Tags" or "Error Tags" to my submissions
Posted by: mattkrebs - Mar-21-2017, 01:14 PM - Forum: Board - Replies (2)

Is this how you add tags to code and error messages?

[python]
def main():
    print ("Guess a number between 1 and 100.")
    randomNumber = 35..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Setting AST node lineno c... Yesterday, 14:10 voidtrance voidtrance General Codin...
  [WxPython] [SOLVED] Let u... Yesterday, 14:04 Winfried deanhystad GUI
  color names Yesterday, 08:10 jimrinaldo DeaD_EyE General Codin...
  Python Install Mager Help Yesterday, 04:43 bowens1983 DeaD_EyE News and Disc...
  tracking version during r... Yesterday, 04:15 Skaperen DeaD_EyE News and Disc...
  Comparing two columns wit... Yesterday, 03:41 doug2019 Pedroski55 General Codin...
  Convert any Python expres... 06-23, 07:06 voidtrance DeaD_EyE General Codin...
  Using EventSource in Pyth... 06-22, 08:45 rbadis snippsat Web Scraping ...
  need help with tracking a... 06-22, 02:14 gqdeep01 gqdeep01 General Codin...
  A penny doubled every day... 06-21, 17:26 esoyboy DeaD_EyE Homework
  I have a question 06-21, 09:26 Clictithe noisefloor General Codin...
Most views
  The best Prog... 572322
  Tutorial Requ... 484902
  Web Scraping ... 436853
  Newbie with P... 379686
  Thread remain... 351229
Most reputation
buran 581
snippsat 507
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 450
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12067
buran 8173
snippsat 7340
deanhystad 6840
metulburr 5151
Top referrers
Googlepro 24
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
wolf7pay Yesterday
zaellasasdo7842 Yesterday
NataschaKamran304 Yesterday
kaneshacorbett Yesterday
CharoCossio843 Yesterday

User Panel Messages

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