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,612
» Latest member: Sreearvind
» Forum threads: 38,637
» Forum posts: 175,054

Full Statistics

Online Users
There are currently 487 online users.
» 0 Member(s) | 478 Guest(s)
Bing, Yandex, Baidu, Google, AOL, Facebook

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

 
  Question about primitive variables.
Posted by: Nirelg - Apr-01-2017, 05:06 PM - Forum: General Coding Help - Replies (16)

Hi all,

I have started to learn what primitive variables are vs Referenced ones.

The problem is, that once I have read that python is fully refe..... More

Print this item

  Python Selenium WebDriver Problem
Posted by: SlpnGnt - Apr-01-2017, 03:19 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello,

I'm currently trying to extract some tables from a particular website, but I have to use the Selenium WebDriver to do so because I believe t..... More

Print this item

  Not Getting The desired output on my system
Posted by: Rashi - Apr-01-2017, 02:44 PM - Forum: General Coding Help - Replies (12)

[python]

from tkinter import *
import random

class ExamGuru:
    def _init_(self, parent):
        self.parent=parent
        self.index=0
..... More

Print this item

  Why can't I get this code to loop
Posted by: sexualpanda - Apr-01-2017, 01:14 PM - Forum: Homework - Replies (1)

[python]import operator
import random

casefile=open('case.txt','a')
devicefile = open('devicefile.txt','r')

def ask():

    global model
  ..... More

Print this item

  How to print in colors
Posted by: JohnNo - Apr-01-2017, 01:09 PM - Forum: General Coding Help - Replies (2)

So I use python shell to do my stuff
but I want to print out in color I tried everything from ANSI escape routes or ansicolors but nothing everything..... More

Print this item

  Methods for Interegating output from an API
Posted by: Bass - Apr-01-2017, 12:33 PM - Forum: Data Science - Replies (1)

Hi,

I am trying to extract data values from an Rest API response. 

Firstly, could someone please clarify this as well as any corrections of the ..... More


Attached Files

.zip   Candle.zip (Size: 41.84 KB / Downloads: 53)
Print this item

  Name guessing game in python
Posted by: Liquid_Ocelot - Apr-01-2017, 07:44 AM - Forum: Homework - Replies (6)

Hey guys so I am having some trouble with the second part of a program that I need to write 

So the first part was to write a number guessing game in..... More

Print this item

  VAO and VBO not working.
Posted by: hsunteik - Apr-01-2017, 07:14 AM - Forum: General Coding Help - Replies (4)

