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,261
» Latest member: SledgeNE
» Forum threads: 38,787
» Forum posts: 175,846

Full Statistics

Online Users
There are currently 38 online users.
» 2 Member(s) | 33 Guest(s)
Bing, Google, AOL, DeaD_EyE, snippsat

Latest Threads
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
12 minutes ago
» Replies: 5
» Views: 301
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: Tuurbo46
1 hour ago
» Replies: 0
» Views: 23
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
2 hours ago
» Replies: 0
» Views: 24
How to make ball stay wit...
Forum: General Coding Help
Last Post: SledgeNE
8 hours ago
» Replies: 1
» Views: 65
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Yesterday, 11:31 PM
» Replies: 0
» Views: 30
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Yesterday, 06:38 PM
» Replies: 0
» Views: 63
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 06:02 PM
» Replies: 10
» Views: 243
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 03:33 PM
» Replies: 3
» Views: 123
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 207
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Nov-13-2025, 11:52 AM
» Replies: 6
» Views: 394

 
  Monitor a section of a webpage for changes
Posted by: yeto - Dec-05-2017, 04:40 PM - Forum: Web Scraping & Web Development - Replies (1)

Is it possible to code a script with Python that would be able to monitor a section of a webpage for changes? It would need to be able to refresh the ..... More

Print this item

  Split a string into segments
Posted by: sparkz_alot - Dec-05-2017, 04:17 PM - Forum: General Coding Help - Replies (3)

I would like to take a string and divide it into segments and came across this 'recipe' in the docs for ..... More

Print this item

  Word count in loop - .exc file
Posted by: martinqwert - Dec-05-2017, 03:17 PM - Forum: Data Science - Replies (1)

Hi, I want to create a word count for an excel file, for cells A2-A77 (the column header A1 is named "A").
I want the cells to be word-counted separa..... More

Print this item

  Find duplicate images and delete them using python and openCVq
Posted by: Prince_Bhatia - Dec-05-2017, 02:17 PM - Forum: General Coding Help - Replies (2)

Hi,

I a work for the real estate company and people post there property on our website. While posting properties they attach multiple images on the..... More

Print this item

  guess the number
Posted by: atux_null - Dec-05-2017, 02:09 PM - Forum: Homework - 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

  twisted cross compile
Posted by: raghav - Dec-05-2017, 01:08 PM - Forum: Networking - No Replies

I want to use twisted in an Embedded system
so if i run
'pip install twisted' in the system having linux 4.1
It gives error:
[quote]unable to execut..... More

Print this item

  Can I make this program on Python?
Posted by: Cergal0 - Dec-05-2017, 11:45 AM - Forum: General Coding Help - Replies (8)

Hey,

I'm learning Python, and i want to know if is possible to make a program, using Python, that interacts with other programs, like SolidEdge for..... More

Print this item

  Connection handling
Posted by: MuntyScruntfundle - Dec-05-2017, 11:35 AM - Forum: General Coding Help - Replies (1)

Hi folks.

I have the following code running in a loop for accepting socket connections...
clientsocket, clientaddr = serversocket.accept()..... More

Print this item

  cx_freeze setup.py TCL_LIBRARY error
Posted by: issac_n - Dec-05-2017, 10:40 AM - Forum: Data Science - No Replies

trying to convert python 3.6 to exe using cx_freeze but fail
error message TCL_LIBRARY error

code as below;
[python]from cx_Freeze import setup,..... More

Print this item

  Compile python project to single portable .exe file
Posted by: Campbell - Dec-05-2017, 09:56 AM - Forum: General Coding Help - Replies (5)

I would like compile python project to one exe file.

I installed python 3.6, pygt5 and pyinstaller.

I can run script with python interpreter u..... More

Print this item

  Want to write metasploit code using python
Posted by: sumandas89 - Dec-05-2017, 09:50 AM - Forum: News and Discussions - Replies (2)

Hi,

I learnt python basics and web scraping using python. Now I want to learn writing metasploit codes using python, actually I am focussing on eth..... More

Print this item

  Turtle
Posted by: SmokeyTheApe - Dec-05-2017, 08:51 AM - Forum: Homework - Replies (3)

I really need a second pair of eyes looking at this because its giving me an AttributeError and I can't find it myself. What I'm trying to do is to ha..... More

Print this item

  filedialog. FULL SCREEN
Posted by: issac_n - Dec-05-2017, 07:33 AM - Forum: GUI - No Replies

I would like to call a file dialog window with code below but the pop up window is FULL screen, how to resize the window?

[python]master1.filename = ..... More

Print this item

  comparing multiple values
Posted by: Skaperen - Dec-05-2017, 06:57 AM - Forum: General Coding Help - Replies (5)

i have several variables that at one point i expect them all to have the same value and need to test it:[python]   ...
   if a==b and b==c and c==d a..... More

Print this item

  GTFS app
Posted by: MolnarKrisztian - Dec-05-2017, 06:56 AM - Forum: Homework - Replies (4)

I must create an application, which can generate SHP files from GTFS datas (these are simple txt. files)

Parameters:

i (--input) input parameter..... More

Print this item

  Diagonal grid products
Posted by: PythonLamer - Dec-05-2017, 04:35 AM - Forum: Data Science - Replies (1)

[python] #--Horizonal
for i in range(len(pList)-3):
prod = 1
for x in range(4):
prod *= int(pList[i+x])
prods.append(prod)
..... More

Print this item

  Regular Expressions in Files (find all phone numbers and credit card numbers)
Posted by: Amirsalar - Dec-05-2017, 04:27 AM - Forum: Homework - Replies (2)

