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,312
» Latest member: elizabethlittle6258
» Forum threads: 38,801
» Forum posts: 175,923

Full Statistics

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

Latest Threads
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
8 hours ago
» Replies: 11
» Views: 318
Python compiler
Forum: General Coding Help
Last Post: noisefloor
8 hours ago
» Replies: 1
» Views: 75
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 93
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 52
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,130
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 206
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 732
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,840
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 214
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 170

 
  Attempting to run py2 and py3 on a windows box
Posted by: Vysero - Jun-26-2018, 04:01 PM - Forum: General Coding Help - Replies (5)

I already have py3 installed on my windows box and I recently downloaded py2. For some reason I figured it would be as easy as specifying in the comma..... More

Print this item

  Trying to use code from WxPython GUI Toolkit
Posted by: Barrowman - Jun-26-2018, 03:59 PM - Forum: GUI - Replies (3)

I have copied the following code:
[python]import wx

class Example(wx.Frame()):
def __init__(self, parent, title):
super(Example,self).__init_..... More

Print this item

  problem about 'if' and 'for' from a python beginner
Posted by: yzjnpu - Jun-26-2018, 03:35 PM - Forum: General Coding Help - Replies (3)

The python code is as below:
[python]curren_accounts=['amy','ADA','eric','tim','jasmin']
new_accounts=['torge','tom','ada','ace','aman..... More

Print this item

  problem to use multi-threads in a code for telnet sessions
Posted by: anna - Jun-26-2018, 01:35 PM - Forum: General Coding Help - Replies (6)

[python]import threading
import telnetlib
import sys
import time
import os
import re
ohfmacfile = open ('/home/anna/scripts/ohfmac.txt','w')
de..... More

Print this item

  Permanent Nan in NP
Posted by: Antigr - Jun-26-2018, 01:31 PM - Forum: Homework - Replies (8)

need to conduct some analysis of the image, do not go into the questions what this formula is, it does not matter.
[python]import numpy as np
from P..... More

Print this item

  sqlite3 operational error on insert query
Posted by: jonesin1974 - Jun-26-2018, 12:45 PM - Forum: General Coding Help - Replies (5)

Hi,

I'm having issues with my insert query. I keep getting the error <class 'sqlite3.OperationalError'>

Have tried several things as suggested ..... More

Print this item

  Need help to get product details using BeautifulSoup+Python3.6!
Posted by: PrateekG - Jun-26-2018, 12:09 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi All,

I am trying to get product information from this site

Currently I am facing following error while fetch..... More

Print this item

  csv filtering with python.
Posted by: KirkmanJ - Jun-26-2018, 09:48 AM - Forum: General Coding Help - Replies (12)

I am attempting to take a csv file containing test results for products and filtering the results so that I know what product was tested and its seria..... More

Print this item

  Popen - How can I read data before CTRL+C command is issued
Posted by: maffaz - Jun-26-2018, 08:32 AM - Forum: General Coding Help - Replies (13)

I have a command line tool in windows that scans for devices.

It will loop through all devices in range repeating until it receives a CTRL+C command...... More

Print this item

  1st Game
Posted by: taflad - Jun-26-2018, 08:21 AM - Forum: Code sharing - Replies (2)

Hi All,

I am very new to python (and programming in general!) and have been following an online class. A task there was to create the old "Camel" g..... More

Print this item

  [Python Developer Wanted] ‘Women in Tech’ Worldwide Training Initiative from Oxford
Posted by: vanicci - Jun-26-2018, 08:18 AM - Forum: News and Discussions - Replies (2)

We are currently looking for an awesome python developer (men/women) who would like to become a mentor for an outreach program called [b]One Million W..... More

Print this item

  newbie with python and tkinter
Posted by: pat - Jun-26-2018, 07:50 AM - Forum: GUI - Replies (8)

I just begin with python and i am training with tkinter.
And i made this training script.
My OS is Windows 7 an python version 2.71

I have make a..... More

Print this item

  how do I successfully use PDO with my ODBC for MSSQL?
Posted by: cyberion1985 - Jun-26-2018, 06:45 AM - Forum: General Coding Help - Replies (3)

  • Windows Server 2016 64 bit (Fully Updated)
  • WAMP/3.1.3 (Win32)
  • Apache/2.4.33 (Win32)
  • PHP/7.2.4 (Win32)

I am tryi..... More

Print this item

  c as parameter
Posted by: ichabod801 - Jun-26-2018, 03:12 AM - Forum: Board - Replies (10)

Say I want to use c as a parameter to function f, like f( c ). If I do it without the spaces, you get f©, which is a little confusing. inline doesn'..... More

Print this item

  Problem with absolute path to file (Mr.Stickman Problems)
Posted by: SheeppOSU - Jun-26-2018, 01:16 AM - Forum: General Coding Help - Replies (3)

Right now I'm working on getting the backround. So I ran into a problem and someone said to provide the absolute value of the file of the picture so I..... More

Print this item

  Paginate json data in flask or jinja2
Posted by: soli1994 - Jun-26-2018, 12:19 AM - Forum: Web Scraping & Web Development - Replies (1)

I am using flask and generate tables that are filled with the JSON data that I retrieve. The problem that I have now is that I need to paginate throug..... More

Print this item

  Nested Functions
Posted by: aditvaddi - Jun-26-2018, 12:07 AM - Forum: Homework - Replies (1)

a,b,c = 5,2,3

def f(a):
	def g(b):
		def h(c):
			return a*b*c
		return h
	return g
	print(g)
f(a)	
I'm trying to cr..... More

Print this item

  Help needed please
Posted by: mattick - Jun-25-2018, 10:24 PM - Forum: General Coding Help - Replies (3)

Hi all, hoping someone can help me. I have an array that finds the range in difference between highest and lowest positive integers. I can accomplis..... More

Print this item

  FoxPro
Posted by: Peter901 - Jun-25-2018, 09:45 PM - Forum: General Coding Help - Replies (4)

Hi to all,
Hoping someone here could help me. How do I deal with the dbf file error message 'Can't find a .dbf file'? It shows up for one dbf file bu..... More

Print this item

  Rectangle keeps teleporting?
Posted by: keyfive - Jun-25-2018, 08:41 PM - Forum: Game Development - Replies (1)

Hi, I am trying to make this cube move, but it just teleports when I let go of an arrow key. Please help!

[python]
import pygame

pygame.init()..... More

Print this item

  Phyton with SQL DB
Posted by: aniyanetworks - Jun-25-2018, 06:31 PM - Forum: Web Scraping & Web Development - Replies (4)

Hello Everyone,

We have our local SQL Database that many other department access it by using crystalreports.
My Manager wants me to create a Websi..... More

Print this item

  OpenSuse Gnome Mouse over question
Posted by: Larz60+ - Jun-25-2018, 05:55 PM - Forum: Bar - Replies (2)

It's been a long time since I used Linux, and I know that there is a simple way to stop window selection on mouse over, but I can't seem to find out w..... More

Print this item

  Powershell Session translation to Python; Session code seems to not work
Posted by: Maverick494 - Jun-25-2018, 04:51 PM - Forum: General Coding Help - Replies (1)

The following are what I have in powershell

# Get a SIM Session Cookie
Invoke-WebRequest -UseDefaultCredentials -UseBasicParsing -Uri http..... More

Print this item

  Formulae to solve problem
Posted by: BigDisAok - Jun-25-2018, 04:49 PM - Forum: General Coding Help - Replies (3)

Hi,

So yesterday some kind people on this forum helped me solve this problem:

Problem PART A : How much of my mortgage is left after X months of..... More

Print this item

  Syntax error in if statement
Posted by: Kve - Jun-25-2018, 03:51 PM - Forum: General Coding Help - Replies (4)

So I'm a quite new python programmer and I'm now working on a digital binary clock (it should convert the hour and minute in binary numbers).
I was ..... More

Print this item

  Confusion about Hashlib
Posted by: Vysero - Jun-25-2018, 03:16 PM - Forum: General Coding Help - Replies (2)

I have never used haslib before. If I understand it is a way to encode an object for compression? I have the following line giving an error:

[pytho..... More

Print this item

  Uploading CSV file to flask, only first line being uploaded. Help !
Posted by: KirkmanJ - Jun-25-2018, 02:11 PM - Forum: Web Scraping & Web Development - Replies (2)

[python]
@upload_csv_blueprint.route('/upload_csv', methods=['GET','POST'])
def upload_file():
if request.method == 'POST':
csvfile = ..... More

Print this item

  Trying to understand blocking in both multitasking and asyncio
Posted by: penright - Jun-25-2018, 01:26 PM - Forum: General Coding Help - Replies (7)

Setting the stage for the questions. I am going to explain a lot here and from now on as I ask different python questions I will just link back to her..... More

Print this item

  slicing dropna
Posted by: mrcool4 - Jun-25-2018, 12:02 PM - Forum: Data Science - Replies (3)

Hi Gurus,

I am doing python course on datacamp and I have come across the below exercise.
[python]
def check_null_or_valid(row_data):
"""Fu..... More

Print this item

  Output column names
Posted by: Scott - Jun-25-2018, 09:06 AM - Forum: Data Science - Replies (2)

Hi Everyone,

I am running a model and then I output the most import features with this code.

[python]
feature_importances = grid_search.best_es..... More

Print this item

  phrase loop and character comparision
Posted by: shiro26 - Jun-25-2018, 06:05 AM - Forum: General Coding Help - Replies (6)

Hi

I have started few days ago, thus I am pretty new to the language.
This is my first post and I hope that this forum and the users' experience w..... More

Print this item

  Using --windowed on Pyinstaller disables output for GUI. (Or what else can I use)
Posted by: Nwb - Jun-25-2018, 02:51 AM - Forum: GUI - Replies (4)

Is there a solution to this? I made my first ever GUI, and it was a currency converter (with the help of PAGE and google). My uncle wants to see it, s..... More

Print this item

  Wrong output in python3 via terminal on mac
Posted by: obligato - Jun-24-2018, 11:02 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello,

So I'm testing out a web parser which takes numbers off a webpage and finds the total. However, each time I run the code it keeps asking me ..... More

Print this item

  Question About Files
Posted by: SheeppOSU - Jun-24-2018, 10:33 PM - Forum: General Coding Help - Replies (1)

I am making a game from the python and i had some problems so I asked someone and they told me to provide the absolute file path for my picture how do..... More

Print this item

  Hangman Help.
Posted by: 2skywalkers - Jun-24-2018, 09:21 PM - Forum: General Coding Help - Replies (4)

I have been trying to make hangman but I have not been able to figure it out. I found a video and copied the code down so I could then figure out what..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  No new line from print in... 8 hours ago Lou noisefloor General Codin...
  Python compiler 8 hours ago NeoQuant noisefloor General Codin...
  Trading Risk management s... Yesterday, 19:34 NeoQuant NeoQuant Code sharing
  Standard template Data En... Yesterday, 17:51 Hosthubac Hosthubac Code Review
  Python Online Compiler Yesterday, 07:39 alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... 11-28, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... 11-28, 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...
Most views
  The best Prog... 579512
  Tutorial Requ... 512974
  Web Scraping ... 442375
  Newbie with P... 386402
  New Users Int... 381787
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 7394
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
elizabethlittle6258 Today
StepanVoronin Today
QABOB Today
adityaN Today
NeoQuant Yesterday

User Panel Messages

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