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,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,588

Full Statistics

Online Users
There are currently 34 online users.
» 1 Member(s) | 28 Guest(s)
Applebot, Bing, Google, AOL, buran

Latest Threads
Another app idea - intera...
Forum: News and Discussions
Last Post: Biks
8 hours ago
» Replies: 1
» Views: 1,818
My goal to be hired worki...
Forum: News and Discussions
Last Post: Biks
8 hours ago
» Replies: 3
» Views: 1,114
real community
Forum: News and Discussions
Last Post: Biks
8 hours ago
» Replies: 4
» Views: 3,066
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
10 hours ago
» Replies: 5
» Views: 173
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
Today, 06:18 AM
» Replies: 4
» Views: 142
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 08:57 AM
» Replies: 1
» Views: 90
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Oct-02-2025, 03:05 PM
» Replies: 3
» Views: 2,558
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Oct-02-2025, 01:56 PM
» Replies: 6
» Views: 254
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,066
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 485

 
  What does None mean here?
Posted by: jenniferruurs - Sep-29-2019, 07:40 AM - Forum: General Coding Help - Replies (1)

What does None mean here?
Does it mean that it should be initialized as empty, but if there is input it can be overridden?
[python]
class ListNode..... More

Print this item

  Need help with "unexpected expression syntax error"
Posted by: PyCoder - Sep-29-2019, 05:24 AM - Forum: General Coding Help - Replies (2)

Hi everyone!
I'm new to python and was hoping to get some help with the code below.
I've worked out that the error pops up whenever I try to finish ..... More

Print this item

  Developing Python with OpenCV into an Android App
Posted by: AviationFreak - Sep-29-2019, 04:44 AM - Forum: General Coding Help - Replies (1)

I've recently created a pretty basic python script that heavily uses and requires OpenCV. I would like to develop it into an Android App (and ideally ..... More

Print this item

  Can't run pyautogui on Mohave
Posted by: veromi22 - Sep-29-2019, 03:32 AM - Forum: General Coding Help - Replies (4)

Tried to search in Google, didn't find the solution

I have mac Mohave 10.14.6

Just installed Python 3.7.4 from Python org

Then installed pyau..... More

Print this item

  Can Cmder be used to write Python programs?
Posted by: newbieAuggie2019 - Sep-29-2019, 02:34 AM - Forum: General Coding Help - Replies (5)

Hi!

Can Cmder be used to write Python programs?

