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,401
» Latest member: oliviajuior7959
» Forum threads: 38,825
» Forum posts: 176,036

Full Statistics

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

Latest Threads
Check if running from she...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 11:52 AM
» Replies: 2
» Views: 169
Sorry Help
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 11:47 AM
» Replies: 2
» Views: 137
IP address for users
Forum: Networking
Last Post: DeaD_EyE
Dec-31-2025, 08:02 PM
» Replies: 6
» Views: 7,186
Merge video with subtitle...
Forum: General Coding Help
Last Post: OtiliaGen
Dec-31-2025, 07:58 AM
» Replies: 28
» Views: 15,679
Opencv findContours Q
Forum: General Coding Help
Last Post: Pedroski55
Dec-30-2025, 12:11 AM
» Replies: 1
» Views: 216
Struggles I Faced While E...
Forum: Code Review
Last Post: padma121
Dec-29-2025, 09:12 AM
» Replies: 1
» Views: 4,632
Willing to pay for help w...
Forum: General Coding Help
Last Post: noisefloor
Dec-29-2025, 08:37 AM
» Replies: 4
» Views: 294
Create dataframe from the...
Forum: Data Science
Last Post: OtiliaGen
Dec-29-2025, 07:27 AM
» Replies: 7
» Views: 3,650
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
Dec-27-2025, 06:21 PM
» Replies: 1
» Views: 263
Calling python from anoth...
Forum: General Coding Help
Last Post: eedjsa
Dec-27-2025, 04:06 PM
» Replies: 9
» Views: 407

 
  Cut and Paste
Posted by: Oshadha - Jan-19-2021, 09:34 AM - Forum: General Coding Help - Replies (3)

I have these folders,

my folder
~|--assets
~|~~~|--logo.ico
~|script.py

script.py and assets are in my folder
logo.ico is in assets folder...... More

Print this item

  Proxy Checking Software Error
Posted by: rizzla - Jan-19-2021, 08:47 AM - Forum: General Coding Help - Replies (5)

Hey guys i have this code that i have been working on and all it does is checks if a proxy is valid or not. Though it produces no error, it dosent see..... More

Print this item

Question Rock, paper, scissors spelling error
Posted by: banidjamali - Jan-19-2021, 08:42 AM - Forum: Homework - Replies (6)

Hello! Hope everybody's fine.

Here I have written a RPS game:

[python]
player1 = input("Give player 1 a name:\n")
player2 = input("Give player..... More

Print this item

  Some help with Dictionaries
Posted by: Oshadha - Jan-19-2021, 06:23 AM - Forum: General Coding Help - Replies (3)

Script,
[python]
a_dic = {
"a" : [":D", ":)"],
"b" : ["lol", "XD"],
"c" : ["lol", ">:"],
"d" : [":)", "XD"]
}

[/pyth..... More

Print this item

  Failing to copy file from a network to a local drive
Posted by: tester_V - Jan-19-2021, 04:25 AM - Forum: General Coding Help - Replies (4)

Hi,
I'm trying to copy files from a network folder.
For some reason my code produces an error:
[python]
import os
import shutil

fname = 'somel..... More

Print this item

  While True Problem
Posted by: StingingNeedles - Jan-19-2021, 02:56 AM - Forum: Homework - Replies (8)

I am new to python and I am trying some practice problems and I can get this one to work:

-Prompt user for an integer between 1 and 10 and re-prompt ..... More

Print this item

Question I can't get my real-time chart with Python (Help!)
Posted by: Bastian_ElProfe - Jan-18-2021, 07:44 PM - Forum: General Coding Help - Replies (1)

Good morning everybody,

I am working on a Biomedical project, I am working with two Arduino nano and 2 MPU6050 sensors, an Arduino goes with a mpu ..... More

Print this item

  Two numpy arrays
Posted by: Sandra2312 - Jan-18-2021, 05:27 PM - Forum: General Coding Help - Replies (1)

I have two numpy arrays (3, n) which represent 3D coordinates.

I want to calculate the distance to every point in array B for each point in array A..... More

Print this item

  Animated scatter plot
Posted by: maximan - Jan-18-2021, 02:51 PM - Forum: General Coding Help - No Replies

I try to get a animated scatter plot, in which a y value is plotted for every x, each second.

x = np.array(range(0,750))
y = np.array(np.random.ra..... More

Print this item

  Logic error - I need User_1 and User_2 to become true when both users sign in.
Posted by: BruhMoments - Jan-18-2021, 02:51 PM - Forum: Homework - Replies (3)

Hi all,

I have been asked to design a basic dice roll game over the course of 20 hours, and all was swell until I came across a logic error. The c..... More

Print this item

  How to improve this Python 3 code?
Posted by: iamaghost - Jan-18-2021, 02:25 PM - Forum: Code Review - Replies (6)

I have a .txt file with names and their school grades.

i wrote a program to output the name of a student + his/her average grade.
I find my approa..... More

Print this item

  how to pass named arguments
Posted by: arunan - Jan-18-2021, 01:07 PM - Forum: Homework - Replies (1)

This is the program from my course:

[python]from matplotlib import animation
import matplotlib.pyplot as plt
import random
import seaborn as sn..... More

Print this item

  Selecting rows that contain certain values using two alternatives
Posted by: tgottsc1 - Jan-18-2021, 12:49 PM - Forum: General Coding Help - Replies (1)

Hi guys,

I have a dataset and the following code:

a = dataset.set_index('c', append=True).sort_index()
This generates a tab..... More

Print this item

  Beautiful Soap can't find a specific section on the page
Posted by: Pavel_47 - Jan-18-2021, 11:42 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello,

Here is my code to explore this page:
..... More

Print this item

  Missing 1 required positional argument in python code
Posted by: edwinostby - Jan-18-2021, 11:24 AM - Forum: Homework - Replies (7)

Hey, I have an assignment due this week. The given task is to solve a differential equation by using Euler's method, the task is;

Solve the different..... More

Print this item

  Unable to install matplotlib
Posted by: arunan - Jan-18-2021, 09:59 AM - Forum: Homework - Replies (2)

I am using the OS Ubuntu 20.04 and I have installed anaconda Python. I am following a course in orielly and the instructor asked to execute the below ..... More

Print this item

  help with PyAudio
Posted by: Leo12143 - Jan-18-2021, 08:27 AM - Forum: General Coding Help - Replies (1)

Hello, i need help with pyaudio, i do everything i can, but my Pycharm dont let me install that import, so please help me

Print this item

  ttk-->treeview-->tag_configure() not work over Python3.6
Posted by: hqbfljx - Jan-18-2021, 06:28 AM - Forum: GUI - Replies (10)

Hi everyone, I am new comer of this forum.
I got a problem relate to the with the ttk treeview:
### With the Python 3.6.12 the ttk-->treeview-->tag_..... More

Print this item

  Plot Graph
Posted by: quest_ - Jan-17-2021, 11:37 PM - Forum: General Coding Help - Replies (2)

I have 4 different value and I have 1 corresponding value for these 4 value

I mean,
When a, b, c, d = 0.1, 0.2, 0.3, 0.4 the corresponding G value ..... More

Print this item

  Color Formatting for Bar Graphs in a for loop
Posted by: adamszymanski - Jan-17-2021, 10:05 PM - Forum: General Coding Help - Replies (1)

Hello,

I am trying to create a set of bar graphs using a code shared with me by a colleague. I am quite new to python so I am trying to use this co..... More

Print this item

  Giving all possible values to four different variables
Posted by: quest_ - Jan-17-2021, 08:23 PM - Forum: General Coding Help - Replies (7)

I have for different values which are a b c d. Their sum should be always 1
And they can take 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 but the sum ..... More

Print this item

  Error - ManyToMany Fields in Django
Posted by: rob25111 - Jan-17-2021, 04:54 PM - Forum: Web Scraping & Web Development - No Replies

I have this error in Django :

Quote: __str__ returned non-string (type SimpleLazyObject)

idk why..
I'm learning Django and I don't know to..... More

Print this item

  Functions & Passing Parameters
Posted by: KAShears79 - Jan-17-2021, 04:22 PM - Forum: Homework - Replies (3)

Hi

Just started to learn coding so I hope this is an easy question for someone else to help with :)

I've written the code below and expect it t..... More

Print this item

  Adding graph points and formating
Posted by: project_science - Jan-17-2021, 03:35 PM - Forum: General Coding Help - Replies (4)

Hi,

I'm creating a code to input 2 points, (x,y) from the user. I've done that, and now I'd like to add these. However, I want to display the poi..... More

Print this item

  Using range slider in flask webpage to use in python
Posted by: KimPet - Jan-17-2021, 02:11 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi, I am working on my project to control my servo through python and a flask webpage.


I have been looking around for a simple way to constantly ..... More

Print this item

  Help visualizing and print out
Posted by: Tabary - Jan-17-2021, 01:23 PM - Forum: General Coding Help - Replies (3)

Sir, Please Help
I make this code from following tutorial on youtube
It supposed to predict price on stock or forex market.
I write the code from ..... More

Print this item

  Calculate transformation and Rotation
Posted by: Sandra2312 - Jan-17-2021, 10:59 AM - Forum: General Coding Help - Replies (1)

Hello everyone
First of all, I would like to apologize for my poor English.
my problem is this:

I have a (synthetic) point cloud of a building th..... More

Print this item

  How to update widgets?
Posted by: Oshadha - Jan-17-2021, 10:13 AM - Forum: GUI - Replies (1)

Script,
[python]
from tkinter import *

main = Tk()
main.title("1. Unit & Dimentions")
#root.geometry("1600x800+0+0")

#Var Details
length = ..... More

Print this item

  question about bot for mmo game
Posted by: rachidel07 - Jan-17-2021, 09:43 AM - Forum: General Coding Help - Replies (1)

hello everybody,
i have no idea on programing so istarted learning PYthon . i watch begginer courses and videos.
i learn python in order to be able ma..... More

Print this item

  Top 3 students
Posted by: banidjamali - Jan-17-2021, 09:08 AM - Forum: Homework - Replies (4)

Hello everyone. Hope you are all having a great time.

Here's a simple question:

There's a dictionary, and I want to extract the top 3 students f..... More

Print this item

  How to get GUI builder Kivy to work with Pycharm?
Posted by: river251 - Jan-17-2021, 03:30 AM - Forum: General Coding Help - Replies (3)

I want to create a GUI with start and stop buttons for the python script I've written using Pycharm on my Mac. Kivy claims to be cross platform compat..... More

Print this item

  type error array
Posted by: BrianPA - Jan-17-2021, 02:01 AM - Forum: Data Science - Replies (2)

I have a numpy 2darray called d5. I'm trying to get values from row#1 [0]. and I'm comparing them with values from row#2 [1]. If values from row#2 ..... More

Print this item

  Open only the Windows Explorer in Pandas
Posted by: doug2019 - Jan-16-2021, 06:09 PM - Forum: Data Science - Replies (5)

Hello! How can I open only the workbook to choose the .csv files I want to open with pandas? I know the method of the entire path to the file and no..... More

Print this item

  Handling large images with OpenCV.
Posted by: Apenz1 - Jan-16-2021, 05:12 PM - Forum: General Coding Help - No Replies

Hello, I am trying to focus stack images using this code: https://github.com/momonala/focus-stack

The problem I'm having is that cv2 loads all imag..... More

Print this item

  Can you end the Time.sleep function
Posted by: boier96 - Jan-16-2021, 03:57 PM - Forum: General Coding Help - Replies (9)

Hey im working on a python project and i got an idea to use time.sleep a few times. After a while i started wondering how to end the time.sleep functi..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Check if running from she... Yesterday, 11:52 rjdegraff42 noisefloor General Codin...
  Sorry Help Yesterday, 11:47 BioNanoTech noisefloor General Codin...
  IP address for users 12-31, 20:02 Robots DeaD_EyE Networking
  Merge video with subtitle... 12-31, 07:58 Pavel_47 OtiliaGen General Codin...
  Opencv findContours Q 12-30, 00:11 jogl Pedroski55 General Codin...
  Struggles I Faced While E... 12-29, 09:12 baffa_dbt padma121 Code Review
  Willing to pay for help w... 12-29, 08:37 braillescribe noisefloor General Codin...
  Create dataframe from the... 12-29, 07:27 Calab OtiliaGen Data Science
  How to Integrate External... 12-27, 18:21 finallen321 noisefloor General Codin...
  Calling python from anoth... 12-27, 16:06 eedjsa eedjsa General Codin...
  Lottery generator (beginn... 12-27, 01:10 Hullari Pedroski55 General Codin...
Most views
  The best Prog... 580484
  Tutorial Requ... 520180
  Web Scraping ... 442802
  Newbie with P... 387022
  New Users Int... 386840
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+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
oliviajuior7959 Yesterday
aoliiapetrov4786 Yesterday
zanaalietexaxd4208 Yesterday
zasamueluniorz7349 Yesterday
BioNanoTech Yesterday

User Panel Messages

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