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,244
» Latest member: thebigback
» Forum threads: 38,778
» Forum posts: 175,805

Full Statistics

Online Users
There are currently 52 online users.
» 1 Member(s) | 46 Guest(s)
Applebot, Bing, Google, AOL, Gribouillis

Latest Threads
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
50 minutes ago
» Replies: 5
» Views: 179
Help with Serial.write in...
Forum: General Coding Help
Last Post: racingsubby
7 hours ago
» Replies: 2
» Views: 56
I’m building a Python Dat...
Forum: GUI
Last Post: Gribouillis
10 hours ago
» Replies: 6
» Views: 169
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:37 AM
» Replies: 1
» Views: 73
Data Science
Forum: Data Science
Last Post: mamta25
Yesterday, 05:27 AM
» Replies: 3
» Views: 2,593
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 163
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 154
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,571
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,392
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,592

 
  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

  help
Posted by: maayan11 - Mar-30-2017, 06:57 AM - Forum: Homework - Replies (5)

hello in my pyton home work i was asked to write a function  Which receives a real number (type float) called num and returns the number hop
Before a..... More

Print this item

  which button should be shown
Posted by: gray - Mar-30-2017, 06:09 AM - Forum: GUI - Replies (1)

suppose we have a lot of buttons with specified texts & locations... for example our buttons are {'main','report', 'memory', 'bills',...} now we have ..... More

Print this item

  Breaking down long function
Posted by: LucasLambert - Mar-30-2017, 05:51 AM - Forum: General Coding Help - Replies (2)

Hey there. 
I need some help and guidance in breaking down a long function but can seem to grasp exactly how....:
Any help would  be greatly appreci..... More

Print this item

  Trying Again
Posted by: Able98 - Mar-30-2017, 05:13 AM - Forum: General Coding Help - Replies (2)

Now that I installed Windows 7 pro and Python 2.7.13 I am trying to get it running.

Newer "better" version found here:

..... More

Print this item

  Installing old wheel on latest python
Posted by: sigirisetti - Mar-30-2017, 04:17 AM - Forum: General Coding Help - Replies (4)

Hello all

I have a wheel file targetting py 3.5 but I installed latest python 3.6.1rc1

Is it possible to force install wheel built for Python 3.5 on..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Backward compatibility qu... 50 minutes ago yutaozhou Gribouillis News and Disc...
  Help with Serial.write in... 7 hours ago racingsubby racingsubby General Codin...
  [Tkinter] I’m building a ... 10 hours ago tsgiannis Gribouillis GUI
  [split] print two differe... Yesterday, 05:37 Reema Gribouillis General Codin...
  Data Science Yesterday, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
Most views
  The best Prog... 578760
  Tutorial Requ... 509584
  Web Scraping ... 441885
  Newbie with P... 385856
  New Users Int... 375571
Most reputation
buran 581
snippsat 510
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+ 12103
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
thebigback Yesterday
dimitriwati Yesterday
johnsonlucas83 Yesterday
ColorTig Yesterday
AcoolPurpleOne1863 Yesterday

User Panel Messages

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