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,953
» Latest member: Jorgecog
» Forum threads: 38,725
» Forum posts: 175,519

Full Statistics

Online Users
There are currently 71 online users.
» 2 Member(s) | 60 Guest(s)
Bing, AOL, Facebook, Google, Applebot, compuman145, buran

Latest Threads
pip install requests does...
Forum: General Coding Help
Last Post: adamsmith12
2 hours ago
» Replies: 9
» Views: 29,087
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 4
» Views: 9,280
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Yesterday, 09:08 AM
» Replies: 0
» Views: 167
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 573
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 191
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 731
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,977
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,244
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,607
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,182

 
  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

  Problems with Turtle
Posted by: KaleBosRatjes - Jun-24-2018, 07:29 PM - Forum: General Coding Help - Replies (2)

Hello guys, im trying to make something where i give 4 imputs that eventually has to read a excel file.
So the problem that im having is that the beg..... More

Print this item

  Melt or Slice
Posted by: Grin - Jun-24-2018, 06:02 PM - Forum: Data Science - No Replies

Using the following dataset : https://www.kaggle.com/jessevent/all-crypto-currencies

I'm trying to isolate two crypto (Bitcoin and Ethereum) currenci..... More

Print this item

  Ho to create a bar chart with two specific columns?
Posted by: Jack_Sparrow - Jun-24-2018, 12:34 PM - Forum: General Coding Help - Replies (1)

Hello there
this is my data set

Vote_count vote_average
2000 4,5
500 5
3500 4
3000 3,5
2700 4,5
1500 3,5

I want to count how many people..... More

Print this item

  Code question
Posted by: robgar2001 - Jun-24-2018, 11:19 AM - Forum: GUI - Replies (2)

Hello I am a c# coder and I am learning Python so be kind please.
I just can't figure out why this code isn't working.
My intensions are to let a sc..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  pip install requests does... 2 hours ago misodca adamsmith12 General Codin...
  Creating a Mindmap progra... Yesterday, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... Yesterday, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... Yesterday, 03:29 Littlefish Littlefish General Codin...
  Is the interpreter that c... Yesterday, 02:36 helendamdam helendamdam General Codin...
  Using a For Loop to subtr... 09-22, 20:56 Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  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...
Most views
  The best Prog... 576777
  Tutorial Requ... 499108
  Web Scraping ... 440569
  Newbie with P... 384539
  New Users Int... 368388
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+ 12088
buran 8176
snippsat 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Jorgecog Today
adamsmith12 Today
Ronny Today
Luciana Today
MatthewRodia Today

User Panel Messages

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