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

Full Statistics

Online Users
There are currently 55 online users.
» 1 Member(s) | 49 Guest(s)
Bing, Google, Applebot, AOL, lovedeep

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

 
  Graphing from a while loop
Posted by: McDweevo - Nov-13-2019, 07:23 PM - Forum: General Coding Help - Replies (1)

I'm quite new to programming, and I'm trying to compare the decay of atoms with a Monte Carlo random.random() function against an analytical solution...... More

Print this item

  input string split
Posted by: Eric7Giants - Nov-13-2019, 06:12 PM - Forum: General Coding Help - Replies (3)

Hello. Self-teaching and new to Python. I am trying to code a program where I ask a user for 2 points and attempt to calculate the distance. I keep ru..... More

Print this item

  Problem with variables
Posted by: JCB - Nov-13-2019, 06:09 PM - Forum: General Coding Help - Replies (3)

So yeah, I'm trying to make a simple randomized generator in Python for my own-design board game but I found a problem. To be more specific, I want to..... More

Print this item

  Mad Libs Program
Posted by: theguywithcurls - Nov-13-2019, 04:41 PM - Forum: General Coding Help - Replies (10)

Hey everyone!

I'm working on my first python project on my own and decided to take on building a Mad Libs Program. I have a directory of possible s..... More

Print this item

  manipulating a dataframe - pandas
Posted by: nsx200 - Nov-13-2019, 03:19 PM - Forum: Data Science - Replies (2)

Hello,

Whilst this is an assignment, I thought I would post in this forum page as it is pandas related...

I have a rubbish dataframe to use that..... More

Print this item

  docx module alternatives
Posted by: Clunk_Head - Nov-13-2019, 03:12 PM - Forum: General Coding Help - No Replies

I'm reading all of the text from a word document(docx).
Until upgrading to 3.8 the docx module has done a fine job, but today I ran into a compound is..... More

Print this item

  Error building wheel for grpcio on win10
Posted by: Topiii - Nov-13-2019, 02:46 PM - Forum: General Coding Help - Replies (1)

C:\WINDOWS\system32>python -m pip install --upgrade google-assistant-sdk[samples]
[output]Collecting google-assistant-sdk[samples]
Using cached ht..... More

Print this item

  Machine Learning Polynomial Regression
Posted by: braveYug - Nov-13-2019, 11:41 AM - Forum: Data Science - No Replies

Hello All,

