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

Full Statistics

Online Users
There are currently 57 online users.
» 0 Member(s) | 50 Guest(s)
Applebot, Bing, Google, AOL, AOL, Internet Archive

Latest Threads
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
8 hours ago
» Replies: 2
» Views: 273
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
9 hours ago
» Replies: 10
» Views: 3,724
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Yesterday, 12:30 PM
» Replies: 1
» Views: 3,350
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Yesterday, 11:11 AM
» Replies: 4
» Views: 660
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,111
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,000
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,237
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,238
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,349
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 915

 
  TypeError in my Simple RPG
Posted by: Iskuss - Dec-06-2017, 03:15 AM - Forum: General Coding Help - Replies (1)

This is a basic RPG that I'm working on. The program runs fine until the highlighted section. For the most part it runs correctly there, but if you tr..... More

Print this item

  input function visual studio terminal help
Posted by: JJG - Dec-06-2017, 02:37 AM - Forum: General Coding Help - Replies (1)

hi all, i been trying to figure out how to get the integrated terminal to work in visual studio code and i have no clue what going on. I have Extensio..... More

Print this item

  which is "better"?
Posted by: Skaperen - Dec-06-2017, 02:33 AM - Forum: General Coding Help - Replies (3)

which is "better"?

    if opt[0].lower()=='-n':
        ...
or:
    if opt[0] in ('-n','-N'):
        ...
?

Print this item

  People Not Using Code Tags
Posted by: micseydel - Dec-05-2017, 11:54 PM - Forum: Board - Replies (16)

I feel like the problem in the last several months has gotten much, much worse than it used to be. I also thought of a potential solution - is there a..... More

Print this item

  I'm teaching myself python and i'm stuck...
Posted by: stormrider - Dec-05-2017, 10:16 PM - Forum: General Coding Help - Replies (2)

I'm using a book to teach myself python and the book is telling me to run the code on the command line but im not sure i did it right because none of ..... More

Print this item

  Help with multiple conditions on ATM program
Posted by: jakegold98 - Dec-05-2017, 06:43 PM - Forum: General Coding Help - Replies (6)

I am new to python and decided to see if I could create an ATM program I called a JTM as a joke but anyway I have it working well I just want to make ..... More

Print this item

  A simple web crawler that does nothing special.
Posted by: RickyWilson - Dec-05-2017, 05:51 PM - Forum: Code sharing - No Replies

I wrote this on my android using qpython3

[python]
#-*-coding:utf8;-*-
#qpy:3
#qpy:console


import urllib.request
from urllib.parse import ..... More

Print this item

  Python what should be name of the module for managing data of users ?
Posted by: harun2525 - Dec-05-2017, 04:54 PM - Forum: General Coding Help - Replies (3)

Hi, I'm working a project and I want to create a package for using to manage user's data, but what should be name of this package? I created a data di..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  what does % stand for in ... 8 hours ago arbiel arbiel General Codin...
  403 Error 9 hours ago 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... 576254
  Tutorial Requ... 497929
  Web Scraping ... 440187
  Newbie with P... 384028
  New Users Int... 366753
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
Baran12332 Yesterday
Hershien Yesterday
Diyaseating Yesterday
marineoman Yesterday
marineservice Yesterday

User Panel Messages

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