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,639
» Latest member: marcustessy
» Forum threads: 38,641
» Forum posts: 175,090

Full Statistics

Online Users
There are currently 432 online users.
» 1 Member(s) | 424 Guest(s)
Bing, Google, Baidu, Yandex, Mojeek, Apple, dmac6809

Latest Threads
replace or remove text fr...
Forum: General Coding Help
Last Post: Curbie
5 hours ago
» Replies: 13
» Views: 400
locating a pushbutton py ...
Forum: GUI
Last Post: deanhystad
6 hours ago
» Replies: 2
» Views: 88
Difference and meaning in...
Forum: General Coding Help
Last Post: Gribouillis
9 hours ago
» Replies: 4
» Views: 127
While loop is terminating...
Forum: Homework
Last Post: Gribouillis
Yesterday, 06:19 AM
» Replies: 1
» Views: 90
How to put my game loop i...
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:36 AM
» Replies: 10
» Views: 3,118
2D-Cube-Tic-Tac-Toe
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:35 AM
» Replies: 2
» Views: 1,898
Unable to install pygame ...
Forum: Game Development
Last Post: Plyth
Jun-28-2025, 03:54 AM
» Replies: 3
» Views: 2,129
List[] in Python needs so...
Forum: Game Development
Last Post: DeaD_EyE
Jun-27-2025, 01:32 PM
» Replies: 3
» Views: 389
Web scraping confusion
Forum: Web Scraping & Web Development
Last Post: AlluminumFoil
Jun-27-2025, 11:05 AM
» Replies: 4
» Views: 1,908
Problem Converting Tradin...
Forum: General Coding Help
Last Post: wallneradam
Jun-27-2025, 07:29 AM
» Replies: 2
» Views: 2,833

 
  SSH to a device using paramiko fails
Posted by: MikeHill - Aug-07-2017, 08:12 PM - Forum: Networking - No Replies

Hi All Smile
My requirement is to simply ssh to a router using python paramiko

So I being new to python wrote this simple script but nothing ..... More

Print this item

  Matching Duplicate file names with different extentions
Posted by: wmc326 - Aug-07-2017, 07:42 PM - Forum: General Coding Help - Replies (2)

Hi all,

I'm relatively new to python and need some help with creating a script that is able to pair duplicate file names with different extensions.
..... More

Print this item

  Need help with Pandas
Posted by: evev - Aug-07-2017, 06:14 PM - Forum: Data Science - Replies (5)

my question here
Hi,
I have a huge problem and i cant solve it on my own. I'm sure it is simple but
I cant get it.
You need these 2 files for the ..... More

Print this item

  Tip Program
Posted by: PatrickFCrowley - Aug-07-2017, 04:36 PM - Forum: Homework - Replies (3)

Hello! This is actually my first time posting on a forum, ever haha. Well I'm going through a book on python, thought I understood naming variables, b..... More

Print this item

  error in script "Expected 2D array, got 1D array instead:"
Posted by: drogontargaryen - Aug-07-2017, 04:32 PM - Forum: Data Science - No Replies

Im following this tutorial to make this ML prediction:

http s://pythonprogramming .net/linear-svc-example-scikit-learn-svm-python

[python]
impo..... More

Print this item

  Python audio library
Posted by: hbknjr - Aug-07-2017, 03:21 PM - Forum: General Coding Help - Replies (5)

I am creating a project that has a module which requires audio playback.(similar to a music player)
So I'm looking for a Python audio library that:
..... More

Print this item

  "are the same file" error in shutil.copy
Posted by: valtih - Aug-07-2017, 11:07 AM - Forum: General Coding Help - Replies (1)

I have a piece of code that used to copy a file before processing it. Now, there is no such need because file is provided right into place such that s..... More

Print this item

  New to python and need help
Posted by: Gunthorpe63210 - Aug-07-2017, 10:38 AM - Forum: Homework - Replies (1)

Hi, I am very new to python and programming, and I have to create an artificial intelligence that will try to guess a number that the user thinks of. ..... More

Print this item

  How to caputre an output of a CLI
Posted by: vel9194 - Aug-07-2017, 09:07 AM - Forum: General Coding Help - Replies (2)

I need to capture an output of a CLI "show lic ?" in a variable or in buffer.

How to do it in python. I was using tcl where it has "receive_buffer"..... More

Print this item

  Code review subforum?
Posted by: j.crater - Aug-07-2017, 06:36 AM - Forum: Board - Replies (17)