I am facing some problem while implementing polynomial regression for my machine learning module. Part of my code is as below:
[python..... More


Attached Files

Thumbnail(s)
   
Print this item

  Matrix understanding in Python
Posted by: RavCOder - Nov-13-2019, 11:35 AM - Forum: Homework - Replies (16)

Hi,
this is text of exercise:
[quote]Given a 2D grid, each cell is either a zombie 1 or a human 0. Zombies can turn adjacent (up / down / left / rig..... More

Print this item

  what workspace is my terminal in?
Posted by: Skaperen - Nov-13-2019, 08:31 AM - Forum: Code sharing - Replies (7)

this script is intended for a Posix environment. it was developed and tested in Xubuntu 18.04 LTS with Python 3.6.8.[python]#!/usr/bin/env python3
#..... More

Print this item

  Problem with importing and using collections module
Posted by: pythomdummy - Nov-13-2019, 06:24 AM - Forum: General Coding Help - Replies (3)

Greatings,

I am a new to python and actually whole concept of programming.

Since last one one month i have been working hard but getting stuck ..... More

Print this item

  Is Python a solution
Posted by: trentban - Nov-13-2019, 05:50 AM - Forum: News and Discussions - Replies (1)

Hi All

Before going down a long path would Python be a possible solution for this...

I have an excel model that needs to forecast future data af..... More

Print this item

  Global Variable in Event Function? What am I doing wrong here?
Posted by: p_hobbs - Nov-13-2019, 05:39 AM - Forum: GUI - Replies (1)

I'm using tkinter to create a data entry form, and I'm having issues with getting the state of a checkbutton. So I determined the simplest way is to s..... More

Print this item

  Extracting Text
Posted by: Evil_Patrick - Nov-13-2019, 05:08 AM - Forum: General Coding Help - Replies (6)

So I have a text file. containing around 400 lines of my Instagram following info like Email:username:posts
I want to extract all the usernames int..... More

Print this item

  delete from list
Posted by: metro17 - Nov-13-2019, 04:28 AM - Forum: General Coding Help - Replies (8)

how do I delete values from a list taking user input ?
>>> animals = [a,c] = [1,2]
>>> print(a)
1
>>> print©
2
>>> print(animals)
[1, 2]
>>>..... More

Print this item

  Why does pycharm return nothing when Python interpreter does?
Posted by: Jessy - Nov-13-2019, 04:26 AM - Forum: News and Discussions - Replies (3)

I'm trying to make a class that makes dictionaries which have index system just like lists. The problem comes with __repr__, for some reason it return..... More

Print this item

  Issue to read commands with pyvisa
Posted by: losc - Nov-13-2019, 04:10 AM - Forum: General Coding Help - No Replies

Hello,

I am trying to communicate with a piezoelectric controller. The communication is fine, as I can read the correct set values of the parameter..... More

Print this item

  Python in Kali Linux
Posted by: coolcassie - Nov-13-2019, 12:50 AM - Forum: General Coding Help - Replies (2)

Hi, I'm new to this forum so apologies if this is in the wrong part of the forum.

I'm using Kali Linux and am running it on VirtualBox. I've create..... More

Print this item

  Question with Code
Posted by: Than999 - Nov-13-2019, 12:30 AM - Forum: Homework - Replies (4)

Hi, why is my code; "str(input('Enter a plan: ; plan)) giving me a syntax error? I thought this syntax is perfectly legal in Python.

[Python]
plan..... More

Print this item

  Setting Tabs in a listbox
Posted by: scratchmyhead - Nov-12-2019, 10:42 PM - Forum: General Coding Help - Replies (2)

I'm using Python 3.8 and using Tkinter. I'm trying to set tabs inside of a listbox. I have the following code:

[python]
for record in records:
..... More

Print this item

  Is my heap sort optimized?
Posted by: Clunk_Head - Nov-12-2019, 08:21 PM - Forum: Code sharing - Replies (1)

It's been a long time since I made my first heap sort algorithm.
I'm looking for optimization tips for this one that I put together this morning.
[pyt..... More

Print this item

  Help with multiprocessing
Posted by: dsc77 - Nov-12-2019, 07:44 PM - Forum: General Coding Help - Replies (6)

I am fairly new to Python, but have run into a snag that I can't get past. I am trying to share a string variable between two processes. One process i..... More

Print this item

  Missing Postional Arguments
Posted by: Psypher1 - Nov-12-2019, 07:20 PM - Forum: General Coding Help - Replies (7)

I am making an accommodation program and I ran into this error.I saw other threads with the same issue om the site but they didn't help me figure it o..... More

Print this item

  How can automatize ticker selection to find the trading data of all the tickers
Posted by: nazmulfinance - Nov-12-2019, 06:58 PM - Forum: Web Scraping & Web Development - Replies (6)

Dear Members,
I am trying to download data in Table 1 from https://www.secform4.com/insider-trading

I need to put Company Ticker to get informatio..... More

Print this item

  display the contents of the table in descending order of the date
Posted by: atlass218 - Nov-12-2019, 05:24 PM - Forum: GUI - Replies (14)

Hello;
I tried to display the contents of my "loc35R" table in a Widget table that was created by QtDesigner.
the display looks good, but with disorde..... More

Print this item

  Best GUI solution for embedded Chrome
Posted by: Ximera - Nov-12-2019, 02:14 PM - Forum: GUI - Replies (4)

Hi, I'm new in Python, can you please help me with embedding Chrome into unresizable GUI window (Windows 7/10/2012R2 x64).

I did this on CE..... More

Print this item

  How can I add a progress bar for my software?
Posted by: aquerci - Nov-12-2019, 02:04 PM - Forum: General Coding Help - Replies (8)

Hi all,

I wrote a software in Python 3 with a CLI interface. It reads a text file given by the user, takes from it many information, processes them, ..... More

Print this item

  Update value in sliced dataframe
Posted by: bobopt - Nov-12-2019, 01:23 PM - Forum: General Coding Help - Replies (2)

Hello everybody, I'm new in python and I would ask you a question that is making me crazy.
I think I've not well understood some things, so please hel..... More

Print this item

  Create .exe file for Python flask website.
Posted by: vintysaw - Nov-12-2019, 11:55 AM - Forum: Web Scraping & Web Development - Replies (4)

Please see below steps followed to create .exe file.
1) Ran pyinstaller App.py in cmd at folder location where App.py file is located
2) Pyinstaller..... More

Print this item

  reshape from 3D to 3D matrix
Posted by: paul18fr - Nov-12-2019, 11:26 AM - Forum: Data Science - No Replies

Hi

In the following example, I'm still trying to find a way to reshape the 2D matrix into a 3D one:

Print this item

  Tracking 2 biggest objects in OpenCV
Posted by: Nup - Nov-12-2019, 11:08 AM - Forum: General Coding Help - No Replies

i want to track the 2 biggest objects with the Background Substract method. I know how to track all objects or the biggest one or the second biggest o..... More

Print this item

  while loop
Posted by: Blob - Nov-12-2019, 11:03 AM - Forum: General Coding Help - Replies (9)

I'm currently doing a tutorial on while loops, I followed along fine, but I always try to add something of my own to each code he teaches, so my brain..... More

Print this item

  getting first letters of a string
Posted by: Unknown_Relic - Nov-12-2019, 10:42 AM - Forum: General Coding Help - Replies (1)

im new to python and im trying to split a string so it prints the first letter of each word.
Below is the error i keep getting

line 8, in split_so..... More

Print this item

  Extract data from a webpage
Posted by: cycloneseb - Nov-12-2019, 10:20 AM - Forum: Web Scraping & Web Development - Replies (5)

Hello all;

I'm would like to ask some advices to the python community concerning a script I'm trying to develop.

In fact, I'm living near a lake..... More

Print this item

  Detecting windows shutdown event
Posted by: riccardoob - Nov-12-2019, 09:49 AM - Forum: General Coding Help - Replies (4)

Hi, I probably have a tricky question here. I'd like to know if there's a way in python to detect (maybe using an infinite loop in a script run in bac..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  PyQt5 - Get a parameter f... 5 hours 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... 579298
  Tutorial Requ... 512159
  Web Scraping ... 442200
  Newbie with P... 386307
  New Users Int... 379811
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
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
J2M Today
jackhunter Today
EmilyCarter Today
xdimbah Today
IsmaelSlalk Today

User Panel Messages

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