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,257
» Latest member: Bamboo
» Forum threads: 38,782
» Forum posts: 175,836

Full Statistics

Online Users
There are currently 37 online users.
» 0 Member(s) | 29 Guest(s)
Applebot, Google, Bing, Facebook Dev

Latest Threads
[solved] re.split issue
Forum: General Coding Help
Last Post: DeaD_EyE
1 hour ago
» Replies: 9
» Views: 165
Please guide me to comple...
Forum: General Coding Help
Last Post: pbkurd
2 hours ago
» Replies: 2
» Views: 91
New to python and coding
Forum: Homework
Last Post: jefsummers
Yesterday, 07:58 PM
» Replies: 6
» Views: 188
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Yesterday, 11:52 AM
» Replies: 6
» Views: 359
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Nov-12-2025, 07:26 PM
» Replies: 2
» Views: 121
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-12-2025, 10:11 AM
» Replies: 6
» Views: 249
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 397
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 151
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,645
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 252

 
  Error no 13: Permission denied in python
Posted by: shantanu97 - Mar-31-2021, 10:54 AM - Forum: General Coding Help - Replies (1)

written a python code for converting excel to csv code. run code in c and g drive. error is coming.

[python]#Purpose: '''This python script is to e..... More

Print this item

  Remove single and double quotes from a csv file in 3 to 4 column
Posted by: shantanu97 - Mar-31-2021, 10:52 AM - Forum: General Coding Help - No Replies

If I did not read csv like this then it will give tokenizing error. But when I read like this in some column double quotes are appearing. I need to re..... More

Print this item

  A 3D game engine
Posted by: markcopperman78 - Mar-31-2021, 10:16 AM - Forum: Game Development - Replies (5)

Hi, I believe you are all familiar with the 2D game engine gdevelop. I'm looking for a 3D game engine that has a code-free and easy to use scripting m..... More

Print this item

  How to make input come after input if certain line inserted and if not runs OtherCode
Posted by: Adrian_L - Mar-30-2021, 10:30 PM - Forum: General Coding Help - Replies (6)

How can I make an input come after another input if a certain piece of text is inputed and if not it prints something else? My current code:[python]us..... More

Print this item

  Timing of a while loop
Posted by: stylingpat - Mar-30-2021, 09:23 PM - Forum: General Coding Help - Replies (4)

I have a while loop that is happening every 30 seconds

[python]def modelTimer():
starttime = time.time()
timeout = time.time() + 60*60*6...... More

Print this item

  Matplotlib in Pycharm - not running
Posted by: ALMOKTM - Mar-30-2021, 06:53 PM - Forum: General Coding Help - Replies (2)

hey. I'm trying to run a simple code with matplotlib liberty.
I got some errors.

ideas what is wrong?
I downloaded the liberty to my project.
the scr..... More

Print this item

  [SOLVED] [geopy] "ValueError: too many values to unpack (expected 2)"
Posted by: Winfried - Mar-30-2021, 06:35 PM - Forum: General Coding Help - Replies (2)

Hello,

I need to draw a circle around a location set by its latitude + longitude.

For some reason, geopy isn't happy with the following:

[pyt..... More

Print this item

  Type Error in Python
Posted by: MarcusB - Mar-30-2021, 06:11 PM - Forum: General Coding Help - Replies (3)

Why do I get
"TypeError: can't multiply sequence by non-int of type 'float'" with the code below?


[python]#add ranges to list of tu..... More

Print this item

  Excel File reading
Posted by: vanjoe198 - Mar-30-2021, 06:02 PM - Forum: Homework - Replies (1)

Hello, I am doing an assignment and not sure what im doing wrong. My job is to search the columns and rows of an excel file using openpxyl. So far I h..... More

Print this item

  looking for someone to partner with me on a project
Posted by: ufukpolat2000 - Mar-30-2021, 05:38 PM - Forum: Jobs - Replies (2)

Hi friends. I'm from Turkey. I have a project and I am looking for a data scientist who can collaborate with me on the project. There is a prop tradin..... More

Print this item

  Getting values from ButtonGroup
Posted by: cnjosack - Mar-30-2021, 02:14 PM - Forum: GUI - Replies (5)

Hi,
I have just started using guizero on a Raspberry Pi4 and I have hit a wall. I followed the tutorial for theater tickets and it worked as stated. ..... More

Print this item

  Synchronization/Timing Problem
Posted by: quest - Mar-30-2021, 02:00 PM - Forum: General Coding Help - Replies (5)

Hello,
The idea is that: I am producing my pairs which is made by bits. Bits are the objects which is produced by another class(this part is ok). Afte..... More

Print this item

  How to read check boxes from word document
Posted by: srikanthpython - Mar-30-2021, 01:58 PM - Forum: General Coding Help - No Replies

Hello Everyone,

I need help to read Check box was selected or not in the word document. I have 3 to 4 pages of word document not sure in which page..... More

Print this item

Photo Filtering data and precision during calculations
Posted by: Scientifix - Mar-30-2021, 01:00 PM - Forum: General Coding Help - No Replies

Hello everyone,

I am currently working on a project which requires me to find the minimum of two fonctions.
The problem is that the process genera..... More

Print this item

  List calculation
Posted by: rturus - Mar-30-2021, 12:04 PM - Forum: General Coding Help - Replies (2)

I just want to see if I can do the following code in a different and less repetitive way.
Thansk.

[python]
if Ranking_Maths[0]==Teams[0]:
Te..... More

Print this item

  del self does not work!
Posted by: quest - Mar-30-2021, 08:41 AM - Forum: General Coding Help - No Replies

Hello,

Here is my class:

[python]
class EO:

#TODO : add method to display/print the object
fragile=True #EO is «destroyed» when 1 b..... More

Print this item

  python to exe running problem
Posted by: Roshan - Mar-30-2021, 05:34 AM - Forum: General Coding Help - Replies (2)

Hi,

I am write program on pycharm & it is running perfectly.

Now i tried to create exe file using pyinstaller.

exe file created but not runni..... More

Print this item

  graphing inequalities
Posted by: Dasiey12 - Mar-30-2021, 01:47 AM - Forum: General Coding Help - No Replies

[python]import matplotlib.pyplot as plt
import numpy as np

x = np.linspace(-10, 10, 100)
y = abs(x+2)
fig = plt.figure(figsize= (10,5))
plt.plo..... More

Print this item

  Small command shell
Posted by: Adrian_L - Mar-29-2021, 11:31 PM - Forum: Code sharing - Replies (2)

Hi there! Got code! Down here |
[python]
import os
print("mini command line v1.0.0")
print("type help for a list of commands.")
print("")

def ..... More

Print this item

  Draw circle from GPS coords, and get GPX file?
Posted by: Winfried - Mar-29-2021, 07:19 PM - Forum: General Coding Help - No Replies

Hello,

I need to write a script that will take 1) a latitude + longitude coordinates, 2) a radius (eg. 10km), and generate a GPX file.

Is there ..... More

Print this item

  Stop Iteration Error
Posted by: quest - Mar-29-2021, 05:40 PM - Forum: General Coding Help - Replies (4)

Hello,

here is my class:
[python]
class inportProp:

def __init__(self, t0, tM, incoming, phys, clinkdt, otherport=None, name=''):
se..... More

Print this item

  Copy the Contacts (members) of a Group on WhatsApp Web
Posted by: danilobtos - Mar-29-2021, 01:33 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello friends,
How do I Copy the Contacts (members) of a Group on WhatsApp Web.?
I have a Python application that opens WhatsApp Web, filters the Gr..... More

Print this item

  I want to search a variable for a string D90
Posted by: lostbit - Mar-29-2021, 12:11 PM - Forum: General Coding Help - Replies (3)

Very sorry to post such a basic question,
I have been reading and trying so many things
with no luck.

Platform is rasberry PI 4 running astrober..... More

Print this item

  How do I make a symmetric matrix from a column vector?
Posted by: leocsmith - Mar-29-2021, 10:33 AM - Forum: General Coding Help - Replies (3)

I have to transfer some code from MATLAB to python. The code takes a (300x1) column matrix, A, and converts it into a (24x24) symmetric matrix, B. As ..... More

Print this item

  High-Precision Board Voltage Reading from Python into PD
Posted by: Liam484 - Mar-29-2021, 09:54 AM - Forum: General Coding Help - Replies (1)

I am looking for some advice on python scripting into pure data. The plan is to receive an incoming voltage via the High-Precision AD/DA Board into th..... More

Print this item

  How can I find air pollution by geographical coordinates?
Posted by: AlekseyPython - Mar-29-2021, 07:54 AM - Forum: Data Science - Replies (1)

I have the geographical coordinates of meteorological stations and indicators of air pollution at these points. How to mathematically obtain air pollu..... More

Print this item

Smile Set 'Time' format cell when writing data to excel and not 'custom'
Posted by: limors - Mar-29-2021, 07:09 AM - Forum: General Coding Help - Replies (3)

Hi Smile ,

I am using python v3.6 with xlsxwriter. Writing time into excel cell. The problem that I see that the format cell is custom and not ..... More

Print this item

  failing to print not matched lines from second file
Posted by: tester_V - Mar-29-2021, 04:17 AM - Forum: General Coding Help - Replies (14)

Greetings!
For some reason, I do not get the iterations in Python. Sad
Especially with "Else". Confused
here is a problem, I have two fil..... More

Print this item

  GridSearchCV for multi-label classification
Posted by: mapypy - Mar-29-2021, 01:58 AM - Forum: Data Science - No Replies

hi,
I am doing a multi-label text classification, and I am getting the following errors when I attempt to do a Gridsearch to get best params over mu..... More

Print this item

  RuntimeError: generator raised StopIteration
Posted by: quest - Mar-28-2021, 08:02 PM - Forum: General Coding Help - Replies (1)

Hello,
I created this class:

[python]


class ssource:
def __init__(self, n):
self.list1=[]
self.list2=[]
self..... More

Print this item

  Updating dictionary in another py file
Posted by: tommy_voet - Mar-28-2021, 07:22 PM - Forum: Homework - Replies (1)

Hi all,

I have 2 py files. Stock.py and data.py. I use a dictionary from the data file and would like to update it from within the stock file.
..... More

Print this item

  Your Guidance
Posted by: caslor - Mar-28-2021, 06:58 PM - Forum: General Coding Help - Replies (1)

Hi to all. I am newbie in Python programming (have read some articles and see youtube tutorials as a start)
i know to write in C++ (as i self taught ..... More

Print this item

Video Movie Recommender
Posted by: oslagosboi - Mar-28-2021, 05:53 PM - Forum: Data Science - Replies (3)

Hello I'm trying to run this code, but I get this error on line 47 that,
Another way I can fix it is if I add an index column to the dataframe from ..... More

Print this item

  Biggest community Python Web framework
Posted by: Wido - Mar-28-2021, 04:40 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello all!
What Python Web framework has the strongest community?
Thank you.

Print this item

  keyboard listener
Posted by: DPaul - Mar-28-2021, 07:15 AM - Forum: General Coding Help - Replies (5)

Hi,

I am looking for a module that will do the simplest of things:
An app starts, and it waits for the user to enter 1 keyboard key (=validated if ne..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [solved] re.split issue 1 hour ago paul18fr DeaD_EyE General Codin...
  Please guide me to comple... 2 hours ago pbkurd pbkurd General Codin...
  New to python and coding Yesterday, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... Yesterday, 11:52 yutaozhou noisefloor News and Disc...
  why is the image not show... 11-12, 19:26 sarbogast deanhystad General Codin...
  Help with Serial.write in... 11-12, 10:11 racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... 11-11, 09:52 tsgiannis tsgiannis GUI
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
Most views
  The best Prog... 578946
  Tutorial Requ... 510358
  Web Scraping ... 441965
  Newbie with P... 385985
  New Users Int... 376959
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+ 12107
buran 8195
snippsat 7388
deanhystad 6909
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Bamboo Today
TomTMH Yesterday
pbkurd Yesterday
Gichardaxora Yesterday
cc123 Yesterday

User Panel Messages

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