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,280
» Latest member: MileHigh303
» Forum threads: 38,791
» Forum posts: 175,869

Full Statistics

Online Users
There are currently 35 online users.
» 1 Member(s) | 31 Guest(s)
Bing, Google, AOL, snippsat

Latest Threads
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Yesterday, 08:30 PM
» Replies: 0
» Views: 35
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:15 AM
» Replies: 4
» Views: 1,464
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 119
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 47
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,035
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,290
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 331
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 171
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 233
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,125

 
  Python Password Saver Assignment
Posted by: sshellzr21 - May-01-2020, 01:54 PM - Forum: Homework - Replies (2)

Hello all,

I have figured out the main parts of the assignment and am just trying to add the extra credit piece (add a 'delete password' function)..... More

Print this item

  Executing a command which fails
Posted by: ebolisa - May-01-2020, 12:46 PM - Forum: General Coding Help - No Replies

Hi,

Running the command

gphoto2 --force-overwrite --get-all-files
using 2 options works. However, when I run it via script it fails ..... More

Print this item

  Python for everybody Course 3
Posted by: bhawish_kumar9 - May-01-2020, 10:35 AM - Forum: Homework - Replies (1)

This is the following question . I am stuck on it from days and I have searched everywhere but I don't understand other people's solution on Github . ..... More

Print this item

  count each element in a list
Posted by: glennford49 - May-01-2020, 09:37 AM - Forum: General Coding Help - Replies (9)

hi guys , i want to print same element in each item in a list,
my code returns nothing except if i print list2,
it should return 3 elements in firs..... More

Print this item

  IndexError: index out of range: 0
Posted by: tomX - May-01-2020, 07:19 AM - Forum: General Coding Help - Replies (1)

Hi!
Im getting this error:
[quote]
processing.app.SketchException: IndexError: index out of range: 0
at jycessing.mode.run.SketchRunner.convertPytho..... More

Print this item

  Tic-Tac game (Beginner's coding)
Posted by: Shahmadhur13 - May-01-2020, 06:48 AM - Forum: General Coding Help - Replies (6)

I have tried to code Tic-Tac game.
I think my code needs lots of optimization but can't figure that out.
FYI: I haven't studied maths/matrix after s..... More

Print this item

  Python timer script stops before should
Posted by: ozstar - May-01-2020, 06:19 AM - Forum: General Coding Help - Replies (3)

Hi,

I have a script that starts and is supposed to run for a pre determined time set out in a txt file, like this.. first one 2.55 pm and run for 5..... More

Print this item

  Python Request's Proxies not working.
Posted by: Fudster - May-01-2020, 06:15 AM - Forum: Web Scraping & Web Development - Replies (1)

I'm trying to use requests with proxies, but it only shows my local IP

Here's my test code.

[code]#!/usr/bin/python3

import requests
impor..... More

Print this item

  Breaking a loop in Multiple Random Walks
Posted by: PythonGainz - May-01-2020, 06:11 AM - Forum: Data Science - Replies (10)

Happy Labor Day everyone!

Currently using Spyder(Python3.7)
I'm following an example from a textbook here:

[python]import matplotlib.pyplot as..... More

Print this item

  color names
Posted by: jimrinaldo - May-01-2020, 05:41 AM - Forum: General Coding Help - Replies (9)

I want a list of all the color names usable for the turtle.color call. where or how do I find it?

Print this item

  Help me input the Rawdata file so that it can output DataErrorFile and ValidData.txt
Posted by: Halozeus - May-01-2020, 05:04 AM - Forum: General Coding Help - Replies (6)

[python]datainput=open('DataInput.txt', 'r')
Validateddata=open('ValidData.txt', 'w')
Incorrectdata=open('DataErrorFile.txt', 'w')

print("This pr..... More

Print this item

  Sqlite3 DELETE question
Posted by: DT2000 - May-01-2020, 12:29 AM - Forum: General Coding Help - Replies (7)

I have been reading a number of threads on how to accomplish this but for some reason it is not working.
I need to delete a specific row from a datab..... More

Print this item

  Enigma Program not working properly
Posted by: npd29 - May-01-2020, 12:27 AM - Forum: Homework - Replies (3)

Hi Everyone,
I made a program for my computer programming final that acts like the German machine "enigma" however I cannot get it to encode things p..... More

Print this item

  Merging multiple pdf's
Posted by: jonathan2582 - Apr-30-2020, 11:52 PM - Forum: General Coding Help - Replies (7)

Hi, is there a way to merge multiple pdf's according to the name(i.e. if the first seven characters of the name are equal.) I have thousands of pdf's ..... More

Print this item

  Unable to import my own module
Posted by: ThePhantom - Apr-30-2020, 11:19 PM - Forum: General Coding Help - Replies (3)

Hi everyone,

I am relatively new to python but I am trying to use it more extensively for post-processing of fluid mechanics data.
I am currently ..... More

Print this item

  help to add user agents
Posted by: MRT97 - Apr-30-2020, 09:42 PM - Forum: General Coding Help - Replies (3)

[python]import os
try:
from torrequest import TorRequest
except:
os.system("pip install torrequest && clear")
from torrequest import TorReques..... More

Print this item

  best way to add item to list only once
Posted by: Phaze90 - Apr-30-2020, 09:27 PM - Forum: General Coding Help - Replies (1)

Hi,

what is the more effective way of the both below?
Or is there a third variant?

[python]
def add_only_once_to_list(in_obj, in_list,):
..... More

Print this item

  SQlite question
Posted by: scratchmyhead - Apr-30-2020, 09:18 PM - Forum: GUI - Replies (2)

When I run this piece of code, I get a syntax error. Could someone please pinpoint the error.


[python]
conn = sqlite3.connect('roominventory.db'..... More

Print this item

  Conditional Cumsum in pandas data-frame
Posted by: klllmmm - Apr-30-2020, 07:36 PM - Forum: General Coding Help - Replies (1)

I'm trying to get a cumulative total if the code is equal to 100.

[python]
df = pd.DataFrame(data = {'Code':[100,100,200,300,100],
..... More

Print this item

  Buildozer fails building Kivy app for android
Posted by: Kolterdyx - Apr-30-2020, 06:30 PM - Forum: General Coding Help - No Replies

I am trying to build an APK using the Kivy framework. When I try to build the app, I get an error with this output:

[output]Exception in thread "ma..... More

Print this item

  program error
Posted by: Dalpi - Apr-30-2020, 06:19 PM - Forum: General Coding Help - Replies (4)

Dear all, I tried to run a program that I found on the internet but it was not possible because it presented an error. Here you can see the program li..... More

Print this item

  Flask cannot see my modules
Posted by: anna_naden - Apr-30-2020, 05:49 PM - Forum: General Coding Help - Replies (4)

I have a Flask application and each python module has a doctest which runs successfully. However, when I run the modules under flask, I get "module no..... More

Print this item

  Python Tkinter (sqlite)
Posted by: scratchmyhead - Apr-30-2020, 05:44 PM - Forum: GUI - Replies (1)

I am using Python Tkinter and i'm using sqlite in the program. In part of the program, when accessing a database with sqlite, how do I get the oid num..... More

Print this item

  Assigning Data from one column to another with different associated timing interval
Posted by: alexafshari - Apr-30-2020, 03:47 PM - Forum: General Coding Help - Replies (1)

Hi Everyone,

I`m struggling to find a solution to resolve my issue regarding assign some data from one series of a dataset to a specific column. Y..... More

Print this item

  Analysing impact of insider sales
Posted by: Anonymushacker8 - Apr-30-2020, 03:11 PM - Forum: Data Science - No Replies

Hey programmers,

I‘m looking for a co contributed to perform an analysis of the I pact of insider sales on stock prices.
Therefore I‘m looking for..... More

Print this item

  Python and Accessibility
Posted by: mbrown36 - Apr-30-2020, 03:06 PM - Forum: News and Discussions - Replies (7)

I wanted to get some reaction to a topic about Python. I am a college professor in the US. I was speaking to a blind student and he brought up an in..... More

Print this item

  Code import .CSV file to MySQL table
Posted by: rtakle - Apr-30-2020, 02:36 PM - Forum: General Coding Help - Replies (4)

Hello All ,

I am trying to load .csv file into MySQL table. i am getting error. Can anyone send me code or check below error any my code .[python][..... More

Print this item

  Call a python file with anothr python file
Posted by: skaailet - Apr-30-2020, 02:32 PM - Forum: General Coding Help - Replies (3)

I have this code that pings a PLC to se if it is online if it is on it will start the PLC file that
corresponds to the IP, it works but when the PL..... More

Print this item

  Debugger Disabled
Posted by: erictan - Apr-30-2020, 01:44 PM - Forum: General Coding Help - Replies (1)

I am new to Thonny and have just installed Thonny IDE version 3.2.7 on my WIndowss 10 PC to learn Python programming.
I notice that the Debugger icon..... More

Print this item

  Sending an email with attachment without using SMTP?
Posted by: PythonNPC - Apr-30-2020, 12:50 PM - Forum: General Coding Help - Replies (5)

Hello,

I am making an application that generates PDF reports. But my application is on the Raspberry Pi, so the clients need an option that will al..... More

Print this item

  Problem by implementing IDF
Posted by: moat335 - Apr-30-2020, 11:33 AM - Forum: General Coding Help - No Replies

Im trying to implement TF_IDF for a task in Python and i just found this cod in net for computing IDF but it doesnt seem to work.




[python..... More

Print this item

  how to create a module to solve matrix
Posted by: pappykens - Apr-30-2020, 10:25 AM - Forum: General Coding Help - Replies (3)

Hello,
I need help on how to create a module using python 3 that will be able to solve a matrix and integration at the same time

Print this item

  Help with self.
Posted by: tomX - Apr-30-2020, 10:09 AM - Forum: General Coding Help - Replies (3)

Hello everyone!

I'm relatively new to OOP and I'm getting the error

Quote:NameError: name "self" is not defined
. I'm trying to program a s..... More

Print this item

  Simple Freshman Python Coding Help
Posted by: tomatoe - Apr-30-2020, 08:38 AM - Forum: Homework - Replies (3)

Hi, I’m a freshman in high school and I have this assignment I have to finish for my computer science class. The coding is probably really simple to f..... More

Print this item

  Plotting a specific bar / rectangle chart?
Posted by: glantz - Apr-30-2020, 08:36 AM - Forum: Data Science - Replies (2)

Hi all,
I would like to ask a question of whether I am using the correct methods to plot a specific chart.


First I plot this chart:
[img]http..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  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
  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...
Most views
  The best Prog... 579226
  Tutorial Requ... 512011
  Web Scraping ... 442158
  Newbie with P... 386283
  New Users Int... 379349
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
MileHigh303 Yesterday
ndx101 Yesterday
OtiliaBecker Yesterday
NAGASOWMYAGUNDU 11-20
shipa1autotransport 11-20

User Panel Messages

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