I was wondering whether our forum would benefit from a separate subforum, intended for code review threads only. Last such thread I noticed is [url=ht..... More

Print this item

  Pickle a file over a socket in 1024 segments
Posted by: HybridAK - Aug-07-2017, 06:24 AM - Forum: Networking - Replies (7)

Hello,

I really need some help. I have to create a client and server python program for school. The client is supposed to get files from the serv..... More

Print this item

  help me convert php's for into python's for
Posted by: dwiga - Aug-07-2017, 05:46 AM - Forum: Homework - Replies (8)

I want to make a loop from this php's for, but I want to use it on python,
whould you like to help me, because when I try to search it on Google I ha..... More

Print this item

  conditional assignment failing
Posted by: charlottecrosland - Aug-07-2017, 04:58 AM - Forum: Homework - Replies (5)

I am tying to do a conditional assignment, and it isn't working. I can't work out what I've done wrong. Any suggestions would be very gratefully rec..... More

Print this item

  Assignment
Posted by: desher - Aug-07-2017, 03:05 AM - Forum: Homework - Replies (4)

## Program: adding_report() function
This program calls the adding_report() function which repeatedly takes positive integer input until the user..... More

Print this item

  My first try with python
Posted by: MaxAim - Aug-06-2017, 11:15 PM - Forum: Code sharing - Replies (4)

So, I wanted to play D&D with my friends and I had an idea. What if I code a program to roll the dice for me?
Here is my first try, I don't know anyth..... More

Print this item

  How to exit infinite While Loop?
Posted by: Fran_3 - Aug-06-2017, 11:12 PM - Forum: General Coding Help - Replies (3)

On a Windows PC I'm working on some code to do a task every 'n' minutes.

Normally the program will run constantly unless the system user/admin wish..... More

Print this item

  Won't let me end a loop
Posted by: mzmingle - Aug-06-2017, 07:07 PM - Forum: General Coding Help - Replies (7)

I've been given a task to make a text based two player game of noughts & crosses. I made a variable called gameRun which would keep the game going if ..... More

Print this item

  3D Mandelbrotset - Blender 3D GUI
Posted by: eyn2k - Aug-06-2017, 06:02 PM - Forum: Tutorial Requests and Submissions - No Replies

Use blender as a 3D GUI to create a 3D Mandelbrot set with ONLY 2 LINES OF LOGIC.

Follow along instructional video or use links to download files. ..... More

Print this item

  cobrapy
Posted by: deepa - Aug-06-2017, 03:20 PM - Forum: Data Science - Replies (3)

Hello Everyone,

I am attempting to install cobra 0.6.1 using pip in python 3.4(32-bit).
I am not able to find the 32-bit cobra 0.6.1 installation ..... More

Print this item

  critic.
Posted by: tony1812 - Aug-06-2017, 02:36 PM - Forum: Code sharing - No Replies

Hello, I am a total Python newbie. This is my Python codes for an imaginary code exercise. Thanks to those who has helped me. I would welcome any cost..... More

Print this item

  send requests to URL with proxy
Posted by: jpmo02 - Aug-06-2017, 08:49 AM - Forum: General Coding Help - Replies (1)

Hello
I want to send a POST/GET request to an URL
I use from Requests module and create a Session
and send my requests with this session

Please ..... More

Print this item

  Cant Run Code
Posted by: SaintOfAges - Aug-06-2017, 06:02 AM - Forum: General Coding Help - Replies (2)

my question here: I tried running this code in Python 2.7 (pressing F5) it shows syntax error help!

[python]Python 2.7.13 (v2.7.13:a06454b1afa1, De..... More

Print this item

  Trying to display a changing variable
Posted by: AnonymousNobody - Aug-06-2017, 04:48 AM - Forum: GUI - Replies (9)

I have been trying to create a tkinter display of a variable that changes semi-regularly, but I cannot seem to get it to update regardless of what I t..... More

Print this item

  Stop Timer in Different Class
Posted by: ian - Aug-06-2017, 02:37 AM - Forum: GUI - No Replies

How can I add code in onStop of LeftPanel to stop the timer created in RightPanel?
Is it possible to stop it from in Frame class? Thanks.

[python..... More

Print this item

  AJAX: readyState not as expected
Posted by: pleriche - Aug-05-2017, 09:28 PM - Forum: Web Scraping & Web Development - Replies (2)

I'm writing a small application implemented using AJAX. Most of it works. The xgttp object calls a python script which terminates having responded wit..... More

Print this item

  module object has no attribute after using different version of Python
Posted by: prithvi - Aug-05-2017, 07:12 PM - Forum: General Coding Help - Replies (2)

I have both versions python 2.7 and 3.4 installed. I am using some code which is developed under 2.7 but I am using under 3.4. So after compiling usin..... More

Print this item

  Improving A Mean Algorithm
Posted by: dwainetrain - Aug-05-2017, 06:43 PM - Forum: Data Science - Replies (1)

Hello, fairly new to python, and especially new to numpy.

Mission: I was tasked with writing a function that will take the input of an arbitrary n..... More

Print this item

  Automation XML transformation
Posted by: vasilysmyslov - Aug-05-2017, 06:32 PM - Forum: General Coding Help - No Replies

Apologies for the long post, thanks to anyone in advance that takes the time to offer their help. Any constructive guidance is appreciated.

Version..... More

Print this item

  Why my status is silly Frenchman?
Posted by: Mike Ru - Aug-05-2017, 06:18 PM - Forum: Bar - Replies (4)

If to translate it (silly Frenchman) to Russian language it will be Глупый Француз. But I'm not Frenchman and I'm not silly ! )

Print this item

  I need help with installation for python 3.6 please
Posted by: net1media - Aug-05-2017, 11:33 AM - Forum: GUI - Replies (3)

Hi, New to linex and python, I am trying to use centos 7 server for development, So I installed python 3.6 to use it for development without interferi..... More

Print this item

  using map function
Posted by: uttamsaha2 - Aug-05-2017, 10:28 AM - Forum: General Coding Help - Replies (1)

I am getting following error:

Traceback (most recent call last):
File "./map_function.py", line 13, in <module>
name = map(name_split(perso..... More

Print this item

  program flow advice
Posted by: sampazzer - Aug-05-2017, 08:24 AM - Forum: General Coding Help - Replies (2)

Hi all. I'm currently writing a program so that I can add in my vehicles and keep track of any maintenance done at what mileage and what time of year...... More

Print this item

  NameError: name 'mailbox_list' is not defined
Posted by: pythonnewb - Aug-04-2017, 10:15 PM - Forum: Homework - Replies (2)

I have 2 classes imported onto my demo file but when I try to print my list a name error pops up, when I already defined the empty list 'mailbox_list'..... More

Print this item

  How can I check out my localhost?
Posted by: Mike Ru - Aug-04-2017, 09:01 PM - Forum: Homework - Replies (2)

I am using a libre requests. I am trying to check out [i]localhost and if it is working then to type the message "Yes". If it isn't working the..... More

Print this item

  New Themes for this site
Posted by: snippsat - Aug-04-2017, 07:12 PM - Forum: Board - Replies (11)

After this post bye @metulburr,i start looking at making theme for this site.
I am finish with tw..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  replace or remove text fr... 5 hours ago Curbie Curbie General Codin...
  [PyQt] locating a pushbut... 6 hours ago arbiel deanhystad GUI
  Difference and meaning in... 9 hours ago Udbytossen Gribouillis General Codin...
  While loop is terminating... Yesterday, 06:19 jumpsworthnow Gribouillis Homework
  How to put my game loop i... 06-28, 08:36 temlotresid6 Thatedge Game Developm...
  2D-Cube-Tic-Tac-Toe 06-28, 08:35 freethrownucleus Thatedge Game Developm...
  Unable to install pygame ... 06-28, 03:54 garthE Plyth Game Developm...
  List[] in Python needs so... 06-27, 13:32 Codingdesigner12 DeaD_EyE Game Developm...
  Web scraping confusion 06-27, 11:05 keifin AlluminumFoil Web Scraping ...
  Problem Converting Tradin... 06-27, 07:29 kralxs wallneradam General Codin...
  [PyQt] PyQT5 Thread crash... 06-26, 20:17 Suresh Axel_Erfurt GUI
Most views
  The best Prog... 572365
  Tutorial Requ... 485100
  Web Scraping ... 436895
  Newbie with P... 379733
  Thread remain... 351242
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+ 12068
buran 8173
snippsat 7341
deanhystad 6844
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
as1221 3
Newest members
marcustessy Yesterday
dmac6809 Yesterday
racheldavis66 Yesterday
ankaoutdoor Yesterday
humphrey88 Yesterday

User Panel Messages

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