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,234
» Latest member: clayote
» Forum threads: 38,775
» Forum posts: 175,785

Full Statistics

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

Latest Threads
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
31 minutes ago
» Replies: 2
» Views: 63
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 07:29 PM
» Replies: 0
» Views: 52
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:59 AM
» Replies: 3
» Views: 84
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Yesterday, 09:09 AM
» Replies: 452
» Views: 374,934
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:07 AM
» Replies: 2
» Views: 3,356
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,539
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 168
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,185
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,430
[SOLVED] Linefeed when wr...
Forum: General Coding Help
Last Post: buran
Nov-04-2025, 11:51 AM
» Replies: 5
» Views: 229

 
  [pygtk] fixed.move not working as expected
Posted by: DennisT - Oct-24-2016, 08:43 PM - Forum: GUI - Replies (4)

Can anyone explain why the following code isn't working as I expect?  What I expect is a soccer ball png image would appear in the upper left corner a..... More

Print this item

  pip and setup script
Posted by: metulburr - Oct-24-2016, 08:13 PM - Forum: News and Discussions - Replies (14)

Im not sure of when pip was introduced, or more importantly when it was considered "the" method of installation. I know it was included in python 2.7...... More

Print this item

  Waiting for the user input while executing the program
Posted by: Lightningwalrus - Oct-24-2016, 05:29 PM - Forum: General Coding Help - Replies (3)

Hello !

Is there a way to make a program wait for the user input while executing a the rest of the code ?  For example i have a while loop which do..... More

Print this item

  Configuring requests module to use secondary IP on server for outbound requests
Posted by: mohit - Oct-24-2016, 03:01 PM - Forum: Networking - Replies (1)

