Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,964
» Latest member: Edzed4431
» Forum threads: 38,729
» Forum posts: 175,542

Full Statistics

Online Users
There are currently 42 online users.
» 0 Member(s) | 34 Guest(s)
Google, Bing, AOL, AOL, Facebook Dev

Latest Threads
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
33 minutes ago
» Replies: 1
» Views: 449
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
5 hours ago
» Replies: 4
» Views: 1,978
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,553
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 452
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 908
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 938
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,208
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,823
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Sep-26-2025, 03:53 AM
» Replies: 1
» Views: 2,859
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 738

 
  Syntax error for code that seems correct
Posted by: mcnhscc39 - Nov-14-2018, 09:37 PM - Forum: Homework - Replies (4)

I'm pretty new to programming and Python so there may be other issues with my code here. The error is in line 8 of the code.

I keep getting a syntax..... More

Print this item

  Storing chart objects in a dictionary
Posted by: bizzy - Nov-14-2018, 08:00 PM - Forum: General Coding Help - Replies (2)

Hello,

I am using openpyxl to plot some data in Excel. However, there can sometimes be more than 256 series which is the maximum limit in Excel.
..... More

Print this item

  Excel row to Python
Posted by: Cognition - Nov-14-2018, 07:55 PM - Forum: General Coding Help - Replies (1)

How to turn excel row to a list , the next row should be the next list and so on

Print this item

  MySQL Insert Not all parameters were used in the SQL statement
Posted by: rfgallon - Nov-14-2018, 07:43 PM - Forum: General Coding Help - Replies (3)

I'm trying to insert in mysql, but I received an error

[python]
import mysql.connector
cnx = mysql.connector.connect(user='xxx', password='xx',
..... More

Print this item

  Confusing Mechatronics question
Posted by: Cwcox - Nov-14-2018, 07:31 PM - Forum: Homework - Replies (1)

Hello, I was wondering if I could get some instruction on where to begin with this homework question I'm having difficulty understanding. I'll post a ..... More

Print this item

  Imdb id only with title
Posted by: Erestris - Nov-14-2018, 06:45 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello,

(Excuse my Bad english)

I am new and Hope you can help me

I Need a Code to search only for imdb ids.
For example:
Given: Movie title..... More

Print this item

  Tips on surface plot HW question
Posted by: Cwcox - Nov-14-2018, 06:38 PM - Forum: Homework - Replies (1)

What does it mean by these tips for this question? plot_surface, set_aspect, and set_xlim.
[Image: lxcw7wo]

if image doesnt ..... More

Print this item

  2D to 3D plots
Posted by: ekq378 - Nov-14-2018, 06:13 PM - Forum: Data Science - No Replies

I'm looking to transverse this 2D plot into a 3D plot. The third axis would be the different sensors so they're not overlapping each other. I'm rather..... More

Print this item

  Pretty cool, hah
Posted by: wavic - Nov-14-2018, 06:11 PM - Forum: News and Discussions - Replies (2)

https://github.com/nbedos/termtosvg/

It's not mine. Cool

Print this item

  Turtle Graphics Help - Filling each shape in
Posted by: Nate - Nov-14-2018, 05:45 PM - Forum: Homework - Replies (10)

Hi, I'm trying to
fill each polygons with a different color and add side arrows to them, how would i do that?
thanks!
Here's an example of what i'm t..... More

Print this item

  passing a value to function problems
Posted by: Ponamis - Nov-14-2018, 04:59 PM - Forum: Homework - Replies (2)

[python]def main():

customer_age = customer_age_selection()

insurance_response = input_insurance_response()

insurance_weekly_cov..... More

Print this item

  Create selection box to pass string value based on uniques in Excel column
Posted by: sneakysnek - Nov-14-2018, 04:58 PM - Forum: Data Science - Replies (1)

Hello!

New to python but I'm trying, all advice is appreciated.

I have a master data sheet which I have loaded into a data frame. I have then be..... More

Print this item

  tkinter
Posted by: peer - Nov-14-2018, 04:55 PM - Forum: GUI - Replies (14)

I watched a video on tkinter and in the video this code was written:


[python]
#!/usr/bin/python3
from tkinter import
root = Tk()

thelable =..... More

Print this item

  Understanding formatting
Posted by: mickandralphscrier - Nov-14-2018, 04:45 PM - Forum: Homework - Replies (6)

Hi!

I found a script online that uses the website ipinfo.io to deliver some information about the users IP adress. I'm trying to figure out what th..... More

Print this item

  Mechatronics Homework help
Posted by: Cwcox - Nov-14-2018, 04:15 PM - Forum: Homework - Replies (1)

Hello, I was wondering if I could get some instruction on where to begin with this homework question I'm having difficulty understanding. I'll post a ..... More

Print this item

  Keras: tweets classicifcation
Posted by: kiton - Nov-14-2018, 03:19 PM - Forum: Data Science - No Replies

Hello dear forum members,

I have a data set of 20 Million randomly collected individual tweets (no two tweets come from the same account). Let me r..... More

Print this item

  dictionary: print key/value with list(dict) comprehension
Posted by: wardancer84 - Nov-14-2018, 02:53 PM - Forum: General Coding Help - Replies (4)

so i have this...

[python]
options = {"attr1":"val1","attr2":"val2"}

for opts in list(options.keys()):
print(opts + " " + "=" + " " + opti..... More

Print this item

  Similar to Poker
Posted by: bluekade5050 - Nov-14-2018, 01:45 PM - Forum: General Coding Help - Replies (1)

Hello, I was wondering if someone could help me out with my program I am currently trying to make, my program is similar to poker were I am generating..... More

Print this item

  Pausing a running process?
Posted by: MuntyScruntfundle - Nov-14-2018, 10:23 AM - Forum: General Coding Help - Replies (2)

Hi folks.

Is there anyway using python I can pause a different python app that's running?

Start app 1.
Start app 2.
App 2 pauses app 1 while i..... More

Print this item

  Python Path Issue
Posted by: ayaz786amd - Nov-14-2018, 09:53 AM - Forum: Data Science - Replies (2)

There is some path issue with my python installation. Following is my code
[python]import pandas as pd

df = pd.read_csv('ZILLOW-Z77006_ZRISFRR.csv..... More

Print this item

  Decorator question
Posted by: Dan741 - Nov-14-2018, 09:27 AM - Forum: General Coding Help - Replies (1)

Hi,

I have two near identical pieces of code, from practice learning decorators. See below.

My question is, how does decor_with_arg knows that foo i..... More

Print this item

  Recursive generator. I do not understand the step.
Posted by: armeros - Nov-14-2018, 08:14 AM - Forum: General Coding Help - Replies (2)

Hi,

I use this website to visualize the step.

However, I cannot seem to understand the step..... More

Print this item

  How to add numbers in a list
Posted by: DragonG - Nov-14-2018, 06:05 AM - Forum: General Coding Help - Replies (3)

I got this calculator that turns each letter in a word to its corresponding number in the alphabet. For example, if you enter the word "the", you get ..... More

Print this item

  Factoring input into listed frequencies
Posted by: blahblahblah123456789 - Nov-14-2018, 03:17 AM - Forum: Homework - Replies (5)

Details are here:

https://stackoverflow.com/q/53291892/10572106

help plz Huh Cry Pray Wall Dodgy Undecided

Print this item

  TypeError: method missing 1 positional argument
Posted by: koolinka - Nov-14-2018, 03:04 AM - Forum: Homework - Replies (4)

Hi, I'm new to programming and have to write a program using methods and classes. I wrote this program and the logic makes sense to me but python thro..... More

Print this item

  Code boot camps
Posted by: TrueStudentOfPython - Nov-14-2018, 02:55 AM - Forum: News and Discussions - Replies (2)

Hey there,

I was just wanting to know if anyone had some
experience with coding boot camps?

Thank you!

Print this item

  Int object not callable error!
Posted by: ghost0fkarma - Nov-14-2018, 02:52 AM - Forum: Game Development - Replies (2)

[python]import pygame
pygame.init()

gameDisplay = pygame.display.set_mode((800,600))
pygame.display.set_caption("Simple dodging game")
clock = pygame..... More

Print this item

  'Time Limit Exceeded' Problem
Posted by: bkpee3 - Nov-14-2018, 12:09 AM - Forum: General Coding Help - Replies (2)

I'm trying to run this code & keep getting a 'Time Limit Exceeded' Error when trying to run it.
Could it be the online IDE that I am using, or..... More

Print this item

  libmagic library issue
Posted by: Sudhakar - Nov-13-2018, 09:06 PM - Forum: General Coding Help - No Replies

have installed python 2.7.15 (32 bit) on windows 2012 R2 -64 bit server. we have installed elastalert which install magic & liblogic modules. when I ..... More

Print this item

  Tkinter refresh
Posted by: eduardoforo - Nov-13-2018, 08:51 PM - Forum: GUI - Replies (4)

[python]def selmunicipio():
top = tk.Toplevel()
top.title("Selección de Municipio")
y=1
for i in listamunicipios:
y+=1
..... More

Print this item

  Run interpreter from Network?
Posted by: JP_ROMANO - Nov-13-2018, 05:32 PM - Forum: Networking - Replies (3)

Good day, let me first apologize for any incorrect terminology below. I'm neither a python user nor a network engineer. I hope there is enough deta..... More

Print this item

  Looping through csv files in a folder
Posted by: WhatsupSmiley - Nov-13-2018, 04:17 PM - Forum: General Coding Help - Replies (3)

Hi,

Got a major question. How can we set up a loop to go through every csv file in a folder and have ourprogram to run for each one?

Here is wh..... More

Print this item

  stop multiple threads
Posted by: jeuvrey - Nov-13-2018, 03:53 PM - Forum: General Coding Help - Replies (5)

Hello,
I work with python 3.7 and want to develop a litle animation allowing a dot to move thanks to recorded data.
i create 2 threads, one thread i..... More

Print this item

  Unix problem when installing pytest
Posted by: ccrider27 - Nov-13-2018, 02:55 PM - Forum: Homework - Replies (3)

I am self-teaching, using "Head First Python", 2nd Edition, covering Python 3. I'm currently using Python 3.5. I'm not sure if this is a Python questi..... More

Print this item

  Captcha from other site
Posted by: GoTo95 - Nov-13-2018, 02:25 PM - Forum: Web Scraping & Web Development - Replies (1)

Good day, i'm working on the project wich scrapping data from different sources, and one of them have a capcha.
Here the site:
https://dmvapp.nv.gov..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My goal to be hired worki... 33 minutes ago GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 5 hours ago arbiel Gribouillis General Codin...
  My First App Yesterday, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... Yesterday, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
Most views
  The best Prog... 577188
  Tutorial Requ... 500127
  Web Scraping ... 440891
  Newbie with P... 384902
  New Users Int... 369145
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12089
buran 8176
snippsat 7367
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Edzed4431 Yesterday
chaoh1911 Yesterday
KaydenJonah098 Yesterday
carlbidwell Yesterday
llarkin6 09-26

User Panel Messages

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