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,955
» Latest member: Jamirul
» Forum threads: 38,727
» Forum posts: 175,527

Full Statistics

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

Latest Threads
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
4 hours ago
» Replies: 2
» Views: 108
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Today, 03:45 AM
» Replies: 3
» Views: 167
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 01:04 AM
» Replies: 0
» Views: 355
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 02:48 PM
» Replies: 10
» Views: 29,408
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,410
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 293
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 742
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 946
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,203
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,409

 
  import
Posted by: Mathisdlg - Sep-27-2020, 10:43 AM - Forum: General Coding Help - Replies (2)

Hello everybody,
I want to use my own library in my program

import mylib
I don't know what can I do this.
And can you giv..... More

Print this item

  EOF error while taking input
Posted by: ShishirModi - Sep-27-2020, 09:40 AM - Forum: General Coding Help - Replies (1)

Hey there!
I had been using Eclipse IDE for python for some time now but switched to Visual Studio Code with Python extension. Just to give the ID..... More

Print this item

  Tkinter Matplotlib
Posted by: Nepo - Sep-27-2020, 07:47 AM - Forum: GUI - Replies (1)

I just created a tkinter app that diplays numbers separated with semicolons as graphs. The numbers for x and y are inserted in two textboxes and then ..... More

Print this item

  General list size question to solve problem
Posted by: Milfredo - Sep-27-2020, 06:34 AM - Forum: General Coding Help - Replies (3)

I really appreciate all of the help I have gotten here. Need more.I have a list:

horses_info =  []
I run my program and app..... More

Print this item

  Passing List of Objects in Command Line Python
Posted by: usman - Sep-27-2020, 06:25 AM - Forum: General Coding Help - Replies (7)

I am trying to pass a argument to command line for running a python program which takes list of Field Objects and send an email. The program is runnin..... More

Print this item

  open(file, 'rb') raises UnicodeDecodeError
Posted by: binnybit - Sep-27-2020, 03:27 AM - Forum: General Coding Help - Replies (1)

I'm creating a project with Django that involves user uploading images. To test for an image and how it's stored in Django's default storage, I'm usin..... More

Print this item

  Help In adding PIP
Posted by: Infinity - Sep-27-2020, 01:52 AM - Forum: General Coding Help - Replies (1)

I installed python 3.8 recently and it has been added in my path at the time of installation.I am able to install 3 party modules from the command pro..... More

Print this item

  Class function is not running at all even though it is clearly run in the code
Posted by: SheeppOSU - Sep-26-2020, 09:51 PM - Forum: General Coding Help - Replies (2)

I'm very confused as to why my code won't run properly. Below I put the last lines of the main file which just runs some functions of the class. I put..... More

Print this item

  Python factorial code
Posted by: timebrahimy - Sep-26-2020, 09:42 PM - Forum: General Coding Help - Replies (4)

Hi all,
I am new to scientific python. While trying to follow the code below i always get "Factorial does not exist" response. I am using python 3.8 ..... More

Print this item

  Webbrowser
Posted by: jbrick97 - Sep-26-2020, 07:44 PM - Forum: General Coding Help - Replies (3)

New member here - Thanks in advance.

I am using Sublime Text, wrote the below. Help me get this to open google!

import webbrowser
webbrowser...... More

Print this item

  Python coding in Spyder IDE
Posted by: fl4m3 - Sep-26-2020, 07:03 PM - Forum: General Coding Help - No Replies

Hey Guys,
I'm a coding beginner. I had some C# and C++ in school and I want to try python for some smaller projects.
I did not learn how to work wit..... More

Print this item

  How to install Python on a Mac
Posted by: BlueBlue - Sep-26-2020, 06:59 PM - Forum: General Coding Help - Replies (13)

Hi there,

I've been trying to install Python on my Mac for quite sometime - without success.

First, I downloaded the official file from python.o..... More

Print this item

  Concatenation ??
Posted by: ridgerunnersjw - Sep-26-2020, 06:25 PM - Forum: General Coding Help - Replies (1)

I have a string that a user enters from input()....I would like to concatenate it with '\r' (0x0D) <CR> character so that it goes out on the uart bus ..... More

Print this item

  Multi set string inputs/outputs
Posted by: kwmcgreal - Sep-26-2020, 06:19 PM - Forum: General Coding Help - Replies (2)

I actually have no idea what to even call this as I am brand new to python
I am trying to create a simple program that generates a number of differen..... More

Print this item

  [split] Launch soft on Terminal in silent mode
Posted by: Note3409 - Sep-26-2020, 05:18 PM - Forum: General Coding Help - Replies (2)

Do i need to know phyton to create some video games for example Clash of clans mod apk..... More

Print this item

  Creating a list of dictionaries while iterating
Posted by: pythonnewbie138 - Sep-26-2020, 05:16 PM - Forum: General Coding Help - Replies (6)

Hi everyone,

The class I'm writing queries TMDB and, for now, writes data to a txt file. I've written a method to populate global variables to use ..... More

Print this item

  Python version
Posted by: tanometro - Sep-26-2020, 05:12 PM - Forum: Networking - Replies (2)

Hello dear Pythonfriend's,
i'm Tanometro.
I have problems with the python version. I recently installed the latest version of python on my Mac pro, ..... More

Print this item

  convert string into multiple columns in python3
Posted by: VAN - Sep-26-2020, 04:53 PM - Forum: General Coding Help - Replies (2)

Suppose now I have the following string as below:

'DATA B - 22Aug18\nName Occupation Address Marry Teacher Cali Hobby listen music Sex F Sport swim..... More

Print this item

  DUAL WINDOWS...
