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,964
» Latest member: Edzed4431
» Forum threads: 38,729
» Forum posts: 175,542

Full Statistics

Online Users
There are currently 38 online users.
» 0 Member(s) | 31 Guest(s)
AOL, Bing, Mojeek, Apple, AOL

Latest Threads
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
2 hours ago
» Replies: 1
» Views: 449
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
7 hours ago
» Replies: 4
» Views: 1,981
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,554
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 454
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 909
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 939
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,208
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,823
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Sep-26-2025, 03:53 AM
» Replies: 1
» Views: 2,862
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 738

 
  Measure accuracy of Object Detection
Posted by: Shameendra - Nov-19-2018, 10:37 AM - Forum: General Coding Help - Replies (2)

Hey Guys, I am using YOLO model to detect objects in videos, but due to insufficient input date, my training result is not accurate. Sometimes the bou..... More

Print this item

  Unable to open file
Posted by: ayaz786amd - Nov-19-2018, 09:46 AM - Forum: General Coding Help - Replies (7)

Hi
the code is

 print("a file")
text_file = open('123.txt','r')

print(text_file.read())

text_file.close()
but its not op..... More

Print this item

  If withing lists
Posted by: 3Pinter - Nov-19-2018, 08:21 AM - Forum: General Coding Help - Replies (1)

So here I go. I'm going to try to explain this one.

I want to do a check on certain values and based upon its answer doing something.

I have a ..... More

Print this item

  Help in an homework : Air trafic control
Posted by: Zercrode - Nov-19-2018, 06:48 AM - Forum: Homework - Replies (1)

[b]Can someone please help me do this:
This application takes a proposed set of flight arrival times and decides when those flights should actually a..... More

Print this item

  How can I add some data from file.txt to db.sqlite3 ?
Posted by: Mike Ru - Nov-19-2018, 04:10 AM - Forum: General Coding Help - Replies (1)

I have a subject.txt with content like this
Accidents at Home
Adoption
Advertising
Advice
Age: Youth & Old Age
Airplanes
Amusement Parks

I have a tab..... More

Print this item

  finding angle between three points on a 2d graph
Posted by: qrani - Nov-19-2018, 01:11 AM - Forum: General Coding Help - Replies (4)

[font=Courier New, Courier, monospace]So, i've been trying to find this out for such a long time.
So say I have three points A, B, [b]C..... More

Print this item

  Flask-Nav
Posted by: petr0707 - Nov-18-2018, 07:39 PM - Forum: Web Scraping & Web Development - No Replies

Hello,

please help with the Flask-Nav menu. I need to make a menu where the first part of the menu will display the directories and the second part..... More

Print this item

  informatio from importer to importee
Posted by: Skaperen - Nov-18-2018, 07:31 PM - Forum: General Coding Help - Replies (4)

i have a module that defines some functions that aid debugging. it checks an environment variable. if that environment variable is defined, it defin..... More

Print this item

  Tinkercad
Posted by: arsenal58 - Nov-18-2018, 06:56 PM - Forum: General Coding Help - No Replies

Ok so I have been messing around with tinker cad at school which is a design website. A really basic website but very good for pre engineering. I was ..... More

Print this item

  Running another python file from code
Posted by: Stefanovietch - Nov-18-2018, 06:46 PM - Forum: General Coding Help - Replies (1)

[python]
import turtle as tl
import os

home = tl.Screen()
home.bgcolor("black")
home.title("Home Screen")

lastlevel = 1
start = tl.Turtle()..... More

Print this item

  python cross platfrom FILE IO
Posted by: shift838 - Nov-18-2018, 06:29 PM - Forum: General Coding Help - Replies (1)

So, am very new to Python.

I want to create a program that can be ran on Windows / Linux that access the file system to execute a file with argumen..... More

Print this item

  Computer
Posted by: arsenal58 - Nov-18-2018, 05:20 PM - Forum: General Coding Help - Replies (4)

Not sure how many questions are allowed per day lol. But I was wondering if there was a way I can access another computers console using my python?

Print this item

  Interface Arduino and MSSQL using Python
Posted by: MichaelDean - Nov-18-2018, 05:00 PM - Forum: General Coding Help - No Replies

I'm a newbie to Python. My task is to fetch serial port output (from Arduino), then push the output to the Microsoft SQL Database using Python.

My ..... More

Print this item

  I need help with this please.
Posted by: pythonlearnery - Nov-18-2018, 04:15 PM - Forum: Homework - Replies (4)

Write a function called userWords() that repeatedly asks the user to enter words until they enter the word "stop!". Every word the user enters should ..... More

Print this item

  AttributeError: 'tuple' object has no attribute 'interface'
Posted by: Kim6071 - Nov-18-2018, 03:06 PM - Forum: General Coding Help - Replies (1)

I'm totally new to Python and have tried to make my first little program that can change a MAC address, but I get this error:

[error]Traceback (mos..... More

Print this item

  Enigma Machine Working - Optimise
Posted by: michael_haney - Nov-18-2018, 01:36 PM - Forum: Code sharing - Replies (4)

Hi Everyone,
This is my first forum post so apologies for any mistakes.
I recently wrote this code for the enigma machine, it is not well designed o..... More

Print this item

  Numpy array delete cells
Posted by: LB_994 - Nov-18-2018, 12:57 PM - Forum: Homework - Replies (1)

Hi!
I could really use some help with the following assignment I received.
Basically I created a profile in a 2D array, with active (1) and inactive..... More

Print this item

  Change output of cells.
Posted by: Hoogoo - Nov-18-2018, 09:06 AM - Forum: General Coding Help - Replies (2)

Dear users,

I am quite new to Python coding, and recently I have found a way to download stock data into Python.
Since I am downloading multiple s..... More

Print this item

  Take use input in sets and Dictionaries
Posted by: usman - Nov-18-2018, 09:01 AM - Forum: Homework - Replies (4)

[python]class DFA:
current_state = None;
def __init__(self, states, alphabet, transition_function, start_state, accept_states):
sel..... More

Print this item

  convert multi list to one list !
Posted by: evilcode1 - Nov-18-2018, 08:05 AM - Forum: General Coding Help - Replies (3)

hello all ...
this is my code :
[python]
#qassam = raw_input()


def loop():

for i in range(12):
qan = "Key.f{}".format..... More

Print this item

  help with assignment
Posted by: Mof44 - Nov-17-2018, 10:22 PM - Forum: Homework - Replies (9)

Hi, I have this assignment to do and no idea where to start...
[i]You ask the user to enter a random number, which expresses the size of the 'Christm..... More

Print this item

  No bs_serial?
Posted by: MuntyScruntfundle - Nov-17-2018, 07:57 PM - Forum: General Coding Help - Replies (1)

I'm randomly getting an error which means nothing to me at all, could someone please let me know what it means?

Many thanks.

for b in bstick..... More

Print this item

  AP Chem
Posted by: arsenal58 - Nov-17-2018, 06:06 PM - Forum: General Coding Help - Replies (10)

Hello, I am in AP Chemistry at my high school and I was trying to find ways to make it a little bit easier. Obviously the easiest way to make life sim..... More

Print this item

  How to change TV channel with Python
Posted by: arsenal58 - Nov-17-2018, 05:41 PM - Forum: General Coding Help - Replies (7)

Hi, I am a beginner as you can probably already tell. I have been watching a lot of videos and reading many articles on how to use python and I have b..... More

Print this item

  how to insert list into database
Posted by: zubair - Nov-17-2018, 05:40 PM - Forum: General Coding Help - Replies (2)

I am storing <p> tag data into list. When i apply insert query then last line of the list stored in the database.
I want to store all data in databa..... More

Print this item

  Timing functions with multiprocessing
Posted by: mntfr - Nov-17-2018, 05:10 PM - Forum: General Coding Help - Replies (3)

Hi, I have a function that I execute with no problems with multiprocessing however I cant time it
[python]
import multiprocessing as mp
import time..... More

Print this item

  formatting question
Posted by: Jonininireland - Nov-17-2018, 02:19 PM - Forum: General Coding Help - Replies (1)

using format

such as

pizzaTotal = 5
formatPizzaTotal = '{:>75}'.format(pizzaTotal)

i know moves the print 75 spaces to the right

but if i..... More

Print this item

  Not able to covert exe file for pyautugui module python script
Posted by: Utkarsh29 - Nov-17-2018, 10:24 AM - Forum: GUI - Replies (1)

Hi,i m new in python and need some help..
i have created one script in python using pyautogui module,but now when i m trying to convert into exe file ..... More

Print this item

  Basic Quiz/Game
Posted by: searching1 - Nov-17-2018, 07:12 AM - Forum: Homework - Replies (10)

Hi, I'm working on this practice task which is like a quiz, When if the after is correct the question repeats all the time and not moving to the next ..... More

Print this item

  a "better" code question
Posted by: Skaperen - Nov-17-2018, 03:35 AM - Forum: General Coding Help - Replies (4)

part of code is going to work on a slice of a string, omitting the first character, such as handling an option. it needs to know the length of the pa..... More

Print this item

  [split] Theme change
Posted by: thexmodgames - Nov-16-2018, 09:45 PM - Forum: Bar - Replies (2)

This is my website i need review if the themes is goodhttp://thexmodgames.net
i need your help
http://thexmodgame..... More

Print this item

  Stream Data to Text or CSV format
Posted by: ekq378 - Nov-16-2018, 06:32 PM - Forum: General Coding Help - No Replies

I want to read in the values of AINO - AIN11 and output them into different rows so the 1st row would read in the scans AINO - AIN11 then move to the ..... More

Print this item

  Can i make this work in any way?
Posted by: Stefanovietch - Nov-16-2018, 05:59 PM - Forum: General Coding Help - Replies (4)

[python]
import turtle as tl

orbs = []

#Screen
home = tl.Screen()
home.bgcolor("black")
home.title("Home Screen")

#Orbs
def ..... More

Print this item

  extract information from a file
Posted by: clarablanes - Nov-16-2018, 03:38 PM - Forum: General Coding Help - Replies (4)

Dear friends:

I must extract information from a sdf file containing molecule dates:

.
.
.
43 46 1 0 0 0 0
46 47 1 0 0 0 0
46 4..... More

Print this item

  Encountered a logic problem in my project
Posted by: osmanb06 - Nov-16-2018, 12:21 PM - Forum: Game Development - Replies (3)

I wrote some codes for my ball to don't spawn border over.But my ball spawns over of border.Anyone you help me this logic problem? If you won't change..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My goal to be hired worki... 2 hours ago GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 7 hours ago arbiel Gribouillis General Codin...
  My First App Yesterday, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... Yesterday, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
Most views
  The best Prog... 577188
  Tutorial Requ... 500147
  Web Scraping ... 440893
  Newbie with P... 384902
  New Users Int... 369157
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+ 12089
buran 8176
snippsat 7367
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Edzed4431 Yesterday
chaoh1911 Yesterday
KaydenJonah098 Yesterday
carlbidwell Yesterday
llarkin6 09-26

User Panel Messages

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