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,937
» Latest member: AdrianCocian
» Forum threads: 38,722
» Forum posts: 175,510

Full Statistics

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

Latest Threads
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Yesterday, 07:55 PM
» Replies: 2
» Views: 360
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Yesterday, 06:57 PM
» Replies: 10
» Views: 3,827
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Yesterday, 12:30 PM
» Replies: 1
» Views: 3,394
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Yesterday, 11:11 AM
» Replies: 4
» Views: 730
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,200
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,071
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,302
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,293
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,415
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 978

 
  socket programming
Posted by: user2103 - Dec-19-2017, 10:05 AM - Forum: Networking - Replies (2)

Hi,

I want some help and suggestions on how to start.
I want to develop a simple command line interface tool. This tool should run as a separate ..... More

Print this item

  Type Not Found error on python soap call using suds library
Posted by: wellborn - Dec-19-2017, 08:10 AM - Forum: Web Scraping & Web Development - Replies (1)

i'm converting my php code into python code

here is my php code

$info = new StdClass();
$info->username = 'myUsername'; //Required
$info->p..... More

Print this item

  List index out of range
Posted by: Prince_Bhatia - Dec-19-2017, 05:36 AM - Forum: Web Scraping & Web Development - Replies (3)

hi,

i am trying to webscrape this webpage:

https://maharerait.mahaonline.gov.in//Pr...Npb249NiZV..... More


Attached Files

.txt   jsondata.txt (Size: 183 bytes / Downloads: 911)
Print this item

  run python file on background and start on windows boot
Posted by: dwiga - Dec-19-2017, 03:59 AM - Forum: Homework - Replies (7)

I want to run my python file on background and start it when my windows boots,
I have reference site from this https://stackoverflow.com/questions/31..... More

Print this item

  Create a Dictionaries
Posted by: GalaxyCR - Dec-19-2017, 03:24 AM - Forum: General Coding Help - Replies (3)

Hey guys, so I found this code on the web. I tried to run it and it works. The only thing is when I restart the program, all the supposed added/delete..... More

Print this item

  largest source file
Posted by: Skaperen - Dec-19-2017, 02:53 AM - Forum: Board - Replies (7)

what is the largest source file we are allowed to include in a post beyond which we should use a link or a github project?

Print this item

  Basic Rock, Paper, Scissors
Posted by: CinnamonBeard - Dec-19-2017, 02:34 AM - Forum: Code sharing - Replies (1)

Hello! Big Grin

Today, I created my first running version of really anything I've done with Python. It is a Rock, Paper, Scissors game. After cr..... More

Print this item

  Help with object interning in Python 3
Posted by: clintolsen - Dec-19-2017, 12:47 AM - Forum: General Coding Help - Replies (4)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Newbe question about Print() to PyQt
Posted by: TimW - Dec-18-2017, 10:32 PM - Forum: GUI - Replies (9)

I am looking to porting my python code to PyQt but I don't understand how to "Print()" to a text window. a print fragment of my code is below and it ..... More

Print this item

  Newbie question to show nested namedtuple list
Posted by: zydjohn - Dec-18-2017, 09:45 PM - Forum: General Coding Help - Replies (4)

Hello:
I have some code, which is not finished yet:
[python]
import collections

