Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,974
» Latest member: Williamcaurb
» Forum threads: 38,732
» Forum posts: 175,558

Full Statistics

Online Users
There are currently 36 online users.
» 0 Member(s) | 25 Guest(s)
Facebook, Bing, Applebot, Google, AOL, Mojeek, AOL

Latest Threads
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
28 minutes ago
» Replies: 2
» Views: 709
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
7 hours ago
» Replies: 6
» Views: 737
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
8 hours ago
» Replies: 0
» Views: 62
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
11 hours ago
» Replies: 8
» Views: 461
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,841
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,240
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,808
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,213
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,169
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,473

 
  How best to install easygraphics
Posted by: Barry_Uk - Apr-14-2020, 06:05 PM - Forum: General Coding Help - Replies (10)

I am a relative newbie aged 74 years and have been following the online "Python for Everyone" course
run by University of Michigan.I have a Macbook p..... More

Print this item

  Screen special characters
Posted by: ebolisa - Apr-14-2020, 05:56 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi,

The code below receives a Submit from an url and extracts the ssid and password names from it.

To screen the special characters, a 'replace'..... More

Print this item

  tkinter and image paths
Posted by: menator01 - Apr-14-2020, 05:23 PM - Forum: GUI - Replies (2)

In the project I'm working on, I have to put full paths to images starting from the root directory. Does tkinter not start the path in the working dir..... More

Print this item

  Error using Cx_Oracle
Posted by: naya - Apr-14-2020, 04:39 PM - Forum: Data Science - Replies (2)

Hello,

I am kinda new to python and i need help with my code.
I am trying to use cx_Oracle to insert my data from a flat file into my oracle data..... More

Print this item

  Please share what can be achieved using Django Middleware?
Posted by: ankitnew - Apr-14-2020, 04:11 PM - Forum: Web Scraping & Web Development - Replies (3)

Please share what can be achieved using Django Middleware?

1)Cross site script validation 2)Connect database for CRUd operations 3)User authenticat..... More

Print this item

  Data Type conversion error
Posted by: rajeevjagatap - Apr-14-2020, 04:01 PM - Forum: General Coding Help - Replies (2)

When trying to convert a column to datetime format I get this error.

Error:
|Could not convert object to NumPy datetime|
I am trying the..... More

Print this item

  help with new window
Posted by: fsabino - Apr-14-2020, 03:28 PM - Forum: GUI - Replies (3)

Hello,

I want to do the Math when I click in the first button,but the value is not updating after the second time.
I need to close the window and ..... More

Print this item

  Grids
Posted by: menator01 - Apr-14-2020, 03:28 PM - Forum: GUI - Replies (1)

I been following the tutorial here on grids making my own little project and have ran into a snag.
I have a menu of button across the top and can't s..... More

Print this item

  Trouble with "from…import…as"
Posted by: arbiel - Apr-14-2020, 01:57 PM - Forum: General Coding Help - Replies (2)

Hi

Trying to understand how to use "from…import…as"

I recorded in "test.py" this extract from a script I'm presently coding

[python]
#!/usr/..... More

Print this item

  Regarding PHP
Posted by: jk91 - Apr-14-2020, 01:47 PM - Forum: Bar - Replies (1)

Hi,

Can I ask a PHP related problem here ?


Thanks

Print this item

  hi everyone , i new to
Posted by: sindraka - Apr-14-2020, 01:34 PM - Forum: Networking - Replies (1)

[python]import sys
import requests
import json
import os
TOKEN = (os.getenv("UPTIMEROBOT_API_KEY") or "#########")
DEBUG = True
API_ENDPOINT = "..... More

Print this item

  Create multiple quiver plots 3D array
Posted by: PengEng - Apr-14-2020, 12:57 PM - Forum: Data Science - No Replies

I am trying to create multiple (this can either be animated or navigated through using matplotlib tools) 2D quiver plots from 3D arrays.

My inputs..... More

Print this item

  Select column between to dates CSV data
Posted by: PythonJD - Apr-14-2020, 12:22 PM - Forum: Data Science - No Replies

Hello,

My wish is to select the values in a column (for example column FG) between two dates.
======
This is a sample of the CSV data:

STN,YYY..... More

Print this item

  PyTest >> Yaml parsed data to create api test request
Posted by: AmR - Apr-14-2020, 11:41 AM - Forum: General Coding Help - No Replies

I have a YAML file in db. I am pulling yaml and getting the required param to build PyTest requests.
Seems like I am good till getting expected param..... More

Print this item

  How to detect the text above lines using OpenCV in Python
Posted by: pframe - Apr-14-2020, 09:44 AM - Forum: General Coding Help - No Replies

I am having trouble looping through an image with lines and extract region of interest(roi) above those lines.
My code :
[python]
import cv2
import nu..... More

Print this item

  To inherit from serverSocket.BaseServer or not?
Posted by: DungeonCreature - Apr-14-2020, 09:11 AM - Forum: Networking - Replies (3)

Quote:Line 201. ...May be extended, do not override."""

This line is from serverSocket.py.BaseServer class on the prescribed line. It does..... More

Print this item

  Bytearray substitution
Posted by: Vismuto - Apr-14-2020, 08:40 AM - Forum: General Coding Help - Replies (1)

Hi everyone!

I want to make an array of bytes like this: my_array= b'\x01\x00\x00\x01\xff\xff'
Then substitute the 4th element to b'\x50'
if I h..... More

Print this item

  500 Internal Server Error Flask Api on Lighttpd
Posted by: koklimabc - Apr-14-2020, 08:10 AM - Forum: Networking - No Replies

I've struggling for few days to build Flask Api under Lighttpd (under Rasp Pi) but having problem of "500 Internal Server Error".

under "[b]/var/ww..... More

Print this item

  problem with data type
Posted by: timthebouncer - Apr-14-2020, 07:36 AM - Forum: Homework - Replies (7)

Hi guys,
I am struggling on resolving a question which says:

bookstore() takes 2 string arguments: book & price
bookstore returns a string in sen..... More

Print this item

  ModuleNotFoundError
Posted by: TryingHardSoftware - Apr-14-2020, 07:30 AM - Forum: General Coding Help - Replies (2)

Can someone help me how can I fix this code,
I think something wrong or my matplotlib doesn't work properly.
In my cmd I've install MY matplotlib us..... More

Print this item

  Appending a dictionary to csv file
Posted by: zahra_vaziri - Apr-14-2020, 04:30 AM - Forum: General Coding Help - No Replies

Hi,

In a for loop I initially have the following dictionary:

[inline]dict1={'a':[[1,2],[3,4],[5,6]],'b':[[11,22],[33,44],[55,66]],'c':[[111,222]..... More

Print this item

  What good book in Data science ?
Posted by: bashar - Apr-14-2020, 03:29 AM - Forum: Data Science - No Replies

What good book in Data science ?

Print this item

  float constants
Posted by: Skaperen - Apr-14-2020, 01:12 AM - Forum: News and Discussions - Replies (2)

i don't see any of these kinds of float constants defined in the obvious modules.

1. the highest possible float value.
2. the lowest possible fl..... More

Print this item

  Cookie and Session
Posted by: JohnnyCoffee - Apr-14-2020, 12:47 AM - Forum: General Coding Help - Replies (6)

Hi, is there any native python module that I can use to work with cookie and session ?

Print this item

  Plotting Help
Posted by: mogsb19 - Apr-13-2020, 11:08 PM - Forum: General Coding Help - No Replies

Hello, I'm pretty new to python and have been trying to create a graph with 6 different vectors with different colour arrows. I can't seem to get the ..... More

Print this item

  where can i post beginer questions?
Posted by: gr3yali3n - Apr-13-2020, 09:18 PM - Forum: Bar - Replies (6)

i am just starting to teach myself python i am also taking courses on udemy
but i do not want to post questions on here that are just going to anno..... More

Print this item

  how can i send a list of tuples from the server to the client using sockets?
Posted by: dafdaf - Apr-13-2020, 09:06 PM - Forum: Networking - Replies (1)

I have a list of tuples that I don't know the length of (I selected it from a sqlite3 database table).

how can I send this list from the server t..... More

Print this item

  Database structure (no code?)
Posted by: BlackmoreSteve620721 - Apr-13-2020, 07:56 PM - Forum: General Coding Help - Replies (1)

Hello geniuses!

I am a Python amateur so before I even start my coding project I would appreciate some direction.
I have a (VBA exercise) Excel a..... More

Print this item

  selenium prints weird things...
Posted by: julio2000 - Apr-13-2020, 06:16 PM - Forum: Web Scraping & Web Development - No Replies

When I run my selenium program. It prints out this while refreshing the website:
[output]
DevTools listening on ws://127.0.0.1:53156/devtools/browse..... More

Print this item

  TimeoutException
Posted by: julio2000 - Apr-13-2020, 06:10 PM - Forum: Web Scraping & Web Development - Replies (1)

When I'm running my program that monitors a product page (with selenium) until the product is instock I sometimes get the following error after a whil..... More

Print this item

  Finance projet - Any Volunteers??
Posted by: Houssam - Apr-13-2020, 05:22 PM - Forum: Data Science - Replies (2)

Hello everyone,
I am new to this forum.
I am an Investment portfolio manager seeking python coders who would be interested to work on a portfolio an..... More

Print this item

  Acces Flask Web App Using Other Devices
Posted by: shallanq - Apr-13-2020, 04:36 PM - Forum: Web Scraping & Web Development - Replies (1)

I am only able to access the web app using the web browser on my raspberry pi when i key in "127.0.0.1:5000" to the browser. But when i key in the sam..... More

Print this item

  add all variables to a list
Posted by: faszination_92 - Apr-13-2020, 03:47 PM - Forum: General Coding Help - Replies (6)

hi guy, i'm really struggeling cause i don't find something to add all Variables to a list at once.

[python]var_one = 1
var_two = 2
var_three = 3..... More

Print this item

  Read json array data by pandas
Posted by: vipinct - Apr-13-2020, 02:24 PM - Forum: Data Science - No Replies

we have an existing script to read json file from S3 and convert into parquet format, data receiving below format and we are able to read by below cod..... More

Print this item

  [split] problem with function return value
Posted by: ops - Apr-13-2020, 01:40 PM - Forum: Homework - Replies (1)

HELP ME TO SOLVE THIS problem USING FUNCTION
A teacher in a school wants to find and display the grade of a student based on his/her percentage sco..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My goal to be hired worki... 28 minutes ago GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 7 hours ago llarkin6 noisefloor General Codin...
  Integer Factorization Too... 8 hours ago fosuwxb fosuwxb Code sharing
  Comparing 2 100GB Drives/... 11 hours ago tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577311
  Tutorial Requ... 500559
  Web Scraping ... 440982
  Newbie with P... 385017
  New Users Int... 369475
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12090
buran 8176
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Williamcaurb Yesterday
sophielane Yesterday
Oscar0057 Yesterday
Cromulent Yesterday
PhamMaria Yesterday

User Panel Messages

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