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,284
» Latest member: Stephenchers
» Forum threads: 38,793
» Forum posts: 175,876

Full Statistics

Online Users
There are currently 37 online users.
» 2 Member(s) | 29 Guest(s)
Bing, Google, Apple, AOL, Mojeek, lovedeep, kshahzad1985

Latest Threads
LhanePulse
Forum: General Coding Help
Last Post: Gichardaxora
3 hours ago
» Replies: 0
» Views: 16
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 12:05 PM
» Replies: 5
» Views: 118
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,070
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,299
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 367
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 206

 
  Order of operations for reassignment of a variable
Posted by: StillAnotherDave - Jan-21-2020, 12:10 PM - Forum: Homework - Replies (1)

Hello folks,

A quick question about the following lines:

x=x**3+2
x=3*x+1
If I were to write this as an equivalent sing..... More

Print this item

  Matrix Search and Calculation Pandas
Posted by: luxlambo227 - Jan-21-2020, 11:19 AM - Forum: Data Science - Replies (5)

Dear all,

I have problems with a matrix search and calculation. This is my problem.
I have a df1 with different year values for each indicator and c..... More

Print this item

  Need help solving this
Posted by: Houston222 - Jan-21-2020, 09:02 AM - Forum: General Coding Help - Replies (3)

[Image: BRzRZMR]

Hi ,rather new at python and need help solving this

It would seems that i am not able to generate more than 2 ..... More

Print this item

  Spawning platforms that don't touch
Posted by: michael1789 - Jan-21-2020, 07:21 AM - Forum: Game Development - Replies (15)

I have this from a "doodle jump" type game.

[python]
while len(self.platforms) < 7:
width = random.randrange(50, 100)
Pl..... More

Print this item

  json.dumps output error in python3
Posted by: prayuktibid - Jan-21-2020, 06:23 AM - Forum: General Coding Help - Replies (2)

I am trying to send a dict file in JSON fromat usin "ujson.dumps" method to local http server. After executing ujson.dumps the output get changes.
..... More

Print this item

  Best compiler for windows or mac linux
Posted by: Shadowdevelopment - Jan-21-2020, 02:25 AM - Forum: News and Discussions - No Replies

Guys i have just made an account as i have seen a lot of programing around the linux O/S which i find fun as i would find windows is great implementat..... More

Print this item

  flask show while calculating
Posted by: keuninkske - Jan-20-2020, 10:04 PM - Forum: Web Scraping & Web Development - Replies (7)

hello,

i am wondering if flask has the ability to render the template already halfway trough the calculation
following is example code

[python]..... More

Print this item

  0 - 1 KnapSack problem
Posted by: Stryker - Jan-20-2020, 09:27 PM - Forum: Homework - Replies (1)

Hey folks, at the moment I am desperately trying to solve a problem with the well known KnapSack problem.
For those who don't know about it: The knap..... More

Print this item

  Missing Python Library
Posted by: Novecento99 - Jan-20-2020, 08:53 PM - Forum: General Coding Help - Replies (8)

Hi everyone:)
I'm playing around with my raspberry, precisly I'm trying to retrieve some info from the mic with python.
I found this library which a..... More

Print this item

  How to plot data from live datasource?
Posted by: Makada - Jan-20-2020, 08:38 PM - Forum: General Coding Help - Replies (14)

Hi,

Ive managed to get live data from the web in code below.
Now i try to make a graph from that data.
Im getting data in numbers and when i run..... More

Print this item

  handling and focus in a window
Posted by: cimerio - Jan-20-2020, 08:19 PM - Forum: General Coding Help - Replies (3)

Hi there.

I need to learn how to access window of other programs, to send data and manipulate.
below its what I need. I made the script with autoh..... More

Print this item

  TypeError: '<' not supported between instances of 'str' and 'int'
Posted by: Svensation - Jan-20-2020, 07:28 PM - Forum: General Coding Help - Replies (5)

Dear all

I just tried my first steps with Python and found a - on the first sight - simple example in the internet. I tried to do it exactly the sa..... More

Print this item

  Raspberry pi to computer
Posted by: RandomCoder - Jan-20-2020, 07:15 PM - Forum: General Coding Help - Replies (1)

Is it possible to connect a raspberry pi to a computer, so that if a certain function is triggered on the raspberry pi, i can output results on the co..... More

Print this item

  ISS Location Finder problem
Posted by: birdwatcher - Jan-20-2020, 06:22 PM - Forum: General Coding Help - Replies (7)

Hey guys,

I have been doing the 'Where is the Space Station?' project on the wonderful Raspberry Pi website and have encountered a problem. When I ..... More

Print this item

  tkinter checkbutton if checked
Posted by: MC2020 - Jan-20-2020, 05:45 PM - Forum: GUI - Replies (2)

Hi - I am learning python and need help with this code. I have researched online, but haven't been able to find an answer for what I'm looking for.
..... More

Print this item

  IndexError: tuple index out of range ?
Posted by: JohnnyCoffee - Jan-20-2020, 05:06 PM - Forum: Web Scraping & Web Development - Replies (4)

I have a perfectly functioning code that accesses certain array indexes with problems!

The following message appears in the terminal: IndexError: t..... More

Print this item

  open cv ->pygame: turn image into location
Posted by: Gamedeveloper - Jan-20-2020, 03:59 PM - Forum: Game Development - Replies (1)

Hi.

I have built a physical maze (black background, white walls) and want to make it digital.
I have used edge detection in open cv and it detects al..... More

Print this item

  output mismatching when porting a python from python2 env to python3 env
Posted by: prayuktibid - Jan-20-2020, 03:46 PM - Forum: General Coding Help - Replies (2)

I am porting a python code which was written in python2 into the latest python3.8. I made some minor changes in syntax without changing the main logic..... More

Print this item

  Extracting hole-coordinates from a STEP-file
Posted by: Saksa - Jan-20-2020, 03:14 PM - Forum: General Coding Help - Replies (1)

Hi!

This might not be 100% Python specific, but since I am writing the script in Python, I thought to post this here.

I am trying to create a s..... More

Print this item

  Concatenate/Join/Merge two Dataframes
Posted by: karlito - Jan-20-2020, 01:05 PM - Forum: Data Science - Replies (4)

Hi,

I'm trying to concatenate two Dataframes with the same size but doesn't seem to work. any ideas? links to images
- my Dataframes: [url=https:/..... More

Print this item

  Downloading Images - Unable to find correct selector
Posted by: Brompy - Jan-20-2020, 08:01 AM - Forum: Web Scraping & Web Development - Replies (4)

I'm trying to write a script that 1) goes to a website 2) downloads and parses the HTML 3) downloads a comic image 4) selects the "previous comic butt..... More

Print this item

  App for excel sheet analysis
Posted by: awookado - Jan-20-2020, 08:00 AM - Forum: Homework - Replies (6)

Hey all,


A python beginner here. I need to create an app that will analyze excel sheets. The idea is:

1. A user inputs 2 excel sheets, one wil..... More

Print this item

  Should you include uneven data
Posted by: donnertrud - Jan-20-2020, 07:42 AM - Forum: Data Science - No Replies

Hi guys,

I am trying to make this post very short, because its a very general and simple question. I have a dataset which includes date as a feature...... More

Print this item

  please help me to install mysqlclient!!!
Posted by: njnkhanal - Jan-20-2020, 07:17 AM - Forum: General Coding Help - Replies (1)

i am having trouble,
when i inter 'pip install mysqlclient'
then it responce:

Collecting mysql
Downloading https://files.pythonhosted.org/pa..... More

Print this item

  Receiving XML exception from nmap.scan() results.
Posted by: PythonNmap - Jan-20-2020, 05:18 AM - Forum: General Coding Help - Replies (4)

Hi All,

I'm making use of the python-nmap library.

However, running a basic scan against 10.0.0.17/255.255.255.0 or more precisely 10.0.0.17/..... More

Print this item

  memory saving in Python
Posted by: Skaperen - Jan-20-2020, 01:16 AM - Forum: News and Discussions - Replies (5)

i am creating a script intended to fetch some large sets of data. this script is intended for public use. but it is very heavy on memory usage. par..... More

Print this item

  divide a number iin two
Posted by: marciotos - Jan-20-2020, 12:05 AM - Forum: Homework - Replies (2)

I got this easy homework but somehow i got stuck
i have to separte a number like: 1999 and math them as 19+19
I have done searches around but couldn..... More

Print this item

  Python calculator divide by zero help
Posted by: dock1926 - Jan-19-2020, 09:59 PM - Forum: General Coding Help - Replies (4)

I'm a beginner at python and I am building a calculator for a project and have everything working as needed except one small part. I have to get a sim..... More

Print this item

  TypeError
Posted by: Robb - Jan-19-2020, 09:54 PM - Forum: General Coding Help - Replies (2)

Hey there, Im absolutly new to Python, and I just cant find the mistake in this code. I took it from another source to illustrate an quantum mechanica..... More

Print this item

  Need some help with parsing
Posted by: jkessous - Jan-19-2020, 07:34 PM - Forum: Web Scraping & Web Development - Replies (11)

Hi Everyone,
First of all thanks for the assistance. I am a noob i python and need assistance with some website parsing.
The website requires a logi..... More

Print this item

  encode text
Posted by: elstolbo - Jan-19-2020, 06:45 PM - Forum: Homework - Replies (2)

hello programmers.
Please, I have a question about decoding a string that contains pinging. The whole ping is in the listbox, which I need to save as..... More

Print this item

  plotting 2d and 3d using pyqt5 and pyqtgraph and GLSurfacePlotItem
Posted by: kiyoshi7 - Jan-19-2020, 04:20 PM - Forum: GUI - Replies (1)

Hi, I am trying to plot two graphs in one window, one 2d and another 3d. I am able to get the 2d plot to work but when I try to plot in 3d using GLSur..... More

Print this item

  connecting to the spreadsheet object inside multiple enterprise software apps
Posted by: ajetrumpet - Jan-19-2020, 03:36 PM - Forum: General Coding Help - No Replies

hey you guys,

I need some help with this. I was recently contacted by a small business that needs a common sense solution. they want to put table..... More

Print this item

  Comparing data from two Excel sheets
Posted by: Stuart_Houghton - Jan-19-2020, 02:49 PM - Forum: General Coding Help - No Replies

Hi guys,

Pretty new to Python and taking a couple of courses.
As an SEO I'm looking at ways to use Python and Pandas on a day to day basis to hel..... More

Print this item

  CGI in python, problem with pandas, plotly.express and export html
Posted by: HK2432 - Jan-19-2020, 01:30 PM - Forum: General Coding Help - No Replies

Hello ! Smile

I need some help with my script in Python. I've two questions :


First question :


I'm creating a CGI whi..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  LhanePulse 3 hours ago Gichardaxora Gichardaxora General Codin...
  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... 579259
  Tutorial Requ... 512108
  Web Scraping ... 442185
  Newbie with P... 386294
  New Users Int... 379614
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
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
Stephenchers Today
alexferrina Yesterday
MattCarters 11-22
drakhsin 11-22
MileHigh303 11-21

User Panel Messages

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