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,280
» Latest member: MileHigh303
» Forum threads: 38,791
» Forum posts: 175,869

Full Statistics

Online Users
There are currently 50 online users.
» 0 Member(s) | 48 Guest(s)
Bing, Google

Latest Threads
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
11 hours ago
» Replies: 0
» Views: 34
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:15 AM
» Replies: 4
» Views: 1,464
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 118
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 47
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,032
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,290
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 331
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 170
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 232
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,125

 
  QComboBox doesn't display selection as long as it has not lost the focus
Posted by: Meaulnes - May-07-2020, 01:23 PM - Forum: GUI - Replies (3)

I am developing a PyQt5 application. It works properly on Linux platform but I meet an issue when running it on a Windows 10 platform. The trouble is ..... More

Print this item

  Pyhton question
Posted by: ozzgebaki - May-07-2020, 12:15 PM - Forum: Homework - Replies (2)

Can somebody please help me with question?

You are given a dictionary storing inventory counts of a store's items.
For example:
{"tshirt":29, "pants..... More

Print this item

  Type conversion issue while using Descriptor in Python3
Posted by: mailnsuresh - May-07-2020, 10:03 AM - Forum: General Coding Help - Replies (1)

This is a little tricky one. Needs more attention since it is a minute thing. There are two classes in the given code. 'celsius' attribute of temperat..... More

Print this item

  Python logical operator AND
Posted by: rasec70 - May-07-2020, 08:51 AM - Forum: General Coding Help - Replies (4)

#Python Code

a = 6
b = 7
print (a and b)
#End code

Why the result of the print function is 7 instead of 6?

If:
0110 ..... More

Print this item

  Can somebody take a look at my program and make suggestions
Posted by: kenwatts275 - May-07-2020, 04:28 AM - Forum: Bar - Replies (1)

Hello all,
I wrote a few modules in Python and I was wondering if somebody could review them.
The name of the software is Database Table Maker and i..... More

Print this item

  Parse a REST API call using Python
Posted by: GKT - May-07-2020, 03:13 AM - Forum: General Coding Help - Replies (1)

Hi Experts!

I am a newbie to Python, we are trying to Parse our Tomcat Application logs and pull out all API calls made by users (this part is done..... More

Print this item

  mydict.items() is not a list
Posted by: Skaperen - May-07-2020, 02:53 AM - Forum: General Coding Help - Replies (2)

what i get from mydict.items() is not a list. i can't .sort() it. it have to make a list from it to be able to sort it in-place, defeating the perfo..... More

Print this item

  Visual Studio-remove Output clutter
Posted by: mds - May-07-2020, 01:48 AM - Forum: General Coding Help - Replies (14)

Hi all,
Fairly new to python and very new to visual studio.
I am running thru the linkedin [url=https://python-forum.io/thread-26610.html]..... More

Print this item

  get code with pip
Posted by: Skaperen - May-07-2020, 12:50 AM - Forum: News and Discussions - Replies (4)

does pip have a way to get the code without installing?

Print this item

  Problems to display Web Scraping values in Tkinter
Posted by: Lucas_Ribeiro - May-07-2020, 12:36 AM - Forum: GUI - No Replies

I am trying to display an image inside a Tkinter window through Web Scraping displaying a message from a certain point on the website that says in Por..... More

Print this item

  Nested Dictionary/List
Posted by: tonybrown3 - May-06-2020, 10:24 PM - Forum: General Coding Help - Replies (5)

I am new to python and am trying to learn nested dictionary's but I think I am mixing some standards. So first i am not sure i am using the proper te..... More

Print this item

  Keyboard history program
Posted by: chesschaser - May-06-2020, 09:44 PM - Forum: General Coding Help - Replies (3)

Hi guys!

I've been making a keyboard history program called ClipboardHero in python which stores your last clipboard entries in a file. I have enco..... More

Print this item

  A question about the libraries and their code.
Posted by: SheeppOSU - May-06-2020, 09:36 PM - Forum: News and Discussions - Replies (1)

Libraries are always very helpful for various things, but I'm always very curious what the code is. I know that I could view it if I wanted, but it's ..... More

Print this item

  function/nonetype object is not iterable
Posted by: nanok66 - May-06-2020, 09:06 PM - Forum: General Coding Help - Replies (5)

Hi all,

I am getting error "functools.partial object not iterable". I google searched this issue and have read multiple answers about this issue b..... More

Print this item

  data input
Posted by: chpyel - May-06-2020, 08:52 PM - Forum: General Coding Help - Replies (8)

how I control the data input from user input error

Print this item

  Kernel needs to restart
Posted by: ErnestTBass - May-06-2020, 08:37 PM - Forum: General Coding Help - No Replies

[code]
import glob

#wget http://vis-www.cs.umass.edu/lfw/lfw.tgz

#tar -xvzf lfw.tgz

face_images = glob.glob('lfw/**/*.jpg')


# In[2]:
..... More

Print this item

  loops in combination with lists
Posted by: Juru - May-06-2020, 08:24 PM - Forum: Homework - Replies (4)

Hi, I need help. For my homework I need to create a program in which people can insert numbers and my program will first list all the chosen numbers. ..... More

Print this item

  Canvas animation
Posted by: stephboo - May-06-2020, 08:06 PM - Forum: GUI - Replies (1)

I've been working on a simple tkinter app that has various widgets, I've done some entries, a button, some radiobuttons and so on...all I have left is..... More

Print this item

  raspberry pi tank gpio help
Posted by: jatgm1 - May-06-2020, 08:04 PM - Forum: General Coding Help - Replies (1)

i recently purchased the yahboom g1 tank kit and a raspberry pi 4b, i managed to figure out enough python to get it to move but im not understanding s..... More

Print this item

  control a linux program with python
Posted by: Fifoux082 - May-06-2020, 06:46 PM - Forum: General Coding Help - Replies (9)

Hi,
I am not a software devloper.
I started using Python to help me automate some tasks

I have a custom program who run in Linux, in a command w..... More

Print this item

  python ticks
Posted by: programmer229193 - May-06-2020, 06:02 PM - Forum: General Coding Help - Replies (2)

I'm trying to make an object wait and then move every 10,000 ticks. say I had 104 ticks and every time I click space bar the object waits for 10,000 t..... More

Print this item

  Python3.7 - Help with loops
Posted by: pdub787 - May-06-2020, 05:31 PM - Forum: Homework - Replies (1)

Hi...I'm a noob teaching myself python. I've got a simple turn based RPG program. Where I'm running into trouble is with updating the character hit po..... More

Print this item

  Basic Python Tutorial in PDF
Posted by: lezawang - May-06-2020, 04:20 PM - Forum: News and Discussions - Replies (4)

Hi
I am totally new to Python and this forum. Thanks for this forum by the way. I want to start with very basic. I am looking for Basic Python Tutor..... More

Print this item

  Just learning sockets etc...
Posted by: floatingshed - May-06-2020, 04:11 PM - Forum: Networking - Replies (2)

I am not finding it easy to understand networking in Python, but with this code I have found I am getting the results I want but I would like to add s..... More

Print this item

  Multiline comments
Posted by: macfanpl - May-06-2020, 04:05 PM - Forum: General Coding Help - Replies (6)

Oneliner start with #

How to make comment block?

Print this item

  How to make chrome extension in python?
Posted by: Hassibayub - May-06-2020, 04:04 PM - Forum: General Coding Help - Replies (1)

I've explored the forums but all solutions are old and some packages are deprecated.

I want to create a chrome extension and use python packages li..... More

Print this item

  Brute Force Password Cracker
Posted by: hendry1 - May-06-2020, 01:25 PM - Forum: Code sharing - Replies (1)

This is a brute force password cracker. Input your (fake) password, and watch the computer go! Funnily enough, abc123 takes a very long time.
[python..... More

Print this item

  Beginner help - Leap Year Issue Feb 29 and multiple pages
Posted by: warriordazza - May-06-2020, 12:56 PM - Forum: Web Scraping & Web Development - Replies (3)

Hello All,

I am an absolute beginner, below is the script I half wrote, half grabbed bits from multiple online sources.
Essentially getting name,..... More

Print this item

  While Loop Help
Posted by: Nate42 - May-06-2020, 12:55 PM - Forum: Homework - Replies (2)

Hey, I'm new to Python and writing my first program, a simple naughts and crosses.
I have a function check after each move to see if the player makin..... More

Print this item

  URL String with parameters
Posted by: nikoloz - May-06-2020, 12:13 PM - Forum: Web Scraping & Web Development - Replies (14)

Hello, please help.
how to get String of requested URL+parameters on server side,
like this "http://example.com?param1=a&token=TOKEN_TO_REPLACE&par..... More

Print this item

  QPainter issue showing black screen
Posted by: mart79 - May-06-2020, 12:02 PM - Forum: GUI - No Replies

Hi,

I have the following code which I want to use to display a figure constructed out of circles.

[python]import sys
from PySide2 import QtGui..... More


Attached Files

Thumbnail(s)
       
Print this item

  Web scraping read particular section
Posted by: AjayBachu - May-06-2020, 11:32 AM - Forum: Web Scraping & Web Development - Replies (4)

I am trying read contents from particular section from a URL/web page.

I am able to achieve this using beatifulsoup using findall and giving classn..... More

Print this item

  Editing images using python and opencv
Posted by: caaaameron_ - May-06-2020, 10:01 AM - Forum: Homework - Replies (6)

Context and Task:
I am am very new to python so i hope not to infuriate you with my lack of understanding. My homework requires me to di..... More

Print this item

  array coding problem
Posted by: pberrett - May-06-2020, 09:31 AM - Forum: Data Science - Replies (3)

Hi everyone

I have a 3d numpy array called p as follows

[code]
array([[[0, 1, 2],
[3, 4, 5],
[6, 7, 8]],

[[0, 1, 2],
..... More

Print this item

  Works with Curl. Can't get it to work in Python
Posted by: bazcurtis - May-06-2020, 08:45 AM - Forum: General Coding Help - Replies (3)

Hi,

I am not sure what I have missed, but I can't get this Curl command to work with the code below. What am I missing? I am getting a 400 returned..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Brazil Python Help to aut... 11 hours ago MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... Yesterday, 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...
  [SOLVED] Access keys and ... 11-17, 11:47 Winfried Winfried General Codin...
Most views
  The best Prog... 579222
  Tutorial Requ... 511998
  Web Scraping ... 442158
  Newbie with P... 386273
  New Users Int... 379326
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 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
MileHigh303 Yesterday
ndx101 Yesterday
OtiliaBecker Yesterday
NAGASOWMYAGUNDU 11-20
shipa1autotransport 11-20

User Panel Messages

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