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 66 online users.
» 0 Member(s) | 63 Guest(s)
Bing, Google, Google Image

Latest Threads
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
10 hours ago
» Replies: 0
» Views: 31
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: 117
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 46
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,031
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,289
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 329
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: 230
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,125

 
  Newbie Needs Help with Python Port to Web
Posted by: RobertL - May-09-2020, 09:27 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi all,

Can anyone point me to a simple framework that would help create a simple web front-end for this program (work in progress)?

https://cor..... More

Print this item

  Tkinter checkbox value
Posted by: scratchmyhead - May-09-2020, 08:44 PM - Forum: GUI - Replies (5)

How do I get the current value of a checkbutton. So if someone checked a box, then how to get the value. Is the value either 1 or 0?

Example:

[p..... More

Print this item

  how to find module in installed packages
Posted by: keuninkske - May-09-2020, 08:21 PM - Forum: General Coding Help - Replies (3)

hello

i want to run code somebody else wrote a few years ago

no i have trouble run this code

[python]from apiclient.http import BatchHttpRequ..... More

Print this item

  how to check for thread kill flag
Posted by: nanok66 - May-09-2020, 08:09 PM - Forum: General Coding Help - Replies (1)

Hi,

I am looking for a way to kill a thread immediately and I have some working code that accepts keyboard input (the letter Q) to kill (by setting..... More

Print this item

  python error
Posted by: gfredrickson - May-09-2020, 07:42 PM - Forum: General Coding Help - Replies (2)

I have a windows 10 machine. I downloaded python yesterday and just created a small program as a test. I got an error.

[error]
C:\Users\gfred..... More

Print this item

  importing same python library in multiple custom module
Posted by: escape_freedom13 - May-09-2020, 07:10 PM - Forum: General Coding Help - Replies (6)

Hi All,

Scenario 01:

module:

import time


def printtime():
    print(time.time())
[b]master..... More

Print this item

  Nested Recursive Function not Returning
Posted by: Etotheitau - May-09-2020, 05:06 PM - Forum: General Coding Help - Replies (2)

I am trying to make a function that finds a local minimum of an arbitrary graph, using a recursive function. When I output the result with print(), it..... More

Print this item

  Documentation Question Python 3.8
Posted by: OldSubSailor - May-09-2020, 04:16 PM - Forum: News and Discussions - No Replies

never mind, I was sent to Github

Print this item

  xml decoding failure(bs4)
Posted by: roughstroke - May-09-2020, 04:10 PM - Forum: General Coding Help - Replies (1)

I've been trying to do something about web crawler,though i m new to this.

And i've just met something annoying

[python]
import urllib.request ..... More

Print this item

  Needs help to switch frame with functions
Posted by: scotesse - May-09-2020, 02:56 PM - Forum: GUI - Replies (6)

Hello,
I am having some troubles with my code.
My problem is that I have defined a canvas with a button and I want that when I click on that butto..... More

Print this item

  test
Posted by: majid - May-09-2020, 01:46 PM - Forum: General Coding Help - Replies (4)

aaaaa

Print this item

  How to automatically align an image
Posted by: robrod26 - May-09-2020, 01:05 PM - Forum: Data Science - Replies (1)

I have dozens of images of this coin at various rotations (34, 120, 170, etc. degrees). What would be the easiest and best way in Python to automatica..... More

Print this item

  Having a hard time combining two parts of code.
Posted by: Coozeki - May-09-2020, 11:48 AM - Forum: General Coding Help - Replies (6)

Hey everyone!
It's been a week since I started making this script. The main idea was to make a script that will send a bitcoin price to my email ever..... More

Print this item

  TypeError: ENCODE Method, str instead of byte
Posted by: Rajath - May-09-2020, 11:01 AM - Forum: General Coding Help - Replies (1)

The code line in bold is giving me the following error, please help:
Traceback (most recent call last):
File "bath_dataset_lit_link.py", line 81, ..... More

Print this item

  Understanding how reassignment works
Posted by: Shreya10o - May-09-2020, 10:50 AM - Forum: General Coding Help - Replies (4)

I tried the following code, the for loop was not changing the original variables but only printing out the changed results. Meaning, ..... More

Print this item

  use for without in
Posted by: bermudj - May-09-2020, 10:33 AM - Forum: General Coding Help - Replies (6)

Hi,

Are there situations where one can use a for without an in?

Usually the for loop is

for x in whatever:
.....

I get the impression tha..... More

Print this item

  Adding loop results as rows in dataframe
Posted by: Shreya10o - May-09-2020, 09:34 AM - Forum: General Coding Help - Replies (2)

How do I make this for loop print the results as respective rows of the same dataframe. I tried this code but it doesn't seem to be working.

[pytho..... More

Print this item

  changing title text to bold in tkinter
Posted by: Kumarkv - May-09-2020, 08:42 AM - Forum: GUI - Replies (2)

How can i change title bar text to bold in tkinter.

i am getting below error

root.title("Counter Example", font="bold")
[error..... More

Print this item

  Iteration, selection and adding
Posted by: gandy - May-09-2020, 06:27 AM - Forum: General Coding Help - Replies (1)

First post here.
I'm trying to get the value of the cards in PlayersHand and add them.Then 'hit' a new card and add it to variable 'score'.
I've see..... More

Print this item

  pygame module not found on Idle after installing on Mac
Posted by: crunchypen - May-09-2020, 05:15 AM - Forum: Game Development - Replies (1)

Hi
Iam a beginner and
I am trying to install pygame on Mac OS. I tried a lot of times using a lot of stuff. To name a few:

python3 -m pip inst..... More

Print this item

  "SamiOS" A Python Project
Posted by: MarxMarc - May-09-2020, 04:21 AM - Forum: Code sharing - No Replies

So, I was working on this little project in Python. I know it's not really an Operating System, but It's a cool idea, if you have any suggestions for ..... More

Print this item

  Looking for programmer to help with my visual learning project
Posted by: Kai_dotcom - May-09-2020, 03:33 AM - Forum: Jobs - Replies (1)

Hi everyone, my name is Kai and I'm designing a visual learning material for my expertise: a certain subject in finance. The idea is to help people le..... More

Print this item

  I need my compiled Python Mac app to accept a file as a parameter
Posted by: Oethen - May-09-2020, 02:06 AM - Forum: General Coding Help - Replies (2)

I compiled my Python script to a Mac app. I need to have accept a file as a parameter (drag and drop onto app). I know I need to edit the info.plist a..... More

Print this item

  [Django] css file is not applying to the page
Posted by: SheeppOSU - May-09-2020, 01:43 AM - Forum: Web Scraping & Web Development - Replies (1)

I have a link to a css file in my html but it's not applying to the site. There are no errors and when I go to inspect -> sources the css file is not ..... More

Print this item

  Package installed through Anaconda "not found" by Python
Posted by: zonova - May-08-2020, 11:50 PM - Forum: General Coding Help - No Replies

I'm trying to install the python package "quspin" on windows through Anaconda, following the instructions here:
http://weinbe58.github.io/QuSpin/Inst..... More

Print this item

  Getter/Setter : get parent attribute, but no Getter/Setter in parent
Posted by: nboweb - May-08-2020, 10:40 PM - Forum: General Coding Help - Replies (2)

Hi all,

Trying to understand getter/setter...

The following code works fine.
B.x always returns 1 more than A.x (only interested in getters in ..... More

Print this item

  Rearrange Columns in a CSV File
Posted by: rjj920 - May-08-2020, 10:06 PM - Forum: General Coding Help - Replies (1)

Hello,

I've got a file that I am trying to reformat into a new file, but am having issues with the code I am using. It is adding a blank row in be..... More

Print this item

  How to do datascience with genoma? Or other thing that uses all computer tech mine
Posted by: enriquemesa8080 - May-08-2020, 09:37 PM - Forum: Data Science - Replies (1)

Hello. I am a computer science student, who wants to work with a data science project.

I am currently looking for bioinformatics. How this can be m..... More

Print this item

  Issue with item counter
Posted by: Ayckinn - May-08-2020, 09:10 PM - Forum: Game Development - Replies (5)

Hi everyone Big Grin ,

I'm new on this forum and i'm student in Python.

Ok here is my issue.
I need to create a game by using an item coun..... More

Print this item

  Pygame lag
Posted by: CrazyMakes - May-08-2020, 09:09 PM - Forum: Game Development - Replies (6)

So my Pygame game has a lag issue its a clicker game and I think the lag is caused by the auto miner and I have tried a few things to fix it but I cou..... More

Print this item

  Building Skills in Object-Oriented Design
Posted by: menator01 - May-08-2020, 08:25 PM - Forum: Tutorials - Replies (3)

I do not know where to post this but, the book that is in the thread subject gives a 403 error.

Print this item

  Mensagem error
Posted by: Dalpi - May-08-2020, 06:49 PM - Forum: General Coding Help - Replies (4)

Dear all, after update Anaconda the old programs are not running in the new version.
Below are the program and the error mensagem. Somebody could hel..... More

Print this item

  How can I make a plot representing connection relationship with python matplotlib?
Posted by: Berlintofind - May-08-2020, 06:32 PM - Forum: General Coding Help - Replies (1)

I want to make a plot composed of of dots and connections lines with matplotlib. (It's not a bar chart or normal line chart with axis)

For example, I..... More

Print this item

  installing vader in python
Posted by: apokar2020 - May-08-2020, 06:32 PM - Forum: Data Science - Replies (6)

Hello everyone, i'm an inexperienced user in python and i have a problem. I need to do condact a sentiment analysis using vader and i dont know how t..... More

Print this item

  'numpy.ndarray' object is not callable
Posted by: ato_cr - May-08-2020, 05:48 PM - Forum: Data Science - Replies (1)

distances = np.zeros(points.shape[0])

for i in range(len(distances)):
    distances[i] = distances(p, points[i])
        
[er..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Brazil Python Help to aut... 10 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... 579219
  Tutorial Requ... 511996
  Web Scraping ... 442156
  Newbie with P... 386272
  New Users Int... 379303
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
python 6
metulburr 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