Because at the moment, I'm using the Python 3.7.4 Shell, clicking on the '[..... More

Print this item

  can i merge stderr and stdout?
Posted by: Skaperen - Sep-29-2019, 01:57 AM - Forum: Web Scraping & Web Development - Replies (2)

can i merge stderr and stdout? is this a way to do it?

sys.stderr.flush()
sys.stdout.flush()
sys.stderr=sys.stdout
..... More

Print this item

  how to find 'cycle' for key-value pairs in a dictionary?
Posted by: junnyfromthehood - Sep-29-2019, 12:42 AM - Forum: Homework - Replies (1)

In my homework, a cycle is defined as a set of keys that jump from key -> value -> key that returns to its original starting value. For instance:
d1 =..... More

Print this item

  I need tutoring (basic) - 20$/hour
Posted by: pythonbeginner10 - Sep-28-2019, 10:24 PM - Forum: Jobs - Replies (2)

Hi!

I am a total beginner in python so I am looking for somebody to help me out.
You don't have to be an expert by any means, I am looking for hel..... More

Print this item

  Online Tuition
Posted by: Shafla - Sep-28-2019, 06:50 PM - Forum: News and Discussions - Replies (5)

Can anyone here advise where is the best place could find online 1 to 1 tuition? I have reviewed a few sites and they all seem to be a bit scamy.

Print this item

  the : syntax then indent
Posted by: Skaperen - Sep-28-2019, 06:49 PM - Forum: News and Discussions - Replies (7)

is there any case in python where a statement ends in : and the next line does not have to be indented or there is a valid indent where the previous l..... More

Print this item

  setting up the VS Code to work with Python - virtual environment-configuration
Posted by: apollo - Sep-28-2019, 03:51 PM - Forum: Bar - Replies (2)

good day dear community, 


in my VSCode-project-folder I created the venv-folder with the following command: 
[python]
python -m venv venv[/pyth..... More

Print this item

  I need help for a school project
Posted by: IndyNeerhoff - Sep-28-2019, 02:17 PM - Forum: Homework - Replies (1)

I am working on a model that predicts the patterns on a chladni plate for a high school project. I have the following equation: 0=asin(πnx)sin(πmy)+bs..... More

Print this item

  Storing data/output from a loop
Posted by: Jason613 - Sep-28-2019, 01:24 PM - Forum: Homework - Replies (6)

Hello, I have an assignment.
[python]
qxqy=input("Position of Queenie: ").split()
qx=int(qxqy[0])
qy=int(qxqy[1])
n=input("Number of puppies: ")..... More

Print this item

  3d graph points
Posted by: squillam - Sep-28-2019, 01:21 PM - Forum: Homework - Replies (1)

Below is some code and it wont map a graph with the points on it for some reason???

[python]
import numpy as np
import csv
#import the ploting l..... More

Print this item

  In need of a python-coder - Pay: $200
Posted by: HillTom1499 - Sep-28-2019, 12:15 PM - Forum: Jobs - Replies (1)

Hi there!

I am looking for an experienced python-coder.
You have to be willing to dedicate alot of time for this project as I want it done as soon..... More

Print this item

  printing multiple results together
Posted by: kumaaaa - Sep-28-2019, 10:25 AM - Forum: General Coding Help - Replies (3)

I have a question, if I have multiple results and wanted to print the results together in the end of the code, what code should I use?

Print this item

  What's wrong with this code?
Posted by: kumaaaa - Sep-28-2019, 09:14 AM - Forum: General Coding Help - Replies (6)

This is a code i made that checks whether an isbn with 13 digits is valid, but there is something wrong but I don't know what it is.
The principle i..... More

Print this item

  Python Coding
Posted by: anh3phecan - Sep-28-2019, 05:51 AM - Forum: Homework - Replies (6)

Hi , i need help to get this coding filed but i have no idea how to deal with cumulative worldwide gross ?

[python]from imdb import IMDb
ia = IMD..... More

Print this item

  IndentationError: expected an indented block
Posted by: ryder5227 - Sep-27-2019, 05:55 PM - Forum: General Coding Help - Replies (2)

[python]class Player:
def __init__(self):
self.inventory = [items.RedBloodCell()]
self.hp = 100
self.location_x, self...... More

Print this item

  Converting List into list of tuples
Posted by: ARV - Sep-27-2019, 05:40 PM - Forum: General Coding Help - Replies (4)

Here I am trying to convert a List into a dictionary. So, I am following this approach.
my_list = ['a', 'A', 'b', 'B', 'c', 'C']

If I convert a li..... More

Print this item

  Which is best GUI for drop down menus and calculations
Posted by: Chuck_Norwich - Sep-27-2019, 04:58 PM - Forum: GUI - Replies (2)

Hi, as title, want the best/not complicated GUI for something like this


https://www.tlc-direct.co.uk/Technical/C...ad_positio..... More

Print this item

  Assigning an item from a list
Posted by: xlev - Sep-27-2019, 04:21 PM - Forum: General Coding Help - Replies (1)

Hi

I have a list that contains:

images (in this case 2) 00000000.jpg', '00000001.jpg
bounding box coordinates (example 20.5, 214.5, 8.0, 17.0)..... More

Print this item

  installed pycharm here - how to proceed with micropython
Posted by: apollo - Sep-27-2019, 02:36 PM - Forum: Bar - No Replies

many many thanks for all the help and the very fruitful discussion here at the great Python-fourms


i just have installed PyCharm on

a. my wi..... More

Print this item

  Beginner/Intermediate Tips
Posted by: Ex_database - Sep-27-2019, 02:10 PM - Forum: News and Discussions - Replies (1)

Hi all,

So I would like to ask you all for some general advice on general tips and if possible structuring functions for GUI's vs. web development...... More

Print this item

  Replace first character
Posted by: dtweaponx - Sep-27-2019, 01:43 PM - Forum: General Coding Help - Replies (7)

Really having a hard time figuring this out. What I'm trying to do is every time the user inputs text, it will modify and replace every leading charac..... More

Print this item

  few questions (I am a beginner)
Posted by: eeps24 - Sep-27-2019, 01:39 PM - Forum: News and Discussions - Replies (3)

Huh I am very new to python and having a hard time understanding some basic things. Can anyone please help me with the following? Can you please ..... More

Print this item

  how to obtain header, data, pararms
Posted by: zarize - Sep-27-2019, 01:38 PM - Forum: General Coding Help - Replies (4)

Hi guys,

I found out a type of the page where i cannot find curl in Network section ... First time i can see a case like that.

How to handle cas..... More

Print this item

  Python Project - Parkinson's Detection
Posted by: shivani - Sep-27-2019, 12:13 PM - Forum: General Coding Help - Replies (2)

Hi, I am trying to build a machine learning model for Parkinsons dataset. I am having trouble in extracting the features from the dataset. I need help..... More

Print this item

  GUI help for search engine
Posted by: carzymind - Sep-27-2019, 10:49 AM - Forum: GUI - No Replies

This is my first project on python and tkniter. I attached my code. I am not able to create a different frame for different menu. When i click any men..... More

Print this item

  Chatbot
Posted by: metro17 - Sep-27-2019, 09:48 AM - Forum: Data Science - Replies (1)

[python]import random
greetings = ['hola', 'hello', 'hi', 'Hi', 'hey!','hey']
question = ['How are you?','How are you doing?']
responses = ['Okay',..... More

Print this item

  EOFError: EOF when reading a line - Runtime Error
Posted by: RavCOder - Sep-27-2019, 09:46 AM - Forum: General Coding Help - Replies (6)

Hi,

[Python]
#!/bin/python3

import math
import os
import random
import re
import sys

def print_reverse_number(n,arr):
arr = []
..... More

Print this item

  Vehicle availability
Posted by: beginner1 - Sep-27-2019, 09:16 AM - Forum: Data Science - Replies (4)

Hi,

New to python and machine learning and had a look at various examples, titanic, iris classification, house price regression etc.

Looking if ..... More

Print this item

  offset can not be negative in File.seek()?
Posted by: jollydragon - Sep-27-2019, 09:01 AM - Forum: General Coding Help - Replies (6)

It's intersting I can not put the "offset" to non-zero if I set the second parameter as "1" or "2" in file.seek(), and please refer to the below scree..... More


Attached Files

Thumbnail(s)
   
Print this item

  Scrollbar, Frame and size of Frame
Posted by: Maksim - Sep-27-2019, 07:55 AM - Forum: GUI - Replies (2)

Hello everybody.
I use this script and it works good.
But, i don't know how to do Frame(body) more bigger by vertically.
Could somebody help me? *..... More

Print this item

  Need some General Guidance on how to build a web app to convert excel files to csv.
Posted by: babsdoc - Sep-27-2019, 06:51 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi,

This is my first post here, I wish to know what frameworks I should look into to build a website/web application, where users can upload an exc..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Another app idea - intera... 8 hours ago decuser Biks News and Disc...
  My goal to be hired worki... 8 hours ago GnomeSweetGnome Biks News and Disc...
  real community 8 hours ago decuser Biks News and Disc...
  print does not open conso... 10 hours ago Tycho_2025 Tycho_2025 General Codin...
  create ocr to detect lice... Today, 06:18 bimosora Pedroski55 General Codin...
  Weird failure in Selenium Yesterday, 08:57 glestwid Larz60+ General Codin...
  Fred Economic Data API 10-02, 15:05 warrior42 Trickety Web Scraping ...
  Parse Markdown / get the ... 10-02, 13:56 SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... 10-01, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
Most views
  The best Prog... 577512
  Tutorial Requ... 501588
  Web Scraping ... 441122
  Newbie with P... 385170
  New Users Int... 370046
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+ 12093
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
lauren557 Yesterday
maribita Yesterday
AnalystRobert Yesterday
Safariscampoea Yesterday
DataAnalytics021 Yesterday

User Panel Messages

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