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,282
» Latest member: MattCarters
» Forum threads: 38,793
» Forum posts: 175,871

Full Statistics

Online Users
There are currently 57 online users.
» 0 Member(s) | 52 Guest(s)
Applebot, Google, Bing, AOL

Latest Threads
iBolt Cyber Hacker Recove...
Forum: General Coding Help
Last Post: MattCarters
23 minutes ago
» Replies: 0
» Views: 1
data fetching for indian ...
Forum: General Coding Help
Last Post: drakhsin
9 hours ago
» Replies: 0
» Views: 39
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Yesterday, 08:30 PM
» Replies: 0
» Views: 37
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:15 AM
» Replies: 4
» Views: 1,469
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 122
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 49
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,042
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,292
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 343
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 181

 
  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

  can't assign to operator
Posted by: Calli - Apr-13-2020, 01:38 PM - Forum: Web Scraping & Web Development - Replies (2)

I am trying to scrap this jokes from the website but i get the assignment operator error
[python]

from urllib.requests import urlopen as uReq
fro..... More

Print this item

  Creatiing a tree from an xml element and all its descendant
Posted by: arbiel - Apr-13-2020, 01:31 PM - Forum: Code sharing - Replies (1)

Hi

Sorry for the disturbance. My trouble was that I had some difficulties for creating an xml document from an element and its descendants. I actua..... More

Print this item

  Python - Keyboard module - Threading problem
Posted by: ppel123 - Apr-13-2020, 01:02 PM - Forum: General Coding Help - Replies (1)

Hi everyone,
I am working on an app and trying to create a corrector and I am using keyboard module for the correction.
I have created two classes, ..... More

Print this item

  NOI 2013 Q1
Posted by: smgfour - Apr-13-2020, 12:47 PM - Forum: Homework - Replies (10)

The question for this problem is below:

A scientist wants to study how the rising sea level changes the landscape, in particular, how it changes th..... More

Print this item

  Lambda function recursion error
Posted by: DeadlySocks - Apr-13-2020, 11:37 AM - Forum: General Coding Help - Replies (1)

So basically i am having trouble with the following Code. Whenever i run it, in the 3rd iteration the programm throws a RecursionError.
[python]
lst..... More

Print this item

  Networking Help
Posted by: iMuny - Apr-13-2020, 11:31 AM - Forum: Networking - Replies (1)

Hello everyone, i hope everyone is fine. This is not specifically a Python issue per se, however, I'm lacking a bit of networking understanding and am..... More

Print this item

  Redirect to __stdout__ fails in IDLE shell
Posted by: Pavel_47 - Apr-13-2020, 11:00 AM - Forum: General Coding Help - Replies (1)

Hello,
After redirecting to a file I can't return back.
I used sys.stdout = sys.__stdout__
but still no any output to shell window.

Print this item

  Take particular symbol from textbox help
Posted by: samuelbachorik - Apr-13-2020, 09:37 AM - Forum: General Coding Help - Replies (3)

Hello dear users, i have trouble with getting particular symbol from my textbox. For example i have in my textbox -> 5 + 5m

And i want to ask yo..... More

Print this item

  What is the best way to return these 4 integer values?
Posted by: Pedroski55 - Apr-13-2020, 08:48 AM - Forum: General Coding Help - Replies (4)

I have a little Python program to resize pdfs. Works OK for my purposes.

I want to cut it up into functions.

The first function takes the pdf and sp..... More

Print this item

  Powerball List
Posted by: jackthechampion - Apr-13-2020, 07:13 AM - Forum: Homework - Replies (1)

So I need to make a power ball list heres the details

Write a program that simulates a mini game of powerball. In this game, a ticket consists of 3..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  iBolt Cyber Hacker Recove... 23 minutes ago MattCarters MattCarters General Codin...
  data fetching for indian ... 9 hours ago drakhsin drakhsin General Codin...
  Brazil Python Help to aut... Yesterday, 20:30 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
Most views
  The best Prog... 579236
  Tutorial Requ... 512060
  Web Scraping ... 442168
  Newbie with P... 386287
  New Users Int... 379397
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
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
MattCarters Today
drakhsin Today
MileHigh303 Yesterday
ndx101 Yesterday
OtiliaBecker Yesterday

User Panel Messages

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