Sales = collections.namedtuple('Sales', ['ID', 'QuarterNo', 'Qua..... More

Print this item

  How to merge 2 parts of script
Posted by: br0ken - Dec-18-2017, 07:32 PM - Forum: General Coding Help - No Replies

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  List of Strings Problem
Posted by: jge047 - Dec-18-2017, 07:25 PM - Forum: Homework - Replies (3)

The input is a list of strings, I need to add code below it (and fix indentation and variable names if needed) so that the code will print a story for..... More

Print this item

  [Errno 22] Invalid argument
Posted by: Asafb - Dec-18-2017, 04:13 PM - Forum: General Coding Help - Replies (8)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Reading and writing Windows filepath without treating backslash as escape character
Posted by: Dangthrimble - Dec-18-2017, 04:02 PM - Forum: General Coding Help - Replies (3)

I am writing a python script to sit between two Windows applications, one that generates a list of filenames, including the full path, and the other t..... More

Print this item

  Method on instance changing its representation
Posted by: Samsar - Dec-18-2017, 03:49 PM - Forum: Homework - Replies (1)

Im asked to make a class SparseMatrix that takes in a numpy array and represent it in a specific format(in my case its CSR format). Then im asked to a..... More

Print this item

  Newbie question: random
Posted by: Truman - Dec-18-2017, 12:10 PM - Forum: General Coding Help - Replies (8)

I intend to make lottery drawing program but first wanted to check the basic random module with a code:
[python]
from random import *
print(randint..... More

Print this item

  Native support for Python in Excel
Posted by: buran - Dec-18-2017, 12:02 PM - Forum: News and Discussions - Replies (1)

For all of you that work with both python and Excel, here is interesting news.

https://excel.uservoice.com/forums/30492...desktop-ap..... More

Print this item

  Not able to fetch data from a webpage
Posted by: sumandas89 - Dec-18-2017, 11:11 AM - Forum: Web Scraping & Web Development - Replies (3)

Hi,
I studied the Web Scraping Tutorial 1 and trying some practical tests on a webpage. The html code below is a code segment. I tried to pick..... More

Print this item

  this small code dosento work
Posted by: juanb007 - Dec-18-2017, 10:59 AM - Forum: General Coding Help - Replies (2)

Hi guys

im just learinig python so the task is to pass throu list a and print only numbers that are bigger than 5. my code isnt working and i dont ..... More

Print this item

  Help developing img cropping tool in python
Posted by: lerugray - Dec-18-2017, 10:28 AM - Forum: General Coding Help - Replies (9)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Problem downloading 2.7.8 Mac OSX
Posted by: Benjipincus - Dec-18-2017, 08:52 AM - Forum: General Coding Help - Replies (2)

Hi there,
having a problem installing python 2.7.8 for mac. When installing the software, it says, “Installer failed, cannot install because there is..... More

Print this item

  Why is my crawler not recording 404s I think it may be an error in the logic
Posted by: RickyWilson - Dec-18-2017, 05:46 AM - Forum: General Coding Help - Replies (3)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Python for machine learning, complete beginners
Posted by: pythonario - Dec-18-2017, 05:38 AM - Forum: General Coding Help - Replies (3)

I am following along in this youtube video here: https://www.youtube.com/watch?v=80fZrVMurPM&t=3797s

I do fine with minor hiccups until the 1:03 ma..... More

Print this item

  Text formatting question
Posted by: ToddRyler - Dec-18-2017, 02:21 AM - Forum: General Coding Help - Replies (2)

Hello,
I regularly have to copy text from pdf files, which i save as a doc file as my notes to review later. Of course, the formatting is all lost, ..... More

Print this item

  loop issues
Posted by: kanwal121 - Dec-17-2017, 10:18 PM - Forum: Homework - Replies (4)

[python]
import random #this is to import the random number for calculations
initialBalance = 1000 #this is the initial balance £1000
wholeSalePrice =..... More

Print this item

  RandomForestClassifier IndexingError: Too many indexers
Posted by: metalray - Dec-17-2017, 08:05 PM - Forum: Homework - Replies (2)

Dear Python Experts,

I have googled this error but just came to new ways of slicing the data frame what led to near error (invalid slice).
What do..... More

Print this item

  How to Check if something inside a Database exists? 3.6.0
Posted by: Rapier - Dec-17-2017, 07:34 PM - Forum: General Coding Help - Replies (2)

I am creating a quiz with a log in system and I'm using a sqlite3 database to store the data on each account. I was wondering if there is anyway to ha..... More

Print this item

  Lists in lists
Posted by: ColdDeath - Dec-17-2017, 06:37 PM - Forum: General Coding Help - Replies (4)

I have the following code, for making an AI in tic tac toe (or knots and crosses).

Pre: I've written a program to make every possible configuration..... More

Print this item

  unit 18 codes
Posted by: Miss_Kaur - Dec-17-2017, 06:22 PM - Forum: Homework - Replies (7)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  the newbiest question since the beginning of time
Posted by: Klar - Dec-17-2017, 05:24 PM - Forum: GUI - Replies (9)

I installed wxpython and...




Wait for it...







I don't know what I should type after import to import it.
wx didn't work, neither..... More

Print this item

  Learning matplotlib - axis not lining up
Posted by: SRG - Dec-17-2017, 04:34 PM - Forum: General Coding Help - Replies (1)

Hi. I'm learning matplotlib and have an issue. I have a scatter plot working perfectly. I'm trying to draw lines between two points but it seems to ..... More

Print this item

  Updating matplotlib image
Posted by: mcgillca - Dec-17-2017, 04:16 PM - Forum: Data Science - Replies (2)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  moving from os to subprocess
Posted by: Barrowman - Dec-17-2017, 04:11 PM - Forum: GUI - Replies (10)

I am working on a Linux Mint 18.2 laptop.
I used python 2.7 in the past but moved to 3.5 and now 3.6. I have carried on using os.system calls as I ca..... More

Print this item

  Is this O(1) or O(n)?
Posted by: hshivaraj - Dec-17-2017, 02:36 PM - Forum: General Coding Help - Replies (6)

Hey all.
Im trying to get this right. Please correct me if my understanding is right or if your agree.
I think the following code has [inline]time c..... More

Print this item

  Change internal representation
Posted by: Samsar - Dec-17-2017, 02:31 PM - Forum: Data Science - Replies (5)

I have written a class that takes in a matrix as argument and changes it's internal representation to CSR. Now I'm trying to write a class method that..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  what does % stand for in ... Yesterday, 19:55 arbiel arbiel General Codin...
  403 Error Yesterday, 18:57 CaptainNewb CaptainNewb Web Scraping ...
  Scraping a page with log ... Yesterday, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... Yesterday, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
Most views
  The best Prog... 576307
  Tutorial Requ... 498000
  Web Scraping ... 440220
  Newbie with P... 384073
  New Users Int... 366845
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+ 12089
buran 8175
snippsat 7367
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
AdrianCocian Today
humanoidAI Today
Baran12332 Yesterday
Hershien Yesterday
Diyaseating Yesterday

User Panel Messages

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