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,941
» Latest member: Noya_Yonatan
» Forum threads: 38,722
» Forum posts: 175,509

Full Statistics

Online Users
There are currently 53 online users.
» 1 Member(s) | 46 Guest(s)
Applebot, Google, AOL, AOL, snippsat

Latest Threads
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
1 hour ago
» Replies: 1
» Views: 81
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 04:28 PM
» Replies: 11
» Views: 4,332
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 764
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,631
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,111
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,618
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,439
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,632
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,566
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,734

 
  Commands seem to change when variable is part of a for loop
Posted by: StoopidChicken - Feb-20-2018, 04:48 AM - Forum: GUI - Replies (4)

Hey all, I'm trying to create a gui menu to easily run different snippets of code for my programming class in high school. I'm having a problem when u..... More

Print this item

  .wav or .au Wavelengths to CSV
Posted by: SaraSinha - Feb-20-2018, 03:37 AM - Forum: General Coding Help - Replies (3)

Hi

I am working on a research project and want to learn more about timing deficits.
I created a task in audacity where participants tap along to ..... More

Print this item

  switching to python3
Posted by: Skaperen - Feb-20-2018, 02:40 AM - Forum: News and Discussions - Replies (12)

i have found that a few of my scripts, while functional in python2, work better (or at least the way i prefer) in python3. for [u]examp..... More

Print this item

  A simple script - looking for feedback
Posted by: glidecode - Feb-20-2018, 02:15 AM - Forum: General Coding Help - Replies (2)

Hi all

I have made a simple script for learning purposes more than for any practical purposes. Since I'm still new to Python I'd like some feedback..... More

Print this item

  Question on babynames.py solution code?
Posted by: Athenaeum - Feb-20-2018, 02:01 AM - Forum: General Coding Help - Replies (3)

I am reading the Google Python crash course, where they give you a challenge to open .html files that contain tables of popular baby names in a given ..... More

Print this item

  1st Script written doesn't output anything. Need some else's eyes
Posted by: Kym - Feb-20-2018, 12:33 AM - Forum: General Coding Help - Replies (3)

Hi All,
I am 24 hours into Python37 coding using IDLE and have written a calculator script. The calc script should request 2 variables and what need..... More

Print this item

  capitalizing words in list
Posted by: Truman - Feb-19-2018, 11:04 PM - Forum: Homework - Replies (1)

# [ ] split the sentence, code_tip, into a words list
# [ ] print the joined words in the list with no spaces in-between
# [ ] [b]Bonus: capitalize ..... More

Print this item

  code for a timer
Posted by: SheeppOSU - Feb-19-2018, 10:53 PM - Forum: General Coding Help - Replies (2)

Hi I am using Python 3.6.2 I used a def so it would be easier to use this timer but my code doesn't seem to work can someone help me. I also showed th..... More

Print this item

  TOR
Posted by: Googlepro - Feb-19-2018, 08:31 PM - Forum: Jobs - Replies (1)

I have code for create account with different IPs through TOR, but I want to add TOR to another script.

Script for create account worked.

This i..... More

Print this item

  Help installing NumPy
Posted by: Larry - Feb-19-2018, 06:52 PM - Forum: Data Science - Replies (18)

I am using PyCharm as my editor. I want to install NumPy. I found the file, but I do not know where/how to install it?

Print this item

  Program not running (Overloading problem)
Posted by: anurag123 - Feb-19-2018, 12:00 PM - Forum: General Coding Help - Replies (2)

[python]class Area(object):
def get_area(self):
return("WORKING FINE")
class Rectangle(Area):
def get_area(self,l,b):
sel..... More

Print this item

  multiple values as parameters to POST command..
Posted by: onenessboy - Feb-19-2018, 09:20 AM - Forum: General Coding Help - Replies (17)

Hi Experts,

I need some help.

What I actually need is to post some server status to slack channel with python
The below is the example code i a..... More

Print this item

  Sum of Nested Lists
Posted by: raifuru42 - Feb-19-2018, 06:50 AM - Forum: Homework - Replies (2)

Hello people. I'm a python beginner, and I'm currently working on a simple nested list problem, but I can't figure out quite well because I couldn't a..... More

Print this item

  DNP testing with Python
Posted by: Anitha - Feb-19-2018, 06:39 AM - Forum: Networking - Replies (1)

Hi All,

I need to know how to import DNP3 librarries into Python, I worked with modbus, Now I need an idea to work with DNP3 with Python. P..... More

Print this item

  Exchange2org - Charmap Encode issue
Posted by: r7rajkumar - Feb-19-2018, 04:09 AM - Forum: General Coding Help - Replies (1)

Hi,

I am getting below error when i fetch information from the Exchange server. Please give me some idea/input/suggestion to fix this charmap issue..... More

Print this item

  Overloading error
Posted by: PyMan - Feb-19-2018, 03:52 AM - Forum: General Coding Help - Replies (1)

[python]def add(instanceOf,*args):
if instanceOf== <int>:
result=0
if instanceOf== <str>:
result=<>!
for i in args:
..... More

Print this item

  Iterating a dictwriter
Posted by: pstarrett - Feb-19-2018, 01:44 AM - Forum: General Coding Help - No Replies

The below code behaves very strangely and unexpectedly in a few places. In the for loop, the loop always selects the first row (Invoice Amount) in the..... More

Print this item

  Tebe - rst and sphinx writer
Posted by: lucke - Feb-19-2018, 12:23 AM - Forum: Code sharing - Replies (4)

Please find Tebe project I have just released.

https://bitbucket.org/lukaszlaba/tebe
https://tebe.readthedocs.io

Tebe is a simple but powerful ..... More

Print this item

  I made a package to quickly create live-update GUIs for Python using Markdown
Posted by: SimonBiggs - Feb-19-2018, 12:15 AM - Forum: Code sharing - Replies (4)

I made a python package that lets you quickly create live-update GUIs for Python packages using Markdown and a few custom HTML elements. Under the hoo..... More

Print this item

  moving from tkinter to wxpython
Posted by: Barrowman - Feb-18-2018, 11:09 PM - Forum: Web Scraping & Web Development - Replies (95)

I have been using tkinter for some time but I have seen so much about how much better wxpython is that I am trying to start using it. I am trying to c..... More

Print this item

  Turtle drawing Right Triangle
Posted by: Zatoichi - Feb-18-2018, 10:52 PM - Forum: Homework - Replies (3)

[python]

from turtle import Turtle
import random
from math import sqrt, degrees, asin, acos, atan

class Shape():

turtle = Turtle()..... More

Print this item

  cx_freeze setup.py error: No module __SNMP-FRAMEWORK-MIB
Posted by: nacho - Feb-18-2018, 07:57 PM - Forum: General Coding Help - Replies (8)

Hello all.
Firstly I run the following:
Windows 10 Enterprise 64-bit
Python 3.6.4
pysnmp 4.4.4
pyasn1 0.2.3
paramiko for ssh
tkinter as a GUI
..... More

Print this item

  Seeking understanding with the python import function.
Posted by: Intelligent_Agent0 - Feb-18-2018, 07:57 PM - Forum: General Coding Help - Replies (2)

I am a beginner Python programmer, and I am now learning about the import sys. My primary influence is a program that I have been working on for a bit..... More

Print this item

  Error while installing python3.6.4 on windows 10
Posted by: SaurabhMaheshwari - Feb-18-2018, 05:19 PM - Forum: General Coding Help - Replies (1)

I am getting error while installing python 3.7.0b1 64bit setup on my windows machine.
below is the log file content:
[spoiler]
[08C0:15A8][2018-02-..... More

Print this item

  invalid syntax eror
Posted by: Larry - Feb-18-2018, 04:28 PM - Forum: General Coding Help - Replies (3)

I am using the Raspberry PI 3. This is my first program for the PI. When I run the program I keep getting a "Invalid Syntax" error. Below is simple ..... More

Print this item

  Palindrome program - I can't figure it out.
Posted by: Gabar112 - Feb-18-2018, 12:05 PM - Forum: Homework - Replies (3)

[python]
from string import ascii_letters, digits

s = open("saxo.txt").read()
s = s.lower()
s = "".join([c for c in s if c in ascii_letters or c..... More

Print this item

  I am trying to make a Colour Wars game, "Winning code" missing
Posted by: Ondrejoda - Feb-18-2018, 11:06 AM - Forum: General Coding Help - No Replies

Can somebody help? The goal of the game is, that you have a turtle, that you control with arrows, and the turtle paints down color as it moves. How yo..... More

Print this item

  Can't install on Ubuntu 17.10
Posted by: softbros360 - Feb-18-2018, 08:19 AM - Forum: GUI - Replies (2)

Hello,
I have tried many commands to install wxPython on Ubuntu 17.10 but no one seems to be working

[output]
>>> import wx
Traceback (most rece..... More

Print this item

  a debugging task
Posted by: Skaperen - Feb-18-2018, 08:06 AM - Forum: General Coding Help - No Replies

i am currently debugging a program. i need to minimize it, but it is right now kinda large (541 lines). it is divided up into a number of functions...... More

Print this item

  Python web Automation testing
Posted by: vardhhan - Feb-18-2018, 06:23 AM - Forum: Web Scraping & Web Development - No Replies

how to install python and configure selenium
https://youtu.be/4CJSs99sDaQ

python basic arathematic operations
https://youtu.be/lInn1aKMbp0

py..... More

Print this item

  abruptly leaving try/except
Posted by: Skaperen - Feb-18-2018, 03:20 AM - Forum: General Coding Help - Replies (9)

a while back, in a discussion that involved try/except constructs, someone said that it was a bad idea to get out of a try/except with statements like..... More

Print this item

  Question about Open Fonction
Posted by: ginjou - Feb-18-2018, 02:02 AM - Forum: General Coding Help - Replies (1)

Hi,
i am currently learning Python 3 with a friend, and we are using "Learn Python 3 the Hard Way" books from Zed Shaw. We are at the moment at the e..... More

Print this item

  Simple Element Check Code in Selenium Not Working
Posted by: digitalmatic7 - Feb-18-2018, 01:12 AM - Forum: Web Scraping & Web Development - Replies (1)

There's dynamically loaded iframe content 3/4 the way down, towards the bottom of the webpage. It only loads once I scroll close to it. I need this sn..... More

Print this item

  Integer object error
Posted by: Zatoichi - Feb-18-2018, 12:12 AM - Forum: Homework - Replies (2)

[python]
from turtle import Turtle
import random

class Shape():

turtle = Turtle()

class Circle(Shape):

def __init__(..... More

Print this item

  Python with email forms, and frontend code in general
Posted by: MattH - Feb-18-2018, 12:10 AM - Forum: General Coding Help - Replies (4)

Hi guys.

I'm looking to try to teach myself python practically. For example, my goal for tonight is to create an email form through python... or som..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Using a For Loop to subtr... 1 hour ago Anunderling deanhystad General Codin...
  403 Error Yesterday, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... 09-19, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
Most views
  The best Prog... 576498
  Tutorial Requ... 498387
  Web Scraping ... 440387
  Newbie with P... 384284
  New Users Int... 367401
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+ 12087
buran 8175
snippsat 7368
deanhystad 6892
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Noya_Yonatan Today
Saipython555 Today
Anunderling Today
Monir Today
atylerfraces2254 Yesterday

User Panel Messages

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