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,586
» Latest member: Cio
» Forum threads: 38,636
» Forum posts: 175,042

Full Statistics

Online Users
There are currently 406 online users.
» 0 Member(s) | 401 Guest(s)
Bing, Google, Baidu, Yahoo, Yandex

Latest Threads
Drawing a sine curve in m...
Forum: General Coding Help
Last Post: Lewisquene
1 hour ago
» Replies: 6
» Views: 27,438
Using EventSource in Pyth...
Forum: Web Scraping & Web Development
Last Post: snippsat
1 hour ago
» Replies: 1
» Views: 82
need help with tracking a...
Forum: General Coding Help
Last Post: gqdeep01
7 hours ago
» Replies: 0
» Views: 53
A penny doubled every day...
Forum: Homework
Last Post: DeaD_EyE
Yesterday, 05:26 PM
» Replies: 5
» Views: 175
I have a question
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 09:26 AM
» Replies: 2
» Views: 192
Problème d'exécutable
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 09:22 AM
» Replies: 1
» Views: 171
How do select this table ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Jun-20-2025, 07:21 PM
» Replies: 11
» Views: 488
[split] Simple webbot for...
Forum: Code Review
Last Post: Plyth
Jun-20-2025, 04:55 AM
» Replies: 3
» Views: 150
Dynamic Module Import Err...
Forum: General Coding Help
Last Post: Pedroski55
Jun-20-2025, 12:07 AM
» Replies: 3
» Views: 210
What Are the Most Overloo...
Forum: News and Discussions
Last Post: Plyth
Jun-19-2025, 03:37 AM
» Replies: 2
» Views: 158

 
  Python 3.6 installation on Windows 10
Posted by: Python72 - Jan-08-2017, 09:29 PM - Forum: General Coding Help - Replies (7)

I installed Python 3.6 on my desktop with Windows 10. I put a shortcut on the desktop but when I double click it nothing happens. Advice would be grea..... More

Print this item

  Help on Hopfield Neural Network
Posted by: gabrielw6 - Jan-08-2017, 08:44 PM - Forum: General Coding Help - Replies (1)

Hi all,

I've been working on making a python script for a Hopfield Network for the resolution of the shortest path problem, and I have found no suc..... More

Print this item

  Final exam calculator
Posted by: iliketocode - Jan-08-2017, 06:29 PM - Forum: General Coding Help - Replies (1)

Hi guys, I am trying to create a program that tells you what you need to get on an assignment to get a certain grade. However, if you need to get a ne..... More

Print this item

  Subprocess lib
Posted by: peterkl - Jan-08-2017, 05:42 PM - Forum: General Coding Help - Replies (2)

Hello guys,

I've been experimenting with the subprocess library in python 3.5 on linux.

I've been able to run a few commands with success, but..... More

Print this item

  Ouestion on Python Loop
Posted by: GOPI56 - Jan-08-2017, 01:25 PM - Forum: General Coding Help - Replies (2)

Hi All,
I have a question on this python which i have attached below. My question is i want the python script "PIRoncall.py" script to be run once bu..... More

Print this item

  Phyton Beginner Debug a File Python 2.7
Posted by: Darknet - Jan-08-2017, 12:59 PM - Forum: General Coding Help - Replies (1)

How can I start to Debugu a Python File 2.7

Print this item

  Scrapy install error with pip
Posted by: Darknet - Jan-08-2017, 12:20 PM - Forum: Web Scraping & Web Development - Replies (5)

I want to install scrapy.org

But wen i start install with pip install scrapy
I get these error:

visual c++ for python cl.exe failed with exit s..... More

Print this item

  pythondialog windows
Posted by: Mix3rn - Jan-08-2017, 11:48 AM - Forum: GUI - Replies (1)

Hello.
I want to create "unix like" dialogs using python in Windows.
I found pythondialog but it's only for unix/linux (  pythondialog.sourceforge.net..... More

Print this item

  dictionary, list and iteration
Posted by: Annie - Jan-08-2017, 09:50 AM - Forum: General Coding Help - Replies (2)

a = {7: 0.1, 8: 0.2, 11: 0.1, 12:0.2, 13:0.1, 14: 0.2}
b = [   100,              200,             300         ]
c = {}
expected re..... More

Print this item

  What is the capacity of console to display print conent?
Posted by: landlord1984 - Jan-08-2017, 04:41 AM - Forum: Web Scraping & Web Development - Replies (2)

I am trying to print the source content of a website (by using urlopen the object and then print the object's read()).

Initially what it printed in..... More

Print this item

  How to parse pdfs in Python
Posted by: CharType - Jan-08-2017, 03:17 AM - Forum: General Coding Help - Replies (2)

I'm trying to write a program that gets and analyzes text from a pdf document, and I'm wondering what the best way is to do this in python. I download..... More

Print this item

  Promoted QGroupBoxes take data one from the other
Posted by: panoss - Jan-07-2017, 01:26 PM - Forum: GUI - Replies (1)

I 've made a class:
[python]
from PyQt4 import QtGui


class myClass(QtGui.QGroupBox):
   my_children = []

   def __init__(self, parent):
..... More

Print this item

  Recursive function not returning expected output...(Python speech recog module)
Posted by: bigmit37 - Jan-07-2017, 03:20 AM - Forum: General Coding Help - Replies (4)

Windows 7, Python 2.7, Bing text-to-speech API.


I' m having  trouble understanding why when I run the function it seems to be outputting


`N..... More

Print this item

  how to loop data in urllib?
Posted by: pythonlover - Jan-06-2017, 10:29 PM - Forum: General Coding Help - Replies (4)

Hello PyLovers,
I was trying to pass each line of the file as a value to the data. I am just pasting that part of the file. Please advise.

[line r..... More

Print this item

  Google Home
Posted by: micseydel - Jan-06-2017, 09:33 PM - Forum: Bar - Replies (2)

I just thought everyone should be aware of this:
https://www.twitch.tv/seebotschat

Print this item

  How can I get rid of the line following the sprites?
Posted by: Houston11 - Jan-06-2017, 09:20 PM - Forum: Game Development - Replies (1)

So I've been following along with a tutorial I found online, basically this code allows me to spawn in sprites and have them move across the screen. I..... More

Print this item

  I have a Toplevel button in tkinker that I want to close the window and then perform
Posted by: Bloodypizza17 - Jan-06-2017, 06:17 PM - Forum: GUI - Replies (2)

So far I have created a frame with some functioning buttons/menus. One of my menu buttons opens a new Toplevel window. This new Toplevel window is bas..... More

Print this item

  Find IP of a device on a local network
Posted by: mrburnzie - Jan-06-2017, 05:15 PM - Forum: General Coding Help - Replies (4)

Hello!


I'm working on a project for which I need to get a devices IP, but I know the host name aka. ID.

What kind of module should I use for t..... More

Print this item

  TypeError: string indices must be integers, not str
Posted by: hanieh - Jan-06-2017, 05:08 PM - Forum: Homework - Replies (4)

Hi,

I have a piece of code with the following type error:

Error:
TypeError: string indices must be integers, not str
I am new to Python..... More

Print this item

  Regular Expression (re module)
Posted by: ichabod801 - Jan-06-2017, 04:53 PM - Forum: Web Scraping - Replies (2)

Regular expressions are an excellent tool that all programmers should learn. They provide a compact syntax for expressing complicated text searches. T..... More

Print this item

  School assignment
Posted by: Ronaldo - Jan-06-2017, 04:29 PM - Forum: Homework - Replies (5)

Hi guys,

I need to develop the following.

A program that prompts the user for their age, on basis of their age the program needs to calculate ho..... More

Print this item

  Build a multi-variable dictionary
Posted by: birdieman - Jan-06-2017, 01:57 PM - Forum: General Coding Help - Replies (4)

I want to build a multi-variable dictionary.  Below is an abbreviated version:
[python]
Table = {BA: 5000, 6000, 7000, 8000, 10000, .5, .6, .8, .5, .4..... More

Print this item

  Having trouble installing self built package and install_requires
Posted by: blueslow - Jan-06-2017, 01:46 PM - Forum: Web Scraping & Web Development - Replies (8)

Hi,

I have built a sdist package with python2.7 setup.py sdist. The package is built. However when installing at localmachine, local machine virtua..... More

Print this item

  how to generate random 3d world (like minecraft) in python
Posted by: hsunteik - Jan-06-2017, 11:36 AM - Forum: General Coding Help - Replies (3)

how to generate a random 3d world (like minecraft) ?

Print this item

  Issues running Selenium to download zip file
Posted by: davehughes87 - Jan-06-2017, 11:00 AM - Forum: Web Scraping & Web Development - Replies (4)

[color=#242729][size=small][font=Arial,]Hi all. Self-taught Python noob here. I'm trying to write a short python script to visit a web page and simula..... More

Print this item

  looking 4 py code: line up columns
Posted by: Skaperen - Jan-06-2017, 06:25 AM - Forum: Bar - Replies (8)

i am looking for a program to line up (white-space by default, otherwise specified string) separated columns, given in a list of strings (lines..... More

Print this item

  no protocol header version error
Posted by: mjudhandoyo - Jan-06-2017, 06:15 AM - Forum: Networking - Replies (2)

excuse me.

i am new in python programming language

i try to input data from csv file to hadoop hbase with python script

but everytime i try t..... More

Print this item

  Python Pandas datetime
Posted by: nuncio - Jan-06-2017, 05:14 AM - Forum: Data Science - Replies (3)

I have some data which I read in pandas like this

data = pd.read_table('filename.txt', sep='  ',index_col=None,engine='python')
The..... More

Print this item

  Using buildozer and beautifulsoup
Posted by: d4py - Jan-06-2017, 01:15 AM - Forum: Web Scraping & Web Development - Replies (4)

Hi everyone. 
I have a program that works fine on my PC but when I try to use buildozer to get it on to my tablet or phone, it installs ok but doesn'..... More

Print this item

  Filter out file extension
Posted by: Kiwi_man82 - Jan-06-2017, 12:43 AM - Forum: General Coding Help - Replies (9)

Hi all,
Am new here so please be nice :). Also new to python coding and am still learning with a lot more learning to be done.

I have coded a simp..... More

Print this item

  Enough about the $9 chip
Posted by: ichabod801 - Jan-05-2017, 10:43 PM - Forum: News and Discussions - Replies (4)

Give me the three monitor laptop: https://www.cnet.com/au/products/razer-p...e/preview/

Print this item

  Looking For Technical Lead Proficient in Agile Development and REST API deployment
Posted by: deedabase - Jan-05-2017, 08:25 PM - Forum: Jobs - No Replies

[color=#222222][font=Helvetica]Deedabase is a revolutionary enterprise cloud application that automates land title searches. Our interactive parcel ma..... More

Print this item

  Get class 's children on init
Posted by: panoss - Jan-05-2017, 07:17 PM - Forum: GUI - Replies (3)

[python]class DataForm(QtGui.QGroupBox):
   def __init__(self, parent, task=None):
       QtGui.QWidget.__init__(self, parent)   

       self.lab..... More

Print this item

  Selecting lines in a list
Posted by: BigMan - Jan-05-2017, 04:27 PM - Forum: GUI - No Replies

Hi,

I am a newbie to Python Gui Development ... and also new to this forum Smile   At the moment I am writing a Python application with the hel..... More

Print this item

  Calling a C Func though Pyhon Script using DLL file which is created for C file.
Posted by: CMMouli - Jan-05-2017, 12:35 PM - Forum: General Coding Help - Replies (4)

1. I've created a C file (timestamp.c) having a function which returns the Timestamp in string format.
2. For this C file I've created a DLL (timesta..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Drawing a sine curve in m... 1 hour ago Lukiewookie Lewisquene General Codin...
  Using EventSource in Pyth... 1 hour ago rbadis snippsat Web Scraping ...
  need help with tracking a... 7 hours ago gqdeep01 gqdeep01 General Codin...
  A penny doubled every day... Yesterday, 17:26 esoyboy DeaD_EyE Homework
  I have a question Yesterday, 09:26 Clictithe noisefloor General Codin...
  Problème d'exécutable Yesterday, 09:22 Zauf noisefloor General Codin...
  How do select this table ... 06-20, 19:21 MarkMan snippsat Web Scraping ...
  [split] Simple webbot for... 06-20, 04:55 AB073 Plyth Code Review
  Dynamic Module Import Err... 06-20, 00:07 DaddyMAN Pedroski55 General Codin...
  What Are the Most Overloo... 06-19, 03:37 shreyapatel Plyth News and Disc...
  Setting AST node lineno c... 06-18, 21:15 voidtrance deanhystad General Codin...
Most views
  The best Prog... 572294
  Tutorial Requ... 484800
  Web Scraping ... 436834
  Newbie with P... 379658
  Thread remain... 351226
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+ 12066
buran 8173
snippsat 7340
deanhystad 6839
metulburr 5151
Top referrers
Googlepro 24
python 6
metulburr 6
NonEntity 5
as1221 3
Newest members
Cio Today
Harsh Today
gqdeep01 Today
woefdram Yesterday
Yorrana Yesterday

User Panel Messages

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