[python]
class cube():
    def __init__(self,vertexcount,VAOid):
        self.vertexcount=vertexcount
        self.VAOid=VAOid

    def draw(sel..... More

Print this item

  blender python code
Posted by: metulburr - Apr-01-2017, 01:57 AM - Forum: Bar - Replies (7)

This looks quite nice. Came across it from http://jos.ai/
[Image: dube_1.gif]

Print this item

  Need To Create Simple Mutiple Choice Quiz In Tkinter
Posted by: Rashi - Apr-01-2017, 01:02 AM - Forum: Homework - Replies (5)

i am trying to create a simple quiz in tkinter but i have no proper reference how to get it done properly i researched alot on google but as i am new ..... More

Print this item

  Having some issues, pls halp
Posted by: Bidgey225 - Apr-01-2017, 12:13 AM - Forum: Homework - Replies (2)

So I'm taking a course, and I can't quite see what I'm doing wrong with this program.
[Image: mb2zobw.png]
[modd=snippsat]Post ..... More

Print this item

  [?] UTF8, Unicode and Binary data reading troubles
Posted by: doublezero - Mar-31-2017, 06:45 PM - Forum: General Coding Help - Replies (1)

Hi guys.

I have been working in a script to read files, extract and index some strings. Everything is going fine, except for one problem with file ..... More

Print this item

  SSH Multi Threading
Posted by: nizami22247 - Mar-31-2017, 06:04 PM - Forum: General Coding Help - No Replies

Hi, guys. I'm currently having issue with multi threading specifically when i try to use SSH to multiple devices at a time. It works if i don't use mu..... More

Print this item

  Pygame Heli Dodge
Posted by: georgecoopers - Mar-31-2017, 03:38 PM - Forum: Code sharing - Replies (2)

I've spent the past few days developing this small game: 

http://www.mediafire.com/file/sz28835b23...r]http://w..... More

Print this item

  Sort() Question / Getting Error
Posted by: richardbl27 - Mar-31-2017, 02:06 PM - Forum: General Coding Help - Replies (3)

Hi... I am relatively new to Python... I find it very interesting coming originally from a mainframe background. 
I have a question.  I'm trying to d..... More

Print this item

  QModelIndex set Column in tablemodel
Posted by: nieselfriem - Mar-31-2017, 01:59 PM - Forum: GUI - No Replies

Hello,

[color=#141414][size=small]I use a table with tableview. In one of the Columns I present boolean v..... More

Print this item

  What terms do I need to know?
Posted by: psocretes - Mar-31-2017, 12:26 PM - Forum: Web Scraping & Web Development - Replies (5)

I want to be able to find a play (audio) button and activate it (on a BBC website) so the audio plays and when that 15 minute play has finished, for t..... More

Print this item

  iPython tab completion of method variable
Posted by: sixteenornumber - Mar-31-2017, 12:09 PM - Forum: General Coding Help - Replies (1)

is there any way to get iPython to recognize the type of "each" in B.printBarList().  for example I want to use tab-complete in iPython so I type "eac..... More

Print this item

  newbie while loop error: IndexError: list assignment index out of range
Posted by: msa969 - Mar-31-2017, 10:45 AM - Forum: General Coding Help - Replies (3)

I want to create a list called numbers that contains all the integers from 1 to 30 

[python]
numbers = []
i = 1
while(i < 30):
    numbers[i] = i +1 ..... More

Print this item

  Error when converting MATLAB's datenum to Python's datetime
Posted by: zoya2385 - Mar-31-2017, 10:00 AM - Forum: General Coding Help - Replies (5)

Hello,

I have to convert a MATLAB's datenum to Python's datetime. The following code is as below:

[code]import datetime
matlab_datenum = 636505..... More

Print this item

  I'm a new Python programmer and I need some tips
Posted by: Qubayel - Mar-31-2017, 07:46 AM - Forum: GUI - Replies (6)

I toke an online Python course for beginners the course was good and there was an final project on the first section, so I tried to Do it by myself by..... More

Print this item

  exception index
Posted by: Skaperen - Mar-31-2017, 06:03 AM - Forum: General Coding Help - Replies (2)

as i rewrite a lot of stuff into python, i want to include many functions and make a lot of error handling raise exceptions.  i have not seen this, ye..... More

Print this item

  boolean result of loop
Posted by: Skaperen - Mar-31-2017, 01:47 AM - Forum: General Coding Help - Replies (19)

a classic loop structure tests for one of a sequence of possible conditions.  in python the loop iterates over an iterator or equivalent (a sequence)...... More

Print this item

  Creating lists or arrays as the input
Posted by: nickalvar - Mar-31-2017, 01:05 AM - Forum: Homework - Replies (4)

I'm fairly new to using python. I would greatly appreciate it if someone could explain exactly what i'm supposed to do here.

Create the following l..... More

Print this item

  Module Help?
Posted by: 20AJ0931 - Mar-31-2017, 01:04 AM - Forum: General Coding Help - Replies (5)

Hi guys,
I am new to python and wanted to start working with modules like the pywin32, pysensors and pyspectator. But whenever I download them from p..... More

Print this item

  Lost in Translation - v.1.2
Posted by: wavic - Mar-31-2017, 12:51 AM - Forum: Bar - Replies (7)

http://www.bbc.com/capital/story/2016102...municators

Print this item

  Stacked Barchart from Counter using matplotlib
Posted by: alicarlos13 - Mar-31-2017, 12:26 AM - Forum: Data Science - Replies (4)

I have a large csv file. This file is read and a

Counter
is returned every predefined amount of lines. As an Example:
[code]counte..... More

Print this item

  check my tcp code plz
Posted by: abrew132 - Mar-30-2017, 07:45 PM - Forum: General Coding Help - Replies (1)

hi I'm running python on ma terminal using the command "python _____.py" and it runs the code. i made a simple tcp server, but with all the help that ..... More

Print this item

  Automating a Data Extraction Process
Posted by: Harrison - Mar-30-2017, 07:34 PM - Forum: General Coding Help - Replies (12)

Hi everyone,

First of all, this is my first proper post on Python-Forum, so please excuse any poor forum etiquette on my part... Blush

I wa..... More

Print this item

  pd.DataFrame question
Posted by: smw10c - Mar-30-2017, 07:01 PM - Forum: Data Science - Replies (2)

I hope you are all having a good. Why does the following program cause Python to crash (I'm using the Jupyter notebook):

df2=pd.DataFrame(data=df,i..... More

Print this item

  packaging a PyQt app for macOS
Posted by: danboid - Mar-30-2017, 06:57 PM - Forum: GUI - No Replies

I am trying to package my PyQt based image viewer, shufti, for macOS but I've not had much luck so far. It runs fine from the terminal (if you have Py..... More

Print this item

  mcerp: error while plotting a histogram
Posted by: rakhmadiev - Mar-30-2017, 04:40 PM - Forum: Data Science - Replies (2)

Hi guys, python returns an error while plotting a histogram in mcerp module. I am able to plot Kernel Density Estimate plot , but plotting a histogram..... More

Print this item

  Network Programming
Posted by: adithyakrish - Mar-30-2017, 01:18 PM - Forum: General Coding Help - Replies (13)

Hello All,

I would like to start of by saying that I am new to Python.

I have a Zynq board connected to my system and I would like to transmit and r..... More

Print this item

  Script ends, does not start again
Posted by: phanegem - Mar-30-2017, 11:12 AM - Forum: General Coding Help - Replies (8)

I'm using the following script, wich is a timelapse script. It works, no problem. It starts on my raspberry 3 (raspian) by a cronjob on (re)boot.

B..... More

Print this item

  Display device details i.e connected with more than one device
Posted by: shintonp - Mar-30-2017, 09:41 AM - Forum: General Coding Help - Replies (6)

How to get display device details , where the system is connects with more than one display devices like DP, MDP , SDP ,HDMI ..etc

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... 484908
  Web Scraping ... 436854
  Newbie with P... 379687
  Thread remain... 351231
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
metulburr 6
python 6
NonEntity 5
as1221 3
Newest members
Sreearvind Today
effirlem Today
Thatedge Today
Gdeshmukh Today
wolf7pay Yesterday

User Panel Messages

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