Hello all.
[color=#1d2129][font=helvetica, arial, sans-serif]I have a server which h..... More

Print this item

  Why doesn't this work in the Python Shell?
Posted by: diemildefreude - Oct-24-2016, 06:52 AM - Forum: General Coding Help - Replies (10)

Hey, this simple code works as a script, but not if I enter it directly into the Python Shell (via Cmder on Windows). Is that normal?

[python]
i =..... More

Print this item

  banning accounts upon key words/phrases
Posted by: metulburr - Oct-24-2016, 12:24 AM - Forum: Board - Replies (22)

I requested an anti spam plugin and someone responded back with the plugin code. 

it blocks a post from being made and deletes the account. This is..... More

Print this item

  package installed by synaptic not accessible by jupyter
Posted by: kwijyb00 - Oct-23-2016, 10:20 PM - Forum: Data Science - Replies (2)

[color=#222222][font=Verdana, arial, sans-serif]I have this problem probably generated by having installed anaconda python over a ubuntu 16.10 sys whe..... More

Print this item

  Number logic problem
Posted by: m1xzg - Oct-23-2016, 06:20 PM - Forum: General Coding Help - Replies (13)

Hello all,  I'm having a bit of a problem with some number logic in a python script I'm working on.   The back story is this...

I have a raspberry ..... More

Print this item

  alternative to python
Posted by: Skaperen - Oct-23-2016, 09:05 AM - Forum: Bar - Replies (32)

if you were to make your own language similar to python, but not necessarily compatible, how would yours differ?

i had been thinking of writing one..... More

Print this item

  PyPDF2, merge.append(...) problem
Posted by: peterkl - Oct-23-2016, 08:31 AM - Forum: General Coding Help - Replies (1)

Greetings everyone,
I was developing a program to add Metadata to several PDF Files I have using PyPDF2, more specifically with the PdfFileMerger mo..... More

Print this item

  Open Source and X Platform development editor for Python
Posted by: donj - Oct-23-2016, 08:12 AM - Forum: News and Discussions - Replies (12)

Hi Everyone,

I'm the author of a Python extension for the open source, MIT licensed and cross platform Visual Studio Code Editor (https ://code.vis..... More

Print this item

  Unwanted random generation of scripted Shapes in GASP
Posted by: diemildefreude - Oct-23-2016, 07:34 AM - Forum: General Coding Help - Replies (3)

Hello,

I'm currently learning Python 2.7 with the help of this tutorial: http://openbookproject.net/thinkcs/pytho.../ch04.html If you look ..... More

Print this item

  NameError: name 'bsObj' is not defined
Posted by: Blue Dog - Oct-22-2016, 07:24 PM - Forum: Web Scraping & Web Development - Replies (14)

I am not sure what this error is.
here is the line of code it is talking about:

for link in bsObj.findAll("a", href=re.compile("^(/wiki/)")):

H..... More

Print this item

  multiprocess passing multiple arguments double asterisk
Posted by: pic8690 - Oct-22-2016, 07:00 PM - Forum: General Coding Help - Replies (1)

[python]

import multiprocessing as mp

def bar(**kwargs):
   for a in kwargs:
      print a,kwargs[a]

arguments={'name':'Joe','age':20}
p=m..... More

Print this item

  Python3 to Arduino
Posted by: holt24 - Oct-22-2016, 03:28 PM - Forum: General Coding Help - Replies (5)

Hi. My first post on here.
 I am trying to send - receive Python3 <> Arduino.
I had this working with Python2.7 now would like to convert to Pyhon3..... More

Print this item

  Read input file and print hyperlinks
Posted by: Emmanouil - Oct-22-2016, 11:07 AM - Forum: Web Scraping & Web Development - Replies (8)

Hello everybody, sorry for my last post it does not show the picture,
Edit admin:
No problem,just find "Insert Python tag" button.

I am new in py..... More

Print this item

  Naive Bayes too slow
Posted by: pythlang - Oct-21-2016, 09:22 PM - Forum: Data Science - Replies (22)

So, after fooling around with this algorithm I've noticed that it's entirely too slow since it's a learning kit, especially for analyzing large sets o..... More

Print this item

  ReGex With Python
Posted by: Kalet - Oct-21-2016, 08:29 PM - Forum: Web Scraping & Web Development - Replies (33)

Hi, I have a problem I could not solve, ask for your cooperation. 

Link => pastebin /QvZGfKTZ (add .com in pastebin).

I need only select the tex..... More

Print this item

  Show GPG keys in pyqt5 window
Posted by: Fred Barclay - Oct-21-2016, 08:04 PM - Forum: GUI - Replies (1)

G'day mates! I'm working on RumpelstilskN and I've exhausted my admittedly meager pyqt5 knowledge..... More


Attached Files

Thumbnail(s)
   
Print this item

  Creating Dynamic Variable Names
Posted by: Dragonexpert - Oct-21-2016, 05:02 PM - Forum: General Coding Help - Replies (3)

I was looking around at the MySQLdb extension and noticed that returns are a field number instead of a field name.
I was working on building a functi..... More

Print this item

  here is another 2.7 to 3.5 convert
Posted by: Blue Dog - Oct-21-2016, 04:37 PM - Forum: General Coding Help - Replies (5)

here is the code, some of it have been converted, so like it is not it will not run on ether one.

[python]import socket   #for sockets
import sys ..... More

Print this item

  Manipulating files Python 2.7
Posted by: hugobaur - Oct-21-2016, 01:20 PM - Forum: General Coding Help - Replies (6)

Folks,

I have a difficulty here to manipulate files.

Objective: I'm developing a script that needs to create folders and copy files from a sourc..... More

Print this item

  Reading privacy
Posted by: Ofnuts - Oct-21-2016, 10:25 AM - Forum: Board - Replies (3)

Just noticed this (and yes, it was talked about in "First impressions....").

[quote]
[size=x-small]Users browsed this thread: ..... More

Print this item

  Sage program question
Posted by: Doesnotcompute - Oct-21-2016, 09:45 AM - Forum: General Coding Help - Replies (2)

Hi , I have a problem with the following code (it's fairly simple I guess) , when I enter "what is love?" I get one of the random responses back , and..... More

Print this item

  suggestions for a GUI client program
Posted by: Skaperen - Oct-21-2016, 04:58 AM - Forum: GUI - Replies (1)

i have a plan to develop a program to dig deep into the Mandelbrot and Julia spaces and display the result in color.  an intended feature is to do the..... More

Print this item

  [split] adding 3rd party libs
Posted by: Blue Dog - Oct-21-2016, 12:35 AM - Forum: General Coding Help - Replies (7)

Hello Big Grin 

I need to put some modules in python 3.4, my os is win 7. How would I do that? One of the modules I need is pyperclip

..... More

Print this item

  Dont quote me on this!
Posted by: Yoriz - Oct-20-2016, 09:44 PM - Forum: Bar - Replies (16)

Yoriz Wrote: Wrote:This thread needs the quote feature disabled. [Image: smiley-faces-75.gif]
..... More

Print this item

  Mod_Python Issue
Posted by: wsmith - Oct-20-2016, 07:33 PM - Forum: Web Scraping & Web Development - Replies (3)

I have Apache running on a RedHat server, set up with mod_python using mod_python.publisher.
I have no problem navigating to any of the Python script..... More

Print this item

  Any one here used Rust (programming language) ?
Posted by: micseydel - Oct-20-2016, 06:35 PM - Forum: Bar - Replies (4)

Anyone here use Rust yet?

Print this item

  2d vector library advice
Posted by: kristofferorum - Oct-20-2016, 03:47 PM - Forum: General Coding Help - Replies (1)

Hi all,
 I'm a relative pythonic noob trying to figure out what library to use in order to do some 2d drawing with embedded bitmap graphics. I'm look..... More

Print this item

  Reusing same namespace name when writing back XML with xml.etree.ElementTree
Posted by: Ofnuts - Oct-20-2016, 03:26 PM - Forum: General Coding Help - Replies (1)

I'm editing an XML file with xml.etree.ElementTree. On input the XML has a namespace defined so all tags are of the form
[code]<somenamespace:tag>[/c..... More

Print this item

  BBcode help spoiler in editor
Posted by: metulburr - Oct-20-2016, 03:15 PM - Forum: Board - Replies (1)

I added a button to drop the BBcode help images in place. You can see this in reply/new thread editor. Maybe it will help some confusion as you do not..... More


Attached Files

Thumbnail(s)
   
Print this item

  SimpleHTTPServer
Posted by: 20howellm - Oct-20-2016, 02:01 PM - Forum: Networking - Replies (2)

Hello, I'm wanting to host a localhost:8000 server on a ChromeOS, I don't want to have to install crouton or anything like that, I was just wandering ..... More

Print this item

  Random Shuffle List
Posted by: simon - Oct-20-2016, 11:28 AM - Forum: Homework - Replies (10)

Hello, im trying to make a kind of test and i want the questions to shuffle with random.shuffle.. Anyone understand what im saying?

h[python]emlig ..... More

Print this item

  Increasing depth in python
Posted by: malling - Oct-20-2016, 11:06 AM - Forum: Homework - Replies (19)

Hello everyone.

Im trying to make a smart way to using fractals and i have been searching a bit around without any advice on my topic.

Well it's..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Backward compatibility qu... 31 minutes ago yutaozhou Gribouillis News and Disc...
  [Tkinter] I’m building a ... Yesterday, 19:29 tsgiannis tsgiannis GUI
  [openpyxl] Set the lockin... Yesterday, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... Yesterday, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... Yesterday, 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...
  sorting a lisr of file pa... 11-04, 09:19 Skaperen DeaD_EyE News and Disc...
Most views
  The best Prog... 578642
  Tutorial Requ... 508934
  Web Scraping ... 441815
  Newbie with P... 385773
  New Users Int... 374934
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 8192
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
clayote Today
yutaozhou Yesterday
EchoFlowar3Dip Yesterday
ironwolfan7Dip Yesterday
Accem_games Yesterday

User Panel Messages

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