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,919
» Latest member: aidajnrz7704
» Forum threads: 38,717
» Forum posts: 175,485

Full Statistics

Online Users
There are currently 39 online users.
» 1 Member(s) | 32 Guest(s)
Applebot, Bing, Google, AOL, AOL, Polybunny

Latest Threads
New to Python and Pygame
Forum: Game Development
Last Post: deanhystad
7 minutes ago
» Replies: 6
» Views: 1,253
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
4 hours ago
» Replies: 5
» Views: 330
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
11 hours ago
» Replies: 5
» Views: 1,122
New to the field
Forum: News and Discussions
Last Post: Polybunny
Today, 01:31 AM
» Replies: 0
» Views: 91
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Yesterday, 03:23 PM
» Replies: 4
» Views: 2,282
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 11:09 AM
» Replies: 2
» Views: 844
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Yesterday, 08:36 AM
» Replies: 1
» Views: 2,132
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-11-2025, 08:39 PM
» Replies: 6
» Views: 1,493
pip fails to install PyGO...
Forum: General Coding Help
Last Post: Larz60+
Sep-11-2025, 10:50 AM
» Replies: 2
» Views: 1,811
how to manage crypto trad...
Forum: General Coding Help
Last Post: Mercyto
Sep-11-2025, 06:01 AM
» Replies: 2
» Views: 2,968

 
  AsyncSSH and timeout
Posted by: Standard_user - Oct-26-2016, 03:13 PM - Forum: General Coding Help - Replies (1)

Good day,
I'm trying to run multiple SSH clients using AsyncSSH lib. This is an example from manual, which works fine:
      
[python]
import asy..... More

Print this item

  Repl.it Big goal
Posted by: snippsat - Oct-26-2016, 02:21 PM - Forum: News and Discussions - Replies (3)

Quote:That's why today we're making every Python package ever immediately available on Repl.it
..... More

Print this item

  facing problem with running interactive shell using paramiko
Posted by: saswatidas437 - Oct-26-2016, 01:21 AM - Forum: News and Discussions - Replies (1)

[color=#333333][size=small]I have written below code to run 3 command in remote server interactively[/s..... More

Print this item

  NLTK create corpora
Posted by: pythlang - Oct-26-2016, 01:21 AM - Forum: General Coding Help - Replies (5)

Hi guys,

Pretty straightforward and most likely easy question for you guys here:

I'm trying to create and use my own corpora saved as a .txt fil..... More

Print this item

  Scraping Content from Google Chat
Posted by: ATXpython - Oct-25-2016, 11:34 PM - Forum: General Coding Help - Replies (2)

Hello - 

I want to see if anyone knows of an "easy" way to pull content from google hangouts (their instant messenger app).
So, if I had python lo..... More

Print this item

  Oignon convex hull
Posted by: Scientifix - Oct-25-2016, 07:59 PM - Forum: Data Science - Replies (3)

Hello everyone,
I have been working on a projet for a while now and I don't get my code to work
The problem looks quite simple :

Given a set of ..... More

Print this item

  creating a dictionary
Posted by: bluefrog - Oct-25-2016, 04:30 PM - Forum: General Coding Help - Replies (5)

Given the following, how can I best create a dictionary as follows:

1 [2]
2 [3, 4]
3 [1]
4 [4, 5]
The sample code I have thus far ..... More

Print this item

  I need assistance with my Python project
Posted by: ProgHelper - Oct-25-2016, 01:45 PM - Forum: Homework - Replies (1)

Hello guys,

[color=#333333]I need your kind support in completing the project below.[/..... More

Print this item

  Python Developer at Submarine Studio (Amsterdam)
Posted by: Sub - Oct-25-2016, 12:35 PM - Forum: Jobs - No Replies

For our animation studio we are looking for a Python Developer who can help us expand our internal asset management system and help us with pipeline r..... More

Print this item

  New to python, need help
Posted by: harryco - Oct-25-2016, 10:01 AM - Forum: Homework - Replies (4)

Hello guys, I desperately need your help..I have a marked exercise to do and I have no idea how to do it. Could you please help me so  i dont fail ;d ..... More

Print this item

  List Alignment Help
Posted by: A3G - Oct-25-2016, 05:00 AM - Forum: General Coding Help - Replies (1)

Hello Friends,

I would like to get my list to print out horizontally and have spaces in between on a new line like this:

10 15 25 30
25 30 45 6..... More

Print this item

  I really need help!!! about argtypes and restype I think..
Posted by: Yuji3131 - Oct-25-2016, 03:44 AM - Forum: Data Science - Replies (4)

Recently Ive tried using Fortran subroutine with ctypeps in Python

the question is how can I send array to fortran?
here are my Fortran code and p..... More

Print this item

  Tracing function calls
Posted by: PyRaider - Oct-25-2016, 02:22 AM - Forum: General Coding Help - Replies (1)

I am new python but consider myself little more than a beginner. I am working on somebody else's code and its a huge program. I want to understand how..... More

Print this item

  Python basics about __init__ and return statement
Posted by: wk14 - Oct-25-2016, 01:29 AM - Forum: General Coding Help - Replies (5)

hi all

I haven't used python in almost 4 years, and even back then I've only learned the very basic stuff (so basically forget it all..)
Could som..... More

Print this item

  [xbmc] How to block the code from executed twice under the loop
Posted by: chris0147 - Oct-24-2016, 11:00 PM - Forum: GUI - Replies (29)

Hi all,
I need some help with my code. I have a problem with running the code through on the loop because when I pressed on the right arrow button of..... More

Print this item

  [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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to Python and Pygame 7 minutes ago JMcM deanhystad Game Developm...
  Select Python comment (#)... 4 hours ago SpongeB0B snippsat General Codin...
  I'm trying to make a piec... 11 hours ago Alislugacool MilesWeb General Codin...
  New to the field Today, 01:31 Polybunny Polybunny News and Disc...
  Seeking feedback: dynamic... Yesterday, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... Yesterday, 11:09 odiez DeaD_EyE General Codin...
  Web Scrapper to find prov... Yesterday, 08:36 physalis2099 Olivia General Codin...
  403 Error 09-11, 20:39 CaptainNewb snippsat Web Scraping ...
  pip fails to install PyGO... 09-11, 10:50 voidtrance Larz60+ General Codin...
  how to manage crypto trad... 09-11, 06:01 Mikeardy Mercyto General Codin...
  How to space data on x ax... 09-11, 05:35 m_kdch Pedroski55 General Codin...
Most views
  The best Prog... 575401
  Tutorial Requ... 496192
  Web Scraping ... 439516
  Newbie with P... 383107
  New Users Int... 363818
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12086
buran 8174
snippsat 7366
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
aidajnrz7704 Today
Jillscitt Yesterday
Stowersw Yesterday
Intel Yesterday
Gichardaxora Yesterday

User Panel Messages

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