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,977
» Latest member: stephaniehendrix
» Forum threads: 38,732
» Forum posts: 175,563

Full Statistics

Online Users
There are currently 47 online users.
» 1 Member(s) | 41 Guest(s)
Apple, Bing, Mojeek, Google, PiotrBujakowski

Latest Threads
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
8 hours ago
» Replies: 2
» Views: 219
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:21 AM
» Replies: 2
» Views: 847
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 896
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 588
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,940
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,354
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,931
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,358
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,275
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,600

 
  Python Maze Game by Christian Thompson
Posted by: ninedeadeyes - Apr-05-2019, 09:37 AM - Forum: Game Development - Replies (2)

Here is a thread to share any ideas or advancement regarding Christian Thompson " Python Maze Game "

Just finished the tutorial myself but hoping t..... More

Print this item

  Similarity network
Posted by: Absolumentpasadrien - Apr-05-2019, 09:36 AM - Forum: Homework - Replies (3)

Hello all,

I have to write a code to convert a .blastp file into a .sif one. For those of you that don't know what these are, a .blastp file look l..... More

Print this item

  Sort MULTIDIMENSIONAL Dictionary
Posted by: mirinda - Apr-05-2019, 08:38 AM - Forum: General Coding Help - Replies (2)

Hi all,

Im trying to order a Multidimensional dictionary with no success. I get the dict by a function and the result is like this:

[output]{'Nu..... More

Print this item

  Putting text on images from excel/csv file
Posted by: sam77am - Apr-05-2019, 07:06 AM - Forum: General Coding Help - Replies (1)

Hello Guys,
I am new in python.

I am looking for python programming where I can write specific text on specific images with updated in csv/excel...... More

Print this item

  hexadecimal world
Posted by: Skaperen - Apr-05-2019, 05:39 AM - Forum: Bar - Replies (3)

i am thinking of hacking a version of the python interpreter to use hexadecimal (which i call "cetal"), without the leading "0x", as the default every..... More

Print this item

  Find 'greater than' items in list
Posted by: johneven - Apr-05-2019, 04:39 AM - Forum: Homework - Replies (2)

rainfall_mi is a string that contains the average number of inches of rainfall in Michigan for every month (in inches) with every month separat..... More

Print this item

  a less challenging project idea
Posted by: Skaperen - Apr-05-2019, 04:25 AM - Forum: News and Discussions - Replies (2)

this one is not as hard as my last one. it is more about getting all the details right so it works correctly and gracefully in all case..... More

Print this item

  Problems using Kivy in Pycharm
Posted by: Exsul - Apr-05-2019, 02:37 AM - Forum: GUI - Replies (1)

Anybody have experience using Kivy in Pycharm? I'm going through this video tutorial, but when I type "buildo..... More

Print this item

  Need someone to help me edit this script
Posted by: edlentz - Apr-04-2019, 09:00 PM - Forum: General Coding Help - Replies (1)

I found a script that will send SIP messages to devices. It uses a template to setup the info to be sent. The template is this
[icode]NOTIFY sip:un..... More

Print this item

  Best way to support multiple keys in dictionaries
Posted by: mrapple2020 - Apr-04-2019, 08:22 PM - Forum: General Coding Help - Replies (3)

Hi, imagine I have this situation:

[python]>>> ip1 = "1.1.1.1"
>>> ip2 = "2.2.2.2"
>>> ip3 = "3.3.3.3"
>>>
>>> elements = {ip1+','+ip2:'100'}
..... More

Print this item

  Virtual Environments
Posted by: pneveux - Apr-04-2019, 07:56 PM - Forum: General Coding Help - Replies (1)

I'm relatively new to Python. I've always been told to use a virtual environment when developing a project to make sure that updated packages won't b..... More

Print this item

  Smartsheet api data using python into folder
Posted by: dspy9 - Apr-04-2019, 07:30 PM - Forum: General Coding Help - No Replies

I need to get smartsheet data into folder in csv file using Python api call without using smartsheet sdk. Please advise if anyone has any suggestions.

Print this item

  While loop won't restart program :(
Posted by: TheDovah77 - Apr-04-2019, 06:37 PM - Forum: General Coding Help - Replies (4)

So I am very new to python, and I am trying to make a simple dice roll simulator. But when I try to loop the program it just doesn't do anything, I've..... More

Print this item

  Issue with json data
Posted by: pythonFresher - Apr-04-2019, 05:59 PM - Forum: Homework - Replies (5)

Hi All,

I am new to python and please excuse for any process in posting the thread.I have a requirement to get few values from a URL.

URL
http:..... More

Print this item

  SNMP Dynamic Table
Posted by: martillyu2017 - Apr-04-2019, 05:36 PM - Forum: Networking - Replies (1)

Hi, all.

I need a guide or link to a tutorial that discuss how to build a dynamic SNMP table in PYSNMP and then create rows on that table.

I se..... More

Print this item

  What data structure I need
Posted by: dervast - Apr-04-2019, 05:22 PM - Forum: Data Science - Replies (3)

Hi all,
I am new to python and I have learned using data frames. I have imported some data series and I was able to set the index to be time based. T..... More

Print this item

  inserting data into sqlite3 database using concurrent futures
Posted by: Larz60+ - Apr-04-2019, 05:01 PM - Forum: Bar - Replies (3)

Just finished a module that scrapes data from 460,000 html files and inserts that data into an Sqlite3 database.
Now this is a rather nerdy question ..... More

Print this item

  why can't i used ESC key??
Posted by: dongk33 - Apr-04-2019, 02:56 PM - Forum: General Coding Help - Replies (1)

this is my code
[python]
import turtle as t

def blank():
t.clear()


t.speed(0)
t.pensize(2)
t.shape("turtle")
t.onscreenclick(t.goto)..... More

Print this item

  A dynamically updating GUI screen from URL
Posted by: bescf - Apr-04-2019, 01:55 PM - Forum: GUI - Replies (20)

I work on about developing a Qt GUI using Qt5 and PyQt.

I am trying to implement a display screen to Raspberry Pi that will dynamically "live upda..... More

Print this item

  Created a simple GUI to get myself started with TkInter!
Posted by: bixitz - Apr-04-2019, 01:22 PM - Forum: Code sharing - Replies (4)

[Image: DiscountApp.jpg]
Hello friend..... More

Print this item

  sysv_ipc shared memory performance
Posted by: comotai - Apr-04-2019, 12:47 PM - Forum: General Coding Help - Replies (1)

I have a system that is written in C on Linux and there are 2 components. One component reads a bunch of data, serializes it into C structs then copie..... More

Print this item

  ValueError: Input contains infinity or a value too large for dtype('float64')
Posted by: Rabah_r - Apr-04-2019, 12:30 PM - Forum: Data Science - Replies (1)

Hello python community, i need help.
I'm working on machine learning. However, i have problem at the cleaning step.
i use this code:
[python]
# Im..... More

Print this item

  How to mask the region out side the region of interest
Posted by: Sri - Apr-04-2019, 12:24 PM - Forum: Data Science - No Replies

Hi,
I have below the circle, and I want to pick three regions of interest.

I created a filled circle with center at (0,0), a radius is 20. Now I w..... More

Print this item

  How to arrange the four pictures of a matplotlib.pyplot?
Posted by: vokoyo - Apr-04-2019, 11:31 AM - Forum: Data Science - No Replies



May I know how to modify my Python programming so that can arrange the pictures -







[python]

from sklearn import datasets
..... More

Print this item

  Better Understanding of Security and injection attacks SQLite
Posted by: KevinBrown - Apr-04-2019, 11:25 AM - Forum: General Coding Help - Replies (1)

From Sebastian Raschka's excellent document A thorough guide to SQLite database operations in Python.

I would like to better understand the risk from..... More

Print this item

  How to correct the Python programming - Support Vector Machine
Posted by: vokoyo - Apr-04-2019, 07:56 AM - Forum: Homework - Replies (7)




May I know how to modify my Python programming as refer to the attached image file -





[python]
# To Get iris dataset
from skl..... More

Print this item

  is it safe to close stdin
Posted by: Skaperen - Apr-04-2019, 04:27 AM - Forum: General Coding Help - Replies (1)

in a program that usually opens, reads and closes files, it sometimes reads stdin. it will only read it to EOF once. is it then safe to close it? i..... More

Print this item

  Fibonacci sequence problem is confusing me
Posted by: adam10e10 - Apr-04-2019, 03:14 AM - Forum: Homework - Replies (2)

I am having a hard time initiating this program

The idea of the Fibonacci sequence can be generalized by starting with any two numbers F0 and F1, a..... More

Print this item

  Download set of w3school test images
Posted by: Larz60+ - Apr-04-2019, 03:01 AM - Forum: Code sharing - No Replies

Here's a simple script to download a complete set of test images.
It will create a directory directly below the script directory, named test_images
..... More

Print this item

  code to retrieve an image gave me an error
Posted by: matthew18 - Apr-04-2019, 02:39 AM - Forum: Homework - Replies (1)

Code:
[python]
from graphics import *
win = GraphWin("Hydro Jar", 1000, 1000)
img = Image(Point(0, 0), "C:\\Users\\M Williams\\Downloads\\robotfre..... More

Print this item

  Debugging
Posted by: adam10e10 - Apr-04-2019, 02:26 AM - Forum: General Coding Help - Replies (3)

Hey guys I keep getting this error:
Welcome to Course Average Tool.
Enter first number: ..... More

Print this item

  Blank Screen
Posted by: Exsul - Apr-04-2019, 02:00 AM - Forum: GUI - Replies (2)

No error message, but I get a plain black window when I run this code:

practice1.py
[python]import kivy
kivy.require("1.10.1")

from kivy.app i..... More

Print this item

  How can I send a .mp3 to play through my mic?
Posted by: ejected - Apr-04-2019, 01:23 AM - Forum: General Coding Help - Replies (20)

Is it possible to make a text to speech program that outputs the speech through my mic? So I can use it over Discord/TeamSpeak/Game voice chat/ect

..... More

Print this item

  Returning True or False vs. True or None
Posted by: trevorkavanaugh - Apr-04-2019, 12:43 AM - Forum: General Coding Help - Replies (6)

Hello,

I was just wondering if there is any reason that I should explicitly return False from a function instead of just letting it return None?
..... More

Print this item

  Why is it so difficult to just ouput an image where I want?
Posted by: jpezz - Apr-03-2019, 09:12 PM - Forum: GUI - Replies (14)

[python]from Tkinter import *

root = Tk()
# Remove titlebar
root.overrideredirect(1)
canvas = Canvas(root, width =100,height=153)
logo=Phot..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Integer Factorization Too... 8 hours ago fosuwxb buran Code sharing
  My goal to be hired worki... Today, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... Yesterday, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... Yesterday, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [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...
Most views
  The best Prog... 577364
  Tutorial Requ... 500732
  Web Scraping ... 441019
  Newbie with P... 385067
  New Users Int... 369582
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+ 12091
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
stephaniehendrix Today
Williamcaurb Today
Schirag Today
Jacobjoift Today
sophielane Yesterday

User Panel Messages

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