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,939
» Latest member: Anunderling
» Forum threads: 38,722
» Forum posts: 175,508

Full Statistics

Online Users
There are currently 63 online users.
» 1 Member(s) | 52 Guest(s)
Bing, Google, Applebot, Facebook Dev, AOL, AOL, Anunderling

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

 
  Debugging error, while loop out of range
Posted by: zenort - Feb-13-2018, 07:50 PM - Forum: Homework - Replies (1)

Hi, I am stuck at this point
would appreciate if someone can help me


My Problem:
I have a error in the output, the data output is correc..... More

Print this item

  python 2.7 access denied when writing a file to Windows
Posted by: kavise - Feb-13-2018, 06:41 PM - Forum: General Coding Help - Replies (2)

Hello,

I'm trying to use a python script to download a file from s3 to my Windows 10 laptop. I'm running the
prompt "as administrator". I have gi..... More

Print this item

  setting base class attribute
Posted by: bb8 - Feb-13-2018, 05:48 PM - Forum: General Coding Help - Replies (1)

how can i ensure that an attribute can only be set from derived class? if some other class tries to set it, it should be illegal

Print this item

  Good morning guys!
Posted by: curlyti - Feb-13-2018, 05:45 PM - Forum: News and Discussions - Replies (3)

I am newbie and i want to study about website develop and smart contract.
Anybody know where can i register to study ? Because i want to start to ve..... More

Print this item

  Need help with if/else and getting it exactly right!
Posted by: MikeVita4 - Feb-13-2018, 04:03 PM - Forum: Homework - Replies (1)

I have everything right I just do not know how to get it right when I don't input anything, please helpScreenshots[/url[url=https://python-forum.io/thread-8294.html]..... More

Print this item

  Sr. Full Stack Python Developer
Posted by: Rattle3410 - Feb-13-2018, 03:35 PM - Forum: Jobs - Replies (2)

Chicago, IL
Direct Hire

Job Description
Please send your resume to the email posted below. I will provide feedback within 24 hours
garret..... More

Print this item

  Sending response delay
Posted by: michalt38 - Feb-13-2018, 03:07 PM - Forum: Networking - Replies (1)

Hello :) I'm having some trouble with a Python's socket and FIFO files. I'm communicating with a device through Bluetooth - I'm sending a command and ..... More

Print this item

  Web app controlling step by step motors
Posted by: dnbbrain - Feb-13-2018, 02:34 PM - Forum: Web Scraping & Web Development - Replies (11)

Hi,
I have an basic html page, with an input button that controls 2 step by step motors.
If I input the number 50, the motors will both open at half..... More

Print this item

  Problem with connection: Python + SQL Server
Posted by: carlos_123 - Feb-13-2018, 02:27 PM - Forum: General Coding Help - Replies (2)

Hi Everyone!

I try to connect Python with SQL Server (with Windows Authentication), but I have a problem with the output... The code is:

[pyt..... More

Print this item

  Running a code through multiple files in a folder
Posted by: Rai - Feb-13-2018, 12:25 PM - Forum: General Coding Help - Replies (1)

Hello,

I am new to python. I have 1000 files in a folder and I want to run a block of code on all the files in the folder. The files contains textu..... More

Print this item

  Button click doesnt work from my second class/layout in Python
Posted by: imamideb - Feb-13-2018, 12:09 PM - Forum: GUI - No Replies

I am using PyQt5 and I have designed 3 layouts.

Login
Dashboard
Settings

Login and Dashboard pages have individual class files. When I am tryi..... More

Print this item

  redefinition of a method in a class: pylint warning
Posted by: kboo - Feb-13-2018, 11:10 AM - Forum: General Coding Help - Replies (1)

Hello,
I try to redefine a method class (get_voiture_info) but pytlint (1.8) doesn't like what I wrote, and I don't anderstand why, what should I do t..... More

Print this item

  Python Extensions with C Custom PyObject?
Posted by: babaliaris - Feb-13-2018, 10:08 AM - Forum: General Coding Help - Replies (9)

Hello!

I'm trying to learn how to create python extensions with c. I read the documentation and i tried to make an example but a problem occurred whi..... More

Print this item

  Ho to get all the caontact details from exchange server in python
Posted by: ppsingh22688 - Feb-13-2018, 09:20 AM - Forum: Web Scraping & Web Development - No Replies

Hi All,

I am new to python, i want to implement crud operation on exchange server using python .
please let me know how i can do the same.

Print this item

  Function Attribute / Global Variable Confusion
Posted by: digitalmatic7 - Feb-13-2018, 09:06 AM - Forum: General Coding Help - Replies (1)

Function attributes and global variables seem quite similar:

[python]
def hi():

hi.bye = 50 # function attribute

hi()

def testing..... More

Print this item

  why the generator expression after IF always returns True
Posted by: HenryJ - Feb-13-2018, 06:59 AM - Forum: General Coding Help - Replies (1)

Hi,

Why is the generator expression after IF statement always return True? Is it because the if statement only checks whether there is a new value "g..... More

Print this item

  heavy up front web sites
Posted by: Skaperen - Feb-13-2018, 04:01 AM - Forum: Bar - Replies (2)

more and more web sites are doing more things up front, in the client side. and since with things like brython, this can all be done in python. so i..... More

Print this item

  Michael driscoll New Book
Posted by: Larz60+ - Feb-13-2018, 02:55 AM - Forum: News and Discussions - Replies (2)

Michael Driscoll Is writing a new book:
Reportlab PDF processing with Python.

He has been more than generous, often giving his books python 101 an..... More

Print this item

  I can write to but cannot read from Excel using python.
Posted by: Emerogork - Feb-13-2018, 01:55 AM - Forum: General Coding Help - Replies (2)

I have import xlsxwriter in my code but am not sure what I did to enable that one. (:
Now I want to read from a cell but import xlrd fails. I looked..... More

Print this item

  how do I enter code into python
Posted by: matelot - Feb-13-2018, 12:33 AM - Forum: GUI - Replies (17)

I am totally new to python. I have been asked to use python to solve another problem
I have gone through
https://python-forum.io/Thread-Basic-How-to..... More

Print this item

  Program: Words after "G"/"g"
Posted by: Truman - Feb-12-2018, 11:21 PM - Forum: Homework - Replies (7)

Create a program inputs a phrase (like a famous quotation) and prints all of the words that start with h-z

Sample input:
enter a 1 sentence quote,..... More

Print this item

  What Does This Part of Close Alert Code Mean?
Posted by: digitalmatic7 - Feb-12-2018, 11:20 PM - Forum: General Coding Help - Replies (2)

Hey guys,

Here's the code snippet:

[python]
try:
driver.switch_to.alert.dismiss()
except NoAlertPresentException as e:
pass
[/pyth..... More

Print this item

  MAC OS + Launcher : /usr/bin/pythonw
Posted by: Exh - Feb-12-2018, 11:10 PM - Forum: General Coding Help - No Replies

Hello,

I'm new on the forum and in coding so please be nice with me Big Grin
When I try to run my program that doesn't work. I've read many t..... More

Print this item

  Dictionary filtering and intermediate keys
Posted by: Gilles95 - Feb-12-2018, 09:48 PM - Forum: General Coding Help - Replies (3)

Hello,

I have the below code, which is working fine, although I understand it is not the most efficient from a resource aspect.

I believe it is ..... More

Print this item

  Anyone else here finding John Guttag book finger exercises hard to crack.
Posted by: pritesh - Feb-12-2018, 08:07 PM - Forum: News and Discussions - Replies (3)

Hi,
I've written scripts in the past that would login to various storage devices and gather outputs. I have also written reporting scripts.
So while..... More

Print this item

  John Guttag Book - Finger Exercise 4 - need help to make the code better
Posted by: pritesh - Feb-12-2018, 07:04 PM - Forum: Homework - Replies (12)

Hi,

I am learning python using John Guttag's book - "Introduction to Computation and Programming Using Python: With Application to Understanding Da..... More

Print this item

  Error:__init__ takes no parameters
Posted by: antonmichel - Feb-12-2018, 05:16 PM - Forum: GUI - Replies (2)

hey guys,

I want to build an ecommerce app with kivy and satchless, i am working on making the list with kivy but i am stuck with this error, any h..... More

Print this item

  looping through series, changing value and sorting
Posted by: metalray - Feb-12-2018, 04:51 PM - Forum: General Coding Help - Replies (3)

Dear Python Experts,

I got a series that looks the following:

9 71
14 1990
10 85

I want to append 19 to the 2 digit number..... More

Print this item

  For loop issues
Posted by: BigEasy - Feb-12-2018, 04:29 PM - Forum: General Coding Help - Replies (3)

What am I doing wrong here? From what I can tell, my for loop (for x in s1) is not actually looping through the characters. But I don't know how to fi..... More

Print this item

  manipulating .csv file into columns of selected data
Posted by: Karen_Masila - Feb-12-2018, 02:24 PM - Forum: Data Science - Replies (2)

Hello.

I have a .csv file full of string and text information from which I would like to select desirable information and sort it into neat columns..... More

Print this item

  searching within specified variable list
Posted by: milo204 - Feb-12-2018, 02:09 PM - Forum: General Coding Help - Replies (2)

im trying to create a system which asks for a specific shirt size and colour. white is avaliable in l and m and blue is avaliable in m and s.
im str..... More

Print this item

  error
Posted by: BlockyDuel - Feb-12-2018, 12:09 PM - Forum: General Coding Help - Replies (1)

I'm new to python, and this code has a lot of errors i don't know how to fix.
https://i.imgur.com/6edEmIs.png[/u[url=https://python-forum.io/thread-8266.html]..... More

Print this item

  Importing - KeyError: u'axes.prop_cycle is not a valid rc parameter.
Posted by: GMPE - Feb-12-2018, 11:52 AM - Forum: General Coding Help - Replies (1)

Hi folks,

Trying to use a toolkit called gmpe-smtk (https://github.com/GEMScienceTools/gmpe-smtk).

Following installation I'm attempting to impo..... More

Print this item

  pymongo wildcard query issue
Posted by: MikeAW2010 - Feb-12-2018, 11:40 AM - Forum: General Coding Help - Replies (2)

I am using the re module to interpret wildcards in my input functions and I am attempting to write a Python Script that will look in the database name..... More

Print this item

  how coding microphone receive non-English?
Posted by: TedHanaka - Feb-12-2018, 11:09 AM - Forum: General Coding Help - Replies (1)

My code is bellows

(1)with sr.Microphone() as source:
(2) print('Say anything')
(3) audio=r.listen(source) <=Need to change
(4) print('Done')..... 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 Anunderling 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... 576470
  Tutorial Requ... 498325
  Web Scraping ... 440363
  Newbie with P... 384253
  New Users Int... 367337
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 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Anunderling Today
Monir Today
atylerfraces2254 Yesterday
AdrianCocian Yesterday
humanoidAI Yesterday

User Panel Messages

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