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,286
» Latest member: xdimbah
» Forum threads: 38,792
» Forum posts: 175,875

Full Statistics

Online Users
There are currently 46 online users.
» 1 Member(s) | 37 Guest(s)
Bing, Twitter, Applebot, Google, lovedeep

Latest Threads
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 12:05 PM
» Replies: 5
» Views: 119
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 50
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,483
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 143
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 63
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,071
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,300
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 368
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 207
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 267

 
  Problem with Submit button Tkinter
Posted by: Reldaing - Jan-04-2020, 09:39 AM - Forum: GUI - Replies (2)

HI, If you take a look on my precedent code , I managed to do it. The issue is when I press the button "make_it", it prints me 0, so I think that noth..... More

Print this item

  The coordinates of the Entry widget (canvas) when moving
Posted by: berckut72 - Jan-04-2020, 08:39 AM - Forum: GUI - Replies (8)

sorry i don't know english well
Did scrolling objects on canvas through the canvas.move () method - changing the coordinates of the object when scrol..... More

Print this item

  Python web framework
Posted by: Revenant - Jan-04-2020, 01:51 AM - Forum: Web Scraping & Web Development - Replies (2)

Hello everyone,

I am working on creating new web framework using python, but I don't exactly know where to start.

I read too many articles on th..... More

Print this item

  heap enhancements
Posted by: rontoto - Jan-04-2020, 01:09 AM - Forum: Homework - Replies (1)

Hi guys, the code is working, but I want know, what I can improve on my code. It is like implements the simulation of shipment clearance in the depot..... More

Print this item

  Python Turtle Help
Posted by: codinghero - Jan-03-2020, 11:56 PM - Forum: General Coding Help - Replies (1)

Hi everyone! i am new to python turtle and i am learning how to use the random.randint feature to create 100 different shapes of size, color, and loca..... More

Print this item

  Python Library for Reading POP Emails?
Posted by: bmccollum - Jan-03-2020, 11:39 PM - Forum: General Coding Help - Replies (1)

Trying to determine if the poplib Python library is the appropriate one that most Python developers use for reading emails sitting out on a POP3 serve..... More

Print this item

  Web crawler extracting specific text from HTML
Posted by: lewdow - Jan-03-2020, 09:58 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi - I've just started to learn how to use python and am exploring the elements of a web crawler. I'm trying to extract the text that follows "Licence..... More

Print this item

  debugging
Posted by: fakka - Jan-03-2020, 07:02 PM - Forum: General Coding Help - No Replies

Hi
Using pycharm IDE

Generally I can work out the issues with code based on output or line number., But every now and then I cant easily work out ..... More

Print this item

  Find if time is between start and end time
Posted by: mikke3141 - Jan-03-2020, 05:37 PM - Forum: General Coding Help - Replies (3)

Hi,

I have a list of time intervals with start and end time. For example the first interval is between 12:30-13:00. How can I quickly check if e.g...... More

Print this item

  Functions with Tkinter
Posted by: Reldaing - Jan-03-2020, 05:10 PM - Forum: GUI - Replies (2)

Hi there, I'm new to tkinter. I want to create a window, in which a button appears. I managed to make this first step. The issue is that I want when y..... More

Print this item

  I need help on creating a Python Software
Posted by: Chrype - Jan-03-2020, 05:05 PM - Forum: GUI - Replies (5)

Hi,

First of all,

I have a script about Image Upscale.

Video Samples(original and result)

Original
http://www.mediafire.com/file/8ffo4a6i36d7gdn/O..... More

Print this item

  x-axis not displaying correctly
Posted by: grantx - Jan-03-2020, 04:08 PM - Forum: General Coding Help - No Replies

Please forgive the mess. I am still learning.
I am downloading financial data from yahoo and trying to plot it on a graph with a linear regression li..... More

Print this item

  t_games v0.50.14a1
Posted by: ichabod801 - Jan-03-2020, 03:33 PM - Forum: Code sharing - No Replies

This is another t_games release, with some features I had been meaning to add ..... More

Print this item

  Need Help Understanding Python Code
Posted by: samlee916 - Jan-03-2020, 02:59 PM - Forum: Web Scraping & Web Development - Replies (1)

I need help explaining this code that was given to me. I understand the simple ones like lines 1-4, and 9-10 and have a tough time understanding the r..... More

Print this item

  Homework on conditional execution
Posted by: Philippa - Jan-03-2020, 01:08 PM - Forum: Homework - Replies (6)

Please how do i make my computation stay in the range between 0.0 and 1.0
[python]
score = input('Enter a score: ')
if float(score) > 1.0
prin..... More

Print this item

  File not found error
Posted by: Ads - Jan-03-2020, 11:43 AM - Forum: General Coding Help - Replies (5)

Hello,

I wrote this code in eclipse / pydev. On running as Python Run it is throwing an error as

[b]FileNotFoundError: [Errno 2] No such file o..... More

Print this item

  how to make iterative search more efficient
Posted by: renergy - Jan-03-2020, 11:26 AM - Forum: General Coding Help - Replies (2)

Hello,

I am trying to solve an optimization problem. Due to the complexity of the objective function, it is not convenient to use solver packages. ..... More

Print this item

  Convert Excel to .txt - Need each excel row to be separate .txt file
Posted by: cowboykevin05 - Jan-03-2020, 10:34 AM - Forum: Data Science - Replies (2)

Disclaimer: total python newb here

