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,306
» Latest member: ifdainstitute7
» Forum threads: 38,798
» Forum posts: 175,911

Full Statistics

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

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
4 minutes ago
» Replies: 8
» Views: 194
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
5 hours ago
» Replies: 3
» Views: 11,091
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 179
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 700
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,820
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 172
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 147
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 235
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,224
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 341

 
  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

  Multiple network socket servers?
Posted by: MuntyScruntfundle - Nov-13-2018, 01:28 PM - Forum: Networking - Replies (1)

Hi there.

Sockets confuse me, even with a fairly simple set of handshakes I get fuddled!

I have a number of unix servers, just as an exercise I ..... More

Print this item

  python lex
Posted by: stafylid - Nov-13-2018, 01:21 PM - Forum: Homework - Replies (1)

Cool Cool Cool
1) print ABCD
di = {'AB':1, 2:'AB', 3:'CD'}

print( __________ ,sep='x', end='')

what should i put in space?

2..... More

Print this item

  To draw a polynomial solution
Posted by: pianistseb - Nov-13-2018, 12:54 PM - Forum: Data Science - Replies (2)

I just want to draw a polynomial solution and I have always the same error. I need this program to complete my thesis. I'm new in python. Please help!..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 4 minutes ago Lou snippsat General Codin...
  Python Online Compiler 5 hours ago alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... Yesterday, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... Yesterday, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
  best way to learn python 11-26, 04:40 dutch ichsanputr News and Disc...
  data fetching for indian ... 11-25, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
Most views
  The best Prog... 579483
  Tutorial Requ... 512732
  Web Scraping ... 442349
  Newbie with P... 386394
  New Users Int... 381647
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+ 12113
buran 8196
snippsat 7393
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
ifdainstitute7 Today
MOHAMMAD_mk Today
virvainfotech Today
IFDA123 Yesterday
TimTom420 11-27

User Panel Messages

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