Using regular expressions find all phone numbers and credit card numbers in the file findPhoneCC.txt in your Files folder. Place all found phone numbe..... More

Print this item

  Greater Than - Less Than
Posted by: stilllearning - Dec-05-2017, 03:52 AM - Forum: Data Science - Replies (1)

For quick reference, I marked the lines of interest with ***. Any guidance or insight would be much appreciated. The problem is if EID1C number is 169..... More

Print this item

  how to progress with py
Posted by: jakegold98 - Dec-05-2017, 02:12 AM - Forum: General Coding Help - Replies (1)

I am really beginning my journey learning python and I have some basics down but I am having trouble thinking what to create to practice and where to ..... More

Print this item

  HW help for a noob
Posted by: jdb - Dec-05-2017, 01:52 AM - Forum: Homework - Replies (3)

Rather confused with what I'm doing wrong. First CS course and I'm stuck on this part. I need to import the CSV file from excel named "data.csv", but ..... More

Print this item

  Blender .MLX import script modifications help
Posted by: LadyAnn - Dec-05-2017, 01:50 AM - Forum: General Coding Help - Replies (1)

Hello everyone. I want to know if I could get help with altering a Python import script for .MLX files for blender? I am part of a mod team working on..... More

Print this item

  JunOS FW policies to Python dictionaries
Posted by: bradnealip - Dec-04-2017, 10:28 PM - Forum: Networking - Replies (6)

I have about 10K lines of JunOS (srx1500) FW output, from which I need to create individual dictionaries for each "Policy". I only care about source &..... More

Print this item

  Python Code Help Please
Posted by: Orped - Dec-04-2017, 09:18 PM - Forum: Homework - Replies (1)

Trying to code a python script to list the prime numbers up to 100. Have to start the code with "Counter=2;" and "while Counter<100"
[img]https://s7...... More

Print this item

  Man Don't Get Angry - Game
Posted by: Item97 - Dec-04-2017, 08:21 PM - Forum: Homework - Replies (9)

Hello.
I have a little problem with my code. I tried to make a game Man Don't Get Angry , but when I tried to do "houses" i had a problem how to all..... More

Print this item

  python mongdb
Posted by: noobyprogrammer - Dec-04-2017, 04:35 PM - Forum: Homework - Replies (2)

What I need to accomplish is to make four have functions to create / insert, read / select, update and delete records in a mongodatabase. Still can't ..... More

Print this item

  How to create a social networking site?
Posted by: JamiChi - Dec-04-2017, 03:17 PM - Forum: Bar - Replies (3)

Hello! How to make a social network site like Facebook?

Print this item

  Best Python Reference Book?
Posted by: Oliver - Dec-04-2017, 11:53 AM - Forum: News and Discussions - Replies (2)

I've seen lots of good Python reference books on Amazon. One book that gets good reviews is from back in 2009.

But, I'm wondering if, given the exc..... More

Print this item

  Offline audio to text (Speech Recognition)
Posted by: jehoshua - Dec-04-2017, 10:34 AM - Forum: Data Science - Replies (14)

I have hundreds of audio files (mp3) of a teaching course and because of copyright,etc, we are not permitted to upload the files. Therefore, I need to..... More

Print this item

  Convert file sizes: will this produce accurate results?
Posted by: RickyWilson - Dec-04-2017, 10:30 AM - Forum: General Coding Help - 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

  octal encoding
Posted by: Skaperen - Dec-04-2017, 09:01 AM - Forum: General Coding Help - Replies (4)

is the explicit octal sequence encoding supposed to be available or not in string literals?[output]lt1/forums /home/forums 1> ;
bash: syntax error ne..... More

Print this item

  Basic RPG
Posted by: Iskuss - Dec-04-2017, 02:38 AM - Forum: Code sharing - Replies (13)

This is a basic RPG where you fight Goblins and Giant Rats until you die. I will make this a part of a larger more interesting game in the future mayb..... More

Print this item

  Dropping rows in a dataframe
Posted by: sobrio1 - Dec-03-2017, 11:15 PM - Forum: Data Science - 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

  Date_Range Frequency List
Posted by: sobrio1 - Dec-03-2017, 09:36 PM - Forum: Data Science - Replies (1)

[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

  IndentationError: expected an indented block
Posted by: python1980 - Dec-03-2017, 08:47 PM - Forum: Homework - Replies (3)

I have a list e2f, (english to french), i am trying to create a new directory f2e, i am getting
IndentationError: expected an indented block, i used ..... More

Print this item

  change only one element of list to upper case
Posted by: python1980 - Dec-03-2017, 07:10 PM - Forum: General Coding Help - Replies (3)

Hello

I am totally new to python and today learnt about lists, my question is how do i change the case of a particular element in a list

p=["mo..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  sorting a lisr of file pa... 12 minutes ago Skaperen DeaD_EyE News and Disc...
  Graph Interpolate Difficu... 1 hour ago Tuurbo46 Tuurbo46 General Codin...
  PermissionError: [Errno 1... 2 hours ago Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 8 hours ago nathanael SledgeNE General Codin...
  conditional nested loops Yesterday, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... Yesterday, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue Yesterday, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... Yesterday, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
  why is the image not show... 11-12, 19:26 sarbogast deanhystad General Codin...
Most views
  The best Prog... 578981
  Tutorial Requ... 510580
  Web Scraping ... 441999
  Newbie with P... 386027
  New Users Int... 377162
Most reputation
buran 581
snippsat 511
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+ 12108
buran 8195
snippsat 7388
deanhystad 6910
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
SledgeNE Today
nathanael Yesterday
JamesFalkner Yesterday
stevecoh1 Yesterday
Bamboo Yesterday

User Panel Messages

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