I have an Excel file with thousands of rows & 10 columns (with header as row 1).

I need each row (excluding h..... More

Print this item

  How to display sentence only from the database
Posted by: farah97 - Jan-03-2020, 09:43 AM - Forum: Web Scraping & Web Development - No Replies

I get the data from the database and I want to display sentence only. But, instead..it just display id and also sentence in one column. Example table ..... More

Print this item

  Should I use my own package?
Posted by: ftg - Jan-03-2020, 09:42 AM - Forum: General Coding Help - Replies (3)

Hello everyone,

[align=left] there may be a few function of mine I will use and re-use through several projects.
These are something like cop..... More

Print this item

  remove files from folder older than X days
Posted by: kerzol81 - Jan-03-2020, 09:35 AM - Forum: General Coding Help - Replies (2)

Hi,

I made this attempt, it works fine, but I'm not satisfied with it. Couldn't it be done easier in a more pythonic way?
Is there a method for th..... More

Print this item

  Using variables from one class to another
Posted by: vatsava - Jan-03-2020, 08:12 AM - Forum: GUI - No Replies

I am new to Tkinter. I am writing a code which has three frames. In the first frame, there is an entry box widget. I want the string entered by the us..... More

Print this item

  how do I make a number only print once but the number keeps on decreasing?
Posted by: syafiq14 - Jan-03-2020, 06:40 AM - Forum: General Coding Help - Replies (5)

[python]
import time
import winsound

# User Input
plan = input("What Your Plan For Today? : ").lower()
times = int(input("What Number? : "))
c..... More

Print this item

  python txmodem error
Posted by: neethuvp - Jan-03-2020, 04:29 AM - Forum: General Coding Help - Replies (1)

Hi,
I'm trying to update my firmware through python txmodem. I followed the link. ..... More

Print this item

  Error in python code 'import callbot'
Posted by: Lou_Reed - Jan-03-2020, 03:53 AM - Forum: General Coding Help - Replies (3)

I am having trouble making the ode work at this site.

https://www.data-blogger.com/2017/11/01/...in-python/

Every..... More

Print this item

  Syntax error - precedence
Posted by: Rev2k - Jan-03-2020, 02:31 AM - Forum: General Coding Help - Replies (3)

Hi there,
i'm new to coding/python and keep getting a syntax error.

This gives me a syntax error:

[python]

print( 'Forced order:\t' , c, '%..... More

Print this item

  Changing a variable's name on each iteration of a loop
Posted by: rix - Jan-03-2020, 01:06 AM - Forum: General Coding Help - Replies (6)

Is it possible in python to change the name of a variable on each iteration of a loop? For example:
[python]
for i in range(10):
variableNameTo..... More

Print this item

  expressing data in python
Posted by: Skaperen - Jan-03-2020, 01:01 AM - Forum: Bar - Replies (7)

i love how python syntax stays simple through many complicated nestings. that works for code but not for data. lists end with a ] a..... More

Print this item

  print an image using PyQt
Posted by: micro - Jan-03-2020, 12:53 AM - Forum: GUI - Replies (4)

i tried to use QtPrintSupport
it works fine with html content but image doesn't shows up
[python]
from PyQt5 import QtPrintSupport

self.editor ..... More

Print this item

  f-strings in a script to be made public
Posted by: Skaperen - Jan-03-2020, 12:06 AM - Forum: News and Discussions - Replies (2)

just about all my python scripts now use f-strings. many of those use many f-strings. as literals to be parsed during the compile phase, in p..... More

Print this item

  Help on parsing simple text on HTML
Posted by: amaumox - Jan-02-2020, 08:28 PM - Forum: Web Scraping & Web Development - Replies (5)

Hello Everyone,

I've been trying to parse an HTML page in order to get a simple price but I can't succeed, I tried to get help from youtube tutoria..... More

Print this item

  Preserve xml file format
Posted by: tanffn - Jan-02-2020, 08:12 PM - Forum: General Coding Help - Replies (3)

Hi!
I would like to manipulate an xml file yet preserve it's format (extra spaces, comments, cr, ..).
lxml preserve comments out of the box but was ..... More

Print this item

  IndexError: index 8 is out of bounds for axis 0 with size 8
Posted by: Help_me_Please - Jan-02-2020, 04:23 PM - Forum: General Coding Help - Replies (6)

Dear anyone who can help,

I have had a problem for many weeks with my code, it is suppose to play connect 4 against the computer. I have tried many..... More

Print this item

  Convert 400 grayscale pixels into RGB
Posted by: python420 - Jan-02-2020, 02:39 PM - Forum: General Coding Help - Replies (1)

I'm working on a data set from text files and I would like to:

1. Convert the dataset into an array in order to make .jpg images
2. Convert th..... More

Print this item

  Keras Dense layer with wrong input
Posted by: d1r4c - Jan-02-2020, 02:35 PM - Forum: Data Science - No Replies

Hi everyone,

I'm building a simple CNN and can't seem to get it to work. The error I get is:
[output]ValueError: Error when checking target: expec..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... Yesterday, 12:05 drakhsin snippsat Web Scraping ...
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
Most views
  The best Prog... 579260
  Tutorial Requ... 512113
  Web Scraping ... 442187
  Newbie with P... 386295
  New Users Int... 379630
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+ 12109
buran 8196
snippsat 7390
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
xdimbah Today
IsmaelSlalk Today
Stephenchers Today
alexferrina Yesterday
MattCarters 11-22

User Panel Messages

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