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,288
» Latest member: jackhunter
» Forum threads: 38,793
» Forum posts: 175,881

Full Statistics

Online Users
There are currently 38 online users.
» 3 Member(s) | 32 Guest(s)
Bing, Google, AOL, lovedeep, Ninja2112, deanhystad

Latest Threads
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
4 minutes ago
» Replies: 5
» Views: 31
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 12:05 PM
» Replies: 5
» Views: 144
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 53
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,488
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 150
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 68
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,081
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,303
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 388
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 223

 
  Short font question
Posted by: Pizzas391 - Nov-25-2019, 09:50 PM - Forum: General Coding Help - Replies (9)

Hello, I know how to make a square and how to make a font, but I have a problem, when I have the square and text on the same place, you don't see the ..... More

Print this item

  NameError 'odometer' not defined
Posted by: rfernandez15 - Nov-25-2019, 09:43 PM - Forum: General Coding Help - Replies (1)

I keep getting a name error for odometer. I am following a textbook example and I seem to have everything correct according to the book. PLEASE HELP!..... More

Print this item

  JSON parsing (nested)
Posted by: fakka - Nov-25-2019, 09:25 PM - Forum: General Coding Help - No Replies

RAW JSON below

How would I output 'mem_free' value under the nested JSON - only if the 'hostname': 'hcb005sp01p.mydoman.com:8091'



{'name': '..... More

Print this item

  does this file look like Python?
Posted by: Skaperen - Nov-25-2019, 08:19 PM - Forum: News and Discussions - Replies (2)

i want to have a command or function that can examine a file and report a probability (and confidence factor would be a plus) that its contents are in..... More

Print this item

  Listing groups
Posted by: tharpa - Nov-25-2019, 07:53 PM - Forum: General Coding Help - Replies (2)

Suppose I see a line of code like

elif m.group('status').lower() in ['stopped', 'failed']:
And I want to see all statuses that are ..... More

Print this item

  gpedit.msc - pls help!
Posted by: sniper6 - Nov-25-2019, 07:48 PM - Forum: General Coding Help - Replies (4)

Hello guys
i want to make limited bandwidth 50%
i have tried but i cant
same one help me pls Heart
[img]https://2.top4top.net/p_142424eke1.p..... More

Print this item

  () "" ("") Basic help
Posted by: SupaNub - Nov-25-2019, 05:36 PM - Forum: General Coding Help - Replies (4)

Hello What are the exact rules using these signs
"" : () and_this
(" i no this means print eveything inside ") "but how about when its like this " ..... More

Print this item

  strange class property
Posted by: KaliLinux - Nov-25-2019, 04:22 PM - Forum: General Coding Help - Replies (2)

Why does the following program output "python is hard" ?
[python]class t:
def __init__(self):
self.__t="python is hard"
t=t()
print(t..... More

Print this item

  Need help in python scripting
Posted by: rajrishi990 - Nov-25-2019, 02:13 PM - Forum: General Coding Help - Replies (17)

I am new to python
I have below json file and i need to convert it to csv and pull only selected columns in csv.Selected columns will be id,SID,Type,..... More

Print this item

  Memento Pattern
Posted by: amb85 - Nov-25-2019, 01:20 PM - Forum: News and Discussions - Replies (2)

I'm wondering what the applicability of the Memento design pattern is in Python.

The intent of the pattern is to capture and externalise the intern..... More

Print this item

  Extract tag body without leading/trailing spaces
Posted by: Pavel_47 - Nov-25-2019, 01:17 PM - Forum: Web Scraping & Web Development - Replies (3)

Hello,
Executing of this code:
[python]import requests
from bs4 import BeautifulSoup

isbn = 9783319988412
url = f'http://www.amazon.com/s?k={is..... More

Print this item

  [Tkinter] Window geometry appears different on Win and Linux
Posted by: steve_shambles - Nov-25-2019, 11:40 AM - Forum: GUI - Replies (6)

I write my code in Windows 7 using IDLE on Python v3.67.

When I try out Tkinter code on Linux Mint 19.1, also using Idle and Python 3.67,
the GUI win..... More

Print this item

  200 Python code snippets free
Posted by: steve_shambles - Nov-25-2019, 11:23 AM - Forum: Code sharing - Replies (6)

For the last 18 months or so I have been carefully collecting Python code snippets
that are useful to me, and therefore beginners to intermediate cod..... More

Print this item

  PyInstaller fails after changing 32 to 64 bit
Posted by: pynz - Nov-25-2019, 10:25 AM - Forum: General Coding Help - Replies (3)

Hi
On Windows 10, I have an application that works when frozen with PyInstaller and Python 3.7.4 (32-bit). After upgrading to Python 3.8.0 (64-bit) w..... More

Print this item

  Setting Binding to Entry created with a loop?
Posted by: p_hobbs - Nov-25-2019, 09:52 AM - Forum: GUI - Replies (1)

I'm not even really sure what to google to find what I'm looking for. So I haven't been able to find what I'm looking for.

So, I'm creating a seri..... More

Print this item

  Error : (FileNotFoundError(2, 'The system cannot find the file specified', None, 2,
Posted by: Shipika - Nov-25-2019, 07:54 AM - Forum: Data Science - Replies (3)

I am working on Azure Machine Learning Workspace. I have created a training model. Its working fine and giving correct output but When I am looking at..... More

Print this item

  Multiple Line Chart Plotting
Posted by: moto17 - Nov-25-2019, 05:17 AM - Forum: General Coding Help - Replies (1)

Hello All,

I am trying to plot multiple lines on a chart using the following data and would be grateful for any assistance.
I have a set of daily cou..... More

Print this item

  Python list - group by dict key
Posted by: karthidec - Nov-25-2019, 03:53 AM - Forum: General Coding Help - Replies (2)

Pls help me on this python list with dict items query.

I need to group these elements by name key.

Input:
[{'name': 'charlie', 'Ready For..... More

Print this item

Question Please clarify variables
Posted by: tonycstech - Nov-25-2019, 02:41 AM - Forum: General Coding Help - Replies (3)

Hi guys i need help understanding fundamental uses of variables and functions.
I created a class for a calculator:

[python]class calc:
def mu..... More

Print this item

  Struggling with several while loops
Posted by: nsadams87xx - Nov-25-2019, 01:36 AM - Forum: General Coding Help - Replies (1)

Hello everyone,

I'm very new to Python and doing some very basic personal practice and trying to make a function that checks for stock prices and s..... More

Print this item

  simple udp server/client
Posted by: cardmaker - Nov-24-2019, 10:57 PM - Forum: Networking - Replies (2)

hello, im trying to make i simple udp server client (two in one).
the client send every 5 second a string to a server(port 23000) and save the respon..... More

Print this item

  Understanding the concept ( Modules , imports )
Posted by: erfanakbari1 - Nov-24-2019, 09:24 PM - Forum: General Coding Help - Replies (1)

Hey fellas .
I've been trying to learn bunch of stuffs about modules and imports in Python , meanwhile I was stopped because of some codes in which I..... More

Print this item

  Uninstalling python 3.8.0a1
Posted by: arcy - Nov-24-2019, 08:47 PM - Forum: General Coding Help - No Replies

I am on Windows 10 Pro, attempting to install a tool that requires python. Though I had forgotten, I had installed a beta version of python last July ..... More

Print this item

  Help with List Loops
Posted by: slackerman73 - Nov-24-2019, 08:11 PM - Forum: General Coding Help - Replies (4)

I'm working through an assignment and am having some difficulty. Code below

listToPrint=['dog', 'cat', 'hamster', 'pig']

while len(listToPrint)..... More

Print this item

  Chat box locking up with multiple clients running
Posted by: Clunk_Head - Nov-24-2019, 07:17 PM - Forum: Networking - Replies (1)

I am working on a GUI based chat program.
I am using someone else's server which has worked well for many people so I am assuming the problem is with..... More

Print this item

  more list help converting
Posted by: paul41 - Nov-24-2019, 07:06 PM - Forum: General Coding Help - Replies (3)

I have another issue with converting a list into the formatting i need it and looking for advice. (possibly getting late in the evening and my brain ..... More

Print this item

  Parsing XML
Posted by: speedy1668 - Nov-24-2019, 04:48 PM - Forum: Homework - Replies (2)

Hello,

I was trying to write a program that will prompt for a URL, read the XML data from that URL using urllib and then parse and extract the comm..... More

Print this item

  List help to split into single entries
Posted by: paul41 - Nov-24-2019, 03:37 PM - Forum: General Coding Help - Replies (3)

I have a list which is in the following format:

list = ['A -> B', 'C -> D', 'E -> F']

I am trying to find a way to produce a list of single entr..... More

Print this item

  Extract email addresses from string and store them in a list
Posted by: oslosurfer - Nov-24-2019, 03:15 PM - Forum: General Coding Help - Replies (2)

How can I extract email addresses from a string and store them in a list? The following code produces the desired output when printed in the for loop,..... More

Print this item

  How to get cx_Freeze to make folders
Posted by: mad_accountant - Nov-24-2019, 02:22 PM - Forum: General Coding Help - No Replies

Hi

I am trying to convert my python project into an executable using cx_Freeze. Script of setup.py is as follows:

[python]import cx_Freeze

files_li..... More

Print this item

  Grouping a list of various time into intervals
Posted by: paul41 - Nov-24-2019, 01:09 PM - Forum: General Coding Help - Replies (1)

Hi, I am looking to create a new function that will take in a list of different times and also another input which will split it into x second interva..... More

Print this item

  Unable to Use TLS 1.3 CCM Ciphers
Posted by: frizi23 - Nov-24-2019, 01:07 PM - Forum: Networking - No Replies

Hi, I'm trying to make a TLS 1.3 connection using the following ciphers:

  • TLS_AES_128_CCM_SHA256
  • TLS_AES_128_CCM_8_SHA256
These ci..... More

Print this item

  Startiing a Course/Subject System with inquiry
Posted by: legendavid03 - Nov-24-2019, 11:31 AM - Forum: Homework - Replies (1)

I have a project in our class which is to create a solution to real world problems and I was tasked to create a program that has a partial ordering sy..... More

Print this item

  Date from from excel to Python.
Posted by: atp_13 - Nov-24-2019, 10:38 AM - Forum: General Coding Help - Replies (1)

I have pulled date from excel to python , when I print the date in Python it shows like "2019-11-28 00:00:00" , which is not what I want . I want to ..... More

Print this item

  Help with a Matrix nxn with black and white input
Posted by: Rosko - Nov-24-2019, 06:36 AM - Forum: Homework - Replies (3)

Hi
I need to create an array nxn whose entries are black if they are 1 or white if they are 0

then if we choose a random point, move to the left i..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  PyQt5 - Get a parameter f... 4 minutes ago Ninja2112 deanhystad GUI
  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
Most views
  The best Prog... 579291
  Tutorial Requ... 512150
  Web Scraping ... 442196
  Newbie with P... 386306
  New Users Int... 379749
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 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
jackhunter Today
EmilyCarter Today
xdimbah Today
IsmaelSlalk Today
Stephenchers Today

User Panel Messages

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