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,237
» Latest member: lary_p
» Forum threads: 38,776
» Forum posts: 175,792

Full Statistics

Online Users
There are currently 42 online users.
» 0 Member(s) | 37 Guest(s)
AOL, Bing, Google, Apple

Latest Threads
I’m building a Python Dat...
Forum: GUI
Last Post: woooee
1 hour ago
» Replies: 1
» Views: 87
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Today, 12:56 AM
» Replies: 4
» Views: 139
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 113
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 123
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,218
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,374
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,575
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 201
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,206
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,457

 
  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

  Problem With Scope Of A Variable
Posted by: Saif133 - Jan-05-2017, 11:58 AM - Forum: General Coding Help - Replies (5)

I keep getting an error 
[quote]
if ((YesAvailable == "True") and (len(str(FullNameEntry.get())) > 3) and (

NameError: name 'YesAvailable' is not..... More

Print this item

  Custom widget in Python-Qt, 'live' at Qt Designer
Posted by: panoss - Jan-05-2017, 10:34 AM - Forum: General Coding Help - Replies (3)

Hi everybody!
I 'm trying to make a custom widget for Qt in Python. I want it, in Qt Designer, to be able to receive events. e.g: (in Qt Designer, at..... More

Print this item

  simple list check with loops
Posted by: Low_Ki_ - Jan-05-2017, 07:09 AM - Forum: General Coding Help - Replies (23)

Huh
Now for the purpose of knowledge and learning could you iterate on simple loop / list basics. I'm using PyCharm IDE, python v 3.5 if that ma..... More

Print this item

  MIT book on sale
Posted by: Larz60+ - Jan-05-2017, 03:55 AM - Forum: News and Discussions - Replies (4)

This looks like a great book. On sale for $64 (still steep look at it this way, $0.08 per page (800))
URL: https://mitpress.mit.edu/books/deep-learni..... More

Print this item

  web crawler that retrieves data not stored in source code
Posted by: edithegodfather - Jan-05-2017, 12:09 AM - Forum: Web Scraping & Web Development - Replies (14)

hey guys,

so i'm working right now on a small program that can help me gather ads from an ad website in my country (i'm gonna post some screenshots..... More

Print this item

  changing variable outside of a function
Posted by: tkj80 - Jan-04-2017, 11:32 PM - Forum: General Coding Help - Replies (8)

Hi,

I have the variable sun_Datetime that was initialized globally outside of 2 user defined functions that I have: 1) get_previous_byday(dayname, ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] I’m building a ... 1 hour ago tsgiannis woooee GUI
  Two arguments in input fu... Today, 00:56 Alfredd Pedroski55 General Codin...
  Backward compatibility qu... Yesterday, 10:39 yutaozhou buran News and Disc...
  [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...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
  Can I develop a live vide... 11-05, 08:31 mtrkhan ankitsharma32 Web Scraping ...
  [SOLVED] Linefeed when wr... 11-04, 11:51 Winfried buran General Codin...
Most views
  The best Prog... 578717
  Tutorial Requ... 509319
  Web Scraping ... 441858
  Newbie with P... 385816
  New Users Int... 375218
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
lary_p Today
Cristiano Yesterday
Alfredd Yesterday
clayote Yesterday
yutaozhou 11-07

User Panel Messages

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