Posted by: ATARI_LIVE - Sep-26-2020, 04:20 PM - Forum: GUI - Replies (5)

My goal is dual windows as left and right for example:
[python]from tkinter import *

window_left = Tk()
window_left.geometry("300x300")
window_l..... More

Print this item

  coding error iro a menu
Posted by: Rollo - Sep-26-2020, 03:41 PM - Forum: General Coding Help - Replies (2)

The code below when run ignores my menu and goes straight into the first def xx() command - WHY

import sqlite3
def mainMenu():

print(' ..... More

Print this item

  Need help with a checkerboard algorythm
Posted by: giladal - Sep-26-2020, 02:58 PM - Forum: General Coding Help - Replies (2)

Hey Guys,

In the middle of a python course and unfortunately the course is off the air right now so I cant get help from the instructors. Hopefully..... More

Print this item

  Translator doens't show in my web
Posted by: MarcJuegos_YT - Sep-26-2020, 02:52 PM - Forum: Web Scraping & Web Development - Replies (1)

I am currently working on my website, which is a translator which you input a phrase and it gets translated into an invented language.

Here's the c..... More

Print this item

  "RecursionError: maximum recursion depth exceeded in comparison"
Posted by: hhydration - Sep-26-2020, 02:36 PM - Forum: Homework - Replies (1)

[python]def sum_arithmetic(n_terms, start_val, inc_val):
if n_terms == 0:
return 0
else:
return start_val+ sum_arithmetic(..... More

Print this item

  Image to Data
Posted by: nikki - Sep-26-2020, 02:10 PM - Forum: Data Science - Replies (1)

Dear Friends,

This is Nikki from Houston, Texas.

I would some help from you to convert images to Data points using the Python etc. I do not know..... More

Print this item

  Python Dev suggestion: Combining line-wrap with comments inside functions
Posted by: NikoNiels - Sep-26-2020, 12:15 PM - Forum: General Coding Help - Replies (2)

(EDIT: I messed up the title. "inside functions" should not be there. The suggestion is more general than that.)

Code Case
Sometimes, I have a..... More

Print this item

  Maths problems
Posted by: Nick_oLay - Sep-26-2020, 12:07 PM - Forum: General Coding Help - Replies (3)

Hi
I wrote a simple program and it doesn't work properly. Instead of adding numbers it creates a number out of it, for example I type 1+2 and it answ..... More

Print this item

  Master's/PHD for Data Science Job
Posted by: oli_action - Sep-26-2020, 11:47 AM - Forum: News and Discussions - Replies (4)

Hey everyone,

I recently spoke to a friend of the family who is a lead developer(45). I told him I am really interested in data science. He looks up..... More

Print this item

  Math tusk
Posted by: Michel45 - Sep-26-2020, 11:33 AM - Forum: Bar - Replies (2)

Dudes. Can you help me with math?? Cry

Print this item

  Problem posting image to clipboard
Posted by: noel - Sep-26-2020, 10:50 AM - Forum: General Coding Help - No Replies

[align=left]
I am running Windows 10 Version 10.0.18363 Build 18363.
Python 3.8.5
Apache 2.4.41

I found an example of how to copy an image to wi..... More

Print this item

  Handling multi-input/output audio in python
Posted by: bor1904 - Sep-26-2020, 10:05 AM - Forum: General Coding Help - Replies (4)

Hi,
I want to do something like that:

I have two stereo cards and I want to play music completely selectively, this means 1.mp3 on 1 channel in 1 ..... More

Print this item

  Yield statement question
Posted by: DPaul - Sep-26-2020, 08:12 AM - Forum: General Coding Help - Replies (6)

I have been reading up on the "yield" instead of "return" statement.
Arguably, I understand what it does.

On most sites however, they give the gen..... More

Print this item

  Applying Moving Averages formula to a number
Posted by: lynnette1983 - Sep-26-2020, 08:09 AM - Forum: General Coding Help - Replies (1)

I have a csv file named data.


Within this file, I'd like to iterate over the rows and perform a moving averages calculation for the next ..... More

Print this item

  TypeError: 'NoneType' object is not subscriptable
Posted by: syafiq14 - Sep-26-2020, 07:38 AM - Forum: General Coding Help - Replies (3)

I'm trying to check whether the user entered the correct path or not.
when the output appears it doesn't give any error but when i close the output it..... More

Print this item

  Simple Tic Tac Toe but I'm confused
Posted by: Izith - Sep-26-2020, 07:32 AM - Forum: General Coding Help - Replies (1)

So I started learning to code and followed a tutorial making a simple tic tac toe game. Later that day, I wanted to do it again, but without help this..... More

Print this item

  Can we store value in file if we open file in read mode?
Posted by: prasanthbab1234 - Sep-26-2020, 07:31 AM - Forum: Homework - Replies (3)

Using the open() function, open the test.txt file in reading mode and store it in the variable called file_2

Is this possible to create variable wh..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  extracting data from a us... 4 hours ago Perry DeaD_EyE General Codin...
  [Tkinter] how to export a... Today, 03:45 RonR Pedroski55 GUI
  Is the interpreter that c... Today, 01:04 helendamdam helendamdam General Codin...
  pip install requests does... Yesterday, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... 09-23, 03:29 Littlefish Littlefish 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...
Most views
  The best Prog... 576855
  Tutorial Requ... 499405
  Web Scraping ... 440634
  Newbie with P... 384606
  New Users Int... 368571
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 6895
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Jamirul Today
Perry Today
bianchiluca116 Yesterday
Jorgecog Yesterday
adamsmith12 Yesterday

User Panel Messages

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