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,279
» Latest member: ndx101
» Forum threads: 38,790
» Forum posts: 175,868

Full Statistics

Online Users
There are currently 40 online users.
» 0 Member(s) | 34 Guest(s)
Bing, Google, Apple, Mojeek, Google Image

Latest Threads
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
11 hours ago
» Replies: 4
» Views: 1,455
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Yesterday, 02:10 PM
» Replies: 2
» Views: 104
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Yesterday, 06:48 AM
» Replies: 0
» Views: 39
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:59 AM
» Replies: 11
» Views: 6,014
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:46 AM
» Replies: 2
» Views: 4,286
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 312
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 156
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 220
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,118
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 263

 
  Pandas installation error
Posted by: pyzyx3qwerty - Jun-03-2020, 04:34 PM - Forum: General Coding Help - Replies (3)

I use VS Code, with Anaconda installer on Mac. So I tried using pandas package for the first time and I wasn't sure if I had the package or not. I ran..... More

Print this item

  While loop = False
Posted by: NectDz - Jun-03-2020, 04:08 PM - Forum: General Coding Help - Replies (1)

I am making a tic tac toe game and I set a while loop = game but when I call my check_X_Repeat function to make it false it does not do so I want to k..... More

Print this item

  How to eliminate unwanted spaces
Posted by: Mohan - Jun-03-2020, 04:02 PM - Forum: General Coding Help - Replies (5)

Hi,
I am new to python. I have a device. This device gives serial data. When I read the serial data using python I can see that data is something lik..... More

Print this item

  How to use a variable from a flask page to another
Posted by: Need_Not - Jun-03-2020, 03:59 PM - Forum: General Coding Help - No Replies

Hello so i'm trying to take the variables guild_api,guildname, and guild_name from my flask page /guild/ and be able to also use them on flask game /g..... More

Print this item

  How can I make this server stop listening for connections to sockets
Posted by: Emekadavid - Jun-03-2020, 02:28 PM - Forum: General Coding Help - No Replies

I was using this tutorial online which explains a simple client-server script for python networking. The server side ran well but when I closed the cl..... More

Print this item

  Expanding RPS to tkinter
Posted by: menator01 - Jun-03-2020, 01:56 PM - Forum: GUI - Replies (4)

First I apologize for pasting all the code.

So I'm trying to expand my rps game to tkinter but, I cant seem to figure out how to have one instance ..... More

Print this item

  access dictionary with keys from another and write values to list
Posted by: redminote4dd - Jun-03-2020, 12:13 PM - Forum: General Coding Help - Replies (6)

Hello!

I have a list of keys from a dictionary and I want to these keys to get the values from another dictionary where the keys are the same and w..... More

Print this item

  How to use nb-black python cde formatter
Posted by: ErnestTBass - Jun-03-2020, 11:38 AM - Forum: General Coding Help - Replies (3)

I have used the python code formatter nb_black. I have not used it in about a year. I have some python code that needs formtting. I am always a little..... More

Print this item

  How can I change a string.
Posted by: Mike Ru - Jun-03-2020, 10:03 AM - Forum: General Coding Help - Replies (3)

I have a string. I need to find words and change them if it there are over there.
I am trying something like this. But I doesn't work.
I need to get..... More

Print this item

  problem with the return of flask
Posted by: loutsi - Jun-03-2020, 10:03 AM - Forum: Web Scraping & Web Development - Replies (4)

I have already built an lstm model and now I want to post some values and get back the results.

so when I go to the postman and in http://127.0.0.1..... More

Print this item

  Unable to install virtual environment on python 3.8.3
Posted by: Allen10 - Jun-03-2020, 09:59 AM - Forum: General Coding Help - Replies (4)

Hi,
I tried installing a virtual environment on python 3.8.3 and I kept getting the error shown below:
"Error: could not find a version that satisfi..... More

Print this item

  Basic logical errors
Posted by: cpopescu - Jun-03-2020, 09:35 AM - Forum: General Coding Help - Replies (3)

Hi everybody!

I'm trying to learn python from a book written by Eric Matthes. Right in the introduction he mentions how, as a child, he programmed ..... More

Print this item

  Access phone via Bluetooth
Posted by: maxwell - Jun-03-2020, 09:10 AM - Forum: General Coding Help - Replies (2)

Dear all,
I am new to Python, so please, bear with me. I have a PI4 (running Raspbian) with a Raspberry touchscreen which is all working fine. Ultima..... More

Print this item

  [split] Very basic coding issue
Posted by: aary - Jun-03-2020, 08:47 AM - Forum: General Coding Help - Replies (4)

[python]age = int(input('please enter your age: '))
try:
if age > 0:
print("You are", age, "years old!")
elif age > 90:
p..... More

Print this item

  string parsing with re.search()
Posted by: delahug - Jun-03-2020, 08:24 AM - Forum: Web Scraping & Web Development - Replies (9)

hi,

i've been trying to parse a string using the re.search function but am running into trouble when it encounters ½ (the numeral representation of..... More

Print this item

  Loop In Python
Posted by: ankitdixit - Jun-03-2020, 07:09 AM - Forum: News and Discussions - Replies (6)

Hello All, I am learning python and I want to know the difference between while loop, do while loop, and for loop? Can anyone tell me the difference w..... More

Print this item

  4 tries choice question, one difficulty
Posted by: extricate - Jun-03-2020, 07:04 AM - Forum: Homework - Replies (4)

Hi there,

I have come up with this code, after 4 tries, it is supposed to say "Out of tries" but before it says "Out of tries", it will say "Try ag..... More

Print this item

  [Socket] Is there a way to recognize a client by their device?
Posted by: SheeppOSU - Jun-03-2020, 04:37 AM - Forum: Networking - Replies (1)

I'm using socket to make a type of online game, so I plan to make a login system. Is there a way to recognize a device that has logged in before, for ..... More

Print this item

  Very basic coding issue
Posted by: mstichler - Jun-03-2020, 04:08 AM - Forum: General Coding Help - Replies (3)

Hello,

I am teaching myself python and am in the very very beginning stages and have come across my first snag. I'm unsure why this code isn't work..... More

Print this item

  CSV date format
Posted by: Kumarkv - Jun-03-2020, 03:00 AM - Forum: General Coding Help - Replies (1)

Hi,

I have a CSV with two columns with a date and float value
The date format is 2019/04/02 Tuesday 08:00:00
yyyy/MM/dd EEEE HH:mm:ss

How to c..... More

Print this item

  Merge 2 dataframes but avoid double summing of rows?
Posted by: vinaysalian17 - Jun-03-2020, 01:48 AM - Forum: General Coding Help - No Replies

Hi,

I am merging 2 dataframes (DF1 and DF2) with many to many relationships.
The merge works fine but the result duplicates the "Amount" values in..... More

Print this item

  Create image on a Toplevel using tkinter
Posted by: ViktorWong - Jun-02-2020, 11:49 PM - Forum: GUI - Replies (3)

I'm using tkinter to create a login system. The main window goes as:

[python]
my_window=tkinter.Tk()
my_window.title('Welcome To Login System 1.0..... More

Print this item

  Reading Multiple Lists Using SUM function
Posted by: dgrunwal - Jun-02-2020, 09:47 PM - Forum: General Coding Help - Replies (6)

Hello,

Here is the code I am trying to improve - can longer lists be read from a file and looped through and printed?

[python]
p8262 = [331, ..... More

Print this item

  selection sort
Posted by: Truman - Jun-02-2020, 09:44 PM - Forum: Data Science - Replies (2)

[python]
import numpy as np

def selection_sort(x):
for i in range(len(x)):
swap = i + np.argmin(x[i:])
(x[i], x[swap]) = (x..... More

Print this item

  Simple code error please help
Posted by: bntayfur - Jun-02-2020, 09:10 PM - Forum: General Coding Help - Replies (7)

[python]
try:
age=int(input('please enter your age: '))
if age> 0:
print("You are" + age + "years old!")
elif age> 90:
..... More

Print this item

  input check help!
Posted by: bntayfur - Jun-02-2020, 08:06 PM - Forum: General Coding Help - Replies (3)

Hello, i am new to Python so i couldn't figure out how to check the input.

I want to get an input from the user(integer or float) and want to give ..... More

Print this item

  Developers with networking skills needed for a project
Posted by: TheNextBigThing - Jun-02-2020, 08:05 PM - Forum: Jobs - Replies (3)

I currently work on a project that requires networking programming in python,

The main software i need is a program that when installed, it will c..... More

Print this item

  Change Text Size in Console?
Posted by: ShakeyPakey - Jun-02-2020, 07:58 PM - Forum: General Coding Help - Replies (9)

Hello, everyone!

On Windows 10, I am creating a Python script, but the text output in the console is too tiny. I am aware that I can right-click on..... More

Print this item

  [Errno 1] Operation not permitted
Posted by: whois1230 - Jun-02-2020, 07:47 PM - Forum: General Coding Help - Replies (8)

Hello, I'm trying to run the following program, but I'm getting an error. My OS is Linux Ubuntu 18.04 LTS and the IDE is IDLE.
[python]#!/usr/bin/pyt..... More

Print this item

  Connection timed out error when connecting to SQL server
Posted by: kenwatts275 - Jun-02-2020, 07:13 PM - Forum: General Coding Help - Replies (2)

Hello all,
I am trying to connect to MariaDB on my LINUX server from my PC using the Python mysql.connector.
I can connect to the server via ssh so ..... More

Print this item

  Design of scantling calculation program. Newbie
Posted by: ruy - Jun-02-2020, 06:59 PM - Forum: News and Discussions - Replies (2)

Hi there,

I have basic coding knowledge and I'm trying to write my first project to hone out my skills. I've done plenty of tutorials, have a grasp..... More

Print this item

  If elif else statement not functioning
Posted by: SamDiggityDog - Jun-02-2020, 06:34 PM - Forum: General Coding Help - Replies (4)

I am coding a text based game and I need to find out the name of the players character, and confirm that it is spelled correctly.

[python]def name_..... More

Print this item

  Scraping Data issues
Posted by: TrexKikBut - Jun-02-2020, 05:49 PM - Forum: Web Scraping & Web Development - Replies (1)

I'm trying to scrape data from a game's market and use the data to track it.

So I have the scraper log in, it goes and pulls some items on the mark..... More

Print this item

  Open URL via proxy
Posted by: perseus142 - Jun-02-2020, 04:52 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello team,
I am newbie and I am looking for help.
I would like to access a webpage and retrieve data - sound easy, right ?
However I have to use ..... More

Print this item

  ERR_CONNECTION_CLOSED
Posted by: Tanjeel - Jun-02-2020, 04:33 PM - Forum: Web Scraping & Web Development - Replies (3)

I was trying to download chrome webdriver but it shows ERR_CONNECTION_CLOSED
I'm trying for like 3-4 hrs I thought connection problem at first but it..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My goal to be hired worki... 11 hours ago GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... Yesterday, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... Yesterday, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... Yesterday, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... Yesterday, 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...
  PermissionError: [Errno 1... 11-17, 08:44 Tuurbo46 Tuurbo46 GUI
Most views
  The best Prog... 579199
  Tutorial Requ... 511951
  Web Scraping ... 442147
  Newbie with P... 386226
  New Users Int... 379184
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
ndx101 Today
OtiliaBecker Today
NAGASOWMYAGUNDU Yesterday
shipa1autotransport Yesterday
eastnoob 11-19

User Panel Messages

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