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,271
» Latest member: aminrony1999
» Forum threads: 38,787
» Forum posts: 175,856

Full Statistics

Online Users
There are currently 40 online users.
» 0 Member(s) | 35 Guest(s)
Bing, AOL, Google, Applebot

Latest Threads
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
1 hour ago
» Replies: 3
» Views: 147
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Today, 11:47 AM
» Replies: 4
» Views: 148
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Today, 08:44 AM
» Replies: 2
» Views: 114
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 159
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 346
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 66
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 109
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 353
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 201
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 313

 
  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

  simulate static local varibles with getattr
Posted by: gjenkinslb - Feb-17-2018, 11:32 PM - Forum: Tutorials - Replies (3)

Just post YouTube video with how to use [font=Courier New, Courier, monospace]getattr builtin method to create function st..... More

Print this item

  Newbie ? Python 3 Input()
Posted by: jlgrunr - Feb-17-2018, 09:49 PM - Forum: General Coding Help - Replies (1)

I am running Ubuntu 17.10.1 and Python Python 3.6.3

When I use input() I get a traceback. I bumped into something on python.org and I have success ..... More

Print this item

  basic code help
Posted by: chche5 - Feb-17-2018, 09:22 PM - Forum: General Coding Help - Replies (4)

code:

name = input('enter name please: ')\
\
print('hello', name)

I'm using python 3 shell and I cant get it to work. I get an error..... More

Print this item

  Click on unusual class button using mechanize Ask Question
Posted by: Coto - Feb-17-2018, 07:34 PM - Forum: Web Scraping & Web Development - Replies (1)

So I've been trying to click this button using mechanize/anything else (except selenium - I don't want to use selenium due to it being GUI-based) but ..... More

Print this item

  How to test a function that is supposed to return NoneType?
Posted by: w0mb4rt - Feb-17-2018, 06:58 PM - Forum: General Coding Help - Replies (1)

Hey all. I'm working on an assignment from an intro to Python course on Coursera and I'm trying to check all my functions. I have a function, shown ..... More

Print this item

  Scaping (all) of a specific tag
Posted by: MattH - Feb-17-2018, 06:50 PM - Forum: Web Scraping & Web Development - Replies (1)

Most pages have multiple h2's for example.

I can manually add [0], [1] and [2] for example which is great - but what if a page had 20 h2's? How do ..... More

Print this item

  Python code not working
Posted by: noelaronc - Feb-17-2018, 06:46 PM - Forum: General Coding Help - Replies (2)

[python]def main():
print("Welcome to the rectangle calculator")
print()

# Calls//
input_rectangle1()
input_rectangle2()
a..... More

Print this item

  Learning Python, newbie question about strings and evaluation
Posted by: new_learner_999 - Feb-17-2018, 03:34 PM - Forum: General Coding Help - Replies (13)

Hi all,

I'm going through an online course to learn Python3. Am getting on fine but I seem interested in finding not simply a "correct" answer that..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Graph Interpolate Difficu... 1 hour ago Tuurbo46 deanhystad General Codin...
  [SOLVED] Access keys and ... Today, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... Today, 08:44 Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 11-15, 16:07 nathanael deanhystad General Codin...
  sorting a lisr of file pa... 11-15, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... 11-14, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... 11-14, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
Most views
  The best Prog... 579079
  Tutorial Requ... 511195
  Web Scraping ... 442063
  Newbie with P... 386119
  New Users Int... 378376
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+ 12108
buran 8196
snippsat 7389
deanhystad 6914
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
aminrony1999 Today
fobby888 Today
digitalboy346 Today
ben9090o Today
ViktoriaMetodieva Today

User Panel Messages

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