Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,257
» Latest member: Bamboo
» Forum threads: 38,782
» Forum posts: 175,836

Full Statistics

Online Users
There are currently 39 online users.
» 2 Member(s) | 35 Guest(s)
Bing, Google, Hasan2025, Axel_Erfurt

Latest Threads
[solved] re.split issue
Forum: General Coding Help
Last Post: DeaD_EyE
51 minutes ago
» Replies: 9
» Views: 161
Please guide me to comple...
Forum: General Coding Help
Last Post: pbkurd
1 hour ago
» Replies: 2
» Views: 85
New to python and coding
Forum: Homework
Last Post: jefsummers
Yesterday, 07:58 PM
» Replies: 6
» Views: 187
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Yesterday, 11:52 AM
» Replies: 6
» Views: 359
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Nov-12-2025, 07:26 PM
» Replies: 2
» Views: 120
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-12-2025, 10:11 AM
» Replies: 6
» Views: 246
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 397
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 151
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,645
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 251

 
  3D object modeling on Python
Posted by: samuelan - Oct-13-2017, 03:09 PM - Forum: News and Discussions - Replies (1)

Hello,
I need to start my python project, which is making a 3D object with polygon meshes by photogrammetry (taking pictures of the object in differe..... More

Print this item

  Code Review thread
Posted by: nexusfactor - Oct-13-2017, 02:38 PM - Forum: Board - Replies (2)

Is it possible for this forum to have a code review section? I hate to take away attention from someone seeking help when I've written code and need a..... More

Print this item

  Using openslide
Posted by: shivendra95 - Oct-13-2017, 02:34 PM - Forum: General Coding Help - Replies (5)

Can anyone help me with the package "openslide". I'm trying to import the package and want to output an image with .svs format. I have installed the p..... More

Print this item

  Output to excel
Posted by: Analyst - Oct-13-2017, 02:12 PM - Forum: News and Discussions - Replies (1)

Hi , After performing logistic regression , I want to export the confusion matrix to excel . Can anyone please suggest ?

Print this item

  Opinion on Python Security Books
Posted by: nexusfactor - Oct-13-2017, 02:08 PM - Forum: Bar - Replies (8)

I just missed out on the free e-book about Python penetration testing over on Packt Angry

Anyways, I just wanted to know, the book was printed ..... More

Print this item

  Issues with character conversion
Posted by: rexrf - Oct-13-2017, 02:03 PM - Forum: General Coding Help - No Replies

So I'm trying to learn python and I came up with an idea for a little program that reads a text file, converts all of the characters into pseudo-rando..... More

Print this item

  Trapezoidal integration method in python. Getting wrong results
Posted by: auting82 - Oct-13-2017, 12:40 PM - Forum: General Coding Help - Replies (5)

Hi, I am pretty new to Python so I want to appoligize ahead if my question is a bit silly.
I copied som finished code to test a well known numerical ..... More

Print this item

  How to read a file into a variable
Posted by: hello_its_me - Oct-13-2017, 12:38 PM - Forum: General Coding Help - Replies (2)

hi everyone, I am searching for a solution to read a number or a word into a variable out of a file and the other way round so to write a variable int..... More

Print this item

  Need Help about comboBox and lineEdit
Posted by: DeanONeil - Oct-13-2017, 03:47 AM - Forum: GUI - Replies (1)

Here is my script


from PyQt5 import QtCore, QtGui, QtWidgets

class Ui_Main(object):
def setupUi(self, Main):
Main.setObjectName(..... More

Print this item

  t.fillcolor
Posted by: richard_sell - Oct-13-2017, 03:29 AM - Forum: General Coding Help - Replies (1)

please give a runnable sample of your code with the full error text or a clear description of the problem
I want to use colors in the order they are ..... More

Print this item

  Manual Sort without Sort function
Posted by: dtweaponx - Oct-13-2017, 02:04 AM - Forum: Homework - Replies (26)

Hello, I'm currently taking a python class, I really enjoy it but I'm having a issue with getting my code for a upcoming assignment to work. The teach..... More

Print this item

  Linking with multiple python libraries
Posted by: poijuggler - Oct-13-2017, 01:14 AM - Forum: General Coding Help - Replies (2)

I have a somewhat esoteric question, but hopefully someone with knowledge of the Python internals (CPython in particular) can answer this.

I'm work..... More

Print this item

  Upload file to Box
Posted by: skkuchipudi - Oct-12-2017, 11:43 PM - Forum: General Coding Help - Replies (3)

Hi,

I'm trying to upload a csv file to Box via Mulesoft API, I can upload the file but only the file with last line, I can not upload full file. I ..... More

Print this item

  web scraper using pathlib
Posted by: Larz60+ - Oct-12-2017, 11:41 PM - Forum: Web Scraping & Web Development - Replies (1)

Ok, since DeaD_EyE introduced me to pathlib last night, I've been playing with it to get familiar with
it's capabilities.

I wanted to get a bunch ..... More

Print this item

  Lots of code. Creating modules
Posted by: jwhenson1990 - Oct-12-2017, 10:51 PM - Forum: Homework - Replies (2)

This is where I am trying to import the module. Having issues and have tried multiple things.
import geometry # my custom input module



..... More

Print this item

  code getting cut off
Posted by: Larz60+ - Oct-12-2017, 10:34 PM - Forum: Board - Replies (4)

I just noticed on a post that I just made, that certain lines are getting cut short:
Example: 'self.filelist = []'
[python]
self.filelist =
[/pyth..... More

Print this item

  Author class, with constructor validations
Posted by: nexusfactor - Oct-12-2017, 09:57 PM - Forum: General Coding Help - Replies (3)

[python]class Author:

def __init__(self, id, firstname, lastname):
self._validateid(id, "ID")
self._validate_author(firstname..... More

Print this item

  Hiding an executable?
Posted by: szoszme - Oct-12-2017, 09:12 PM - Forum: Homework - No Replies

Hello guys!

I would like to ask you something, because i cant understand this. I would like to run an .exe file from a python code, and the code on..... More

Print this item

  Peek preview of Firefox's WebRender
Posted by: Larz60+ - Oct-12-2017, 07:00 PM - Forum: News and Discussions - No Replies

Here is a preview of Firefox's new WebRender feature which is coming soon in the Firefox Quantum release:

https://hacks.mozilla.org/2017/10/the-who..... More

Print this item

  Python beginner: Weird Syntax Error
Posted by: mentoly - Oct-12-2017, 06:55 PM - Forum: General Coding Help - Replies (5)

Hello to all.

I need a quick and easy fix for my problem with Python error.

I'm just beginning coding, and I'm a little bit frustrated because i..... More

Print this item

  Get event details from eventful api
Posted by: Jon - Oct-12-2017, 06:54 PM - Forum: General Coding Help - No Replies

Im trying to use the eventful api to get information about music events (concerts) between two dates. For example I want to get the below information ..... More

Print this item

  Quiz using a csv
Posted by: zyn13 - Oct-12-2017, 06:25 PM - Forum: Homework - Replies (2)

I am currently in the process of making a quiz in Python, all the questions are stored in a csv database. I am having difficulty in having multiple an..... More

Print this item

  Issue with If statement inside for loop
Posted by: Dotpy - Oct-12-2017, 02:49 PM - Forum: Web Scraping & Web Development - Replies (5)

Hey guys!

I've been working on this script for a few days now. What it's supposed to do is go to a real estate listing page click on a listing, the..... More

Print this item

  Mastermind
Posted by: Davidlit95 - Oct-12-2017, 01:30 PM - Forum: Homework - Replies (2)

Im taking a basic python course in university and my class project is creating something like mastermind.

We have to create a program that guesses ..... More

Print this item

  I need Help in this problem
Posted by: Mostafa6687 - Oct-12-2017, 08:57 AM - Forum: Homework - Replies (2)

[size=medium]hello guys ,
actually I need some help to solve this problem by bython :

[b]Assume s is a string of lower case characters.

Write ..... More

Print this item

  MIMEMultipart instance has no attribute 'as_bytes'
Posted by: PeterJohnson - Oct-12-2017, 08:02 AM - Forum: General Coding Help - No Replies

I'm trying to send an e-mail with Python via gmail. I found this[/url[url=https://python-forum.io/thread-5589.html]..... More

Print this item

  Python BattleShips Random Ship placement
Posted by: FnaticPutin - Oct-12-2017, 07:35 AM - Forum: Game Development - Replies (2)

Hello. I recently started to code a battleship game in python and after debugging, I wanted to see if I could write a piece of code that places the sh..... More

Print this item

  set button background with image of window background
Posted by: gray - Oct-12-2017, 07:29 AM - Forum: GUI - Replies (3)

hello freinds
i have put an image (self.image) on my window background 
 now,
i need to put another image(mi_but1) on this window..
my problem:
i..... More

Print this item

  need help removing an item from a list
Posted by: jhenry - Oct-12-2017, 06:34 AM - Forum: Homework - Replies (4)

it is choice 7 if anyone can help it'd be appreciated
[python]import csv
import sys

#The password list - We start with it populated for testing p..... More

Print this item

  merge drawings
Posted by: chris64 - Oct-12-2017, 06:21 AM - Forum: General Coding Help - Replies (3)

I'm writing a program that makes a png file by combining two other png files.

It's joining them together but not quite the way I want it to. It joi..... More

Print this item

  function output
Posted by: student8 - Oct-12-2017, 04:10 AM - Forum: Homework - Replies (1)

I created a math question generator and I was wondering how do I make the function return the number of questions answered correctly?

For example (..... More

Print this item

  A couple of questions about pip install
Posted by: Athenaeum - Oct-12-2017, 01:40 AM - Forum: General Coding Help - Replies (3)

I am new to Python. At first I understood that packages are to be installed via the command prompt with [python] py -m pip install [package_name][/py..... More

Print this item

  1..2..3.. testing!
Posted by: JimmytheCool - Oct-12-2017, 01:10 AM - Forum: Bar - Replies (2)

Hi guys,

new to the forum. Testing to see if everything is working.

Cheers,

Jimmy Cool

Print this item

  Reading a text file
Posted by: fivestar - Oct-11-2017, 11:49 PM - Forum: Homework - Replies (7)

I have a text file of letters on 8 different lines. I want to read through the file and print out the length of every 2nd line of that file and store ..... More

Print this item

  forum motto / description
Posted by: metulburr - Oct-11-2017, 09:31 PM - Forum: Board - Replies (20)

I added a facebook plugin to handle the facebook graph so when you link this site, that little picture that is previewed in facebook gets added.
I w..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [solved] re.split issue 51 minutes ago paul18fr DeaD_EyE General Codin...
  Please guide me to comple... 1 hour ago pbkurd pbkurd General Codin...
  New to python and coding Yesterday, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... Yesterday, 11:52 yutaozhou noisefloor News and Disc...
  why is the image not show... 11-12, 19:26 sarbogast deanhystad General Codin...
  Help with Serial.write in... 11-12, 10:11 racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... 11-11, 09:52 tsgiannis tsgiannis GUI
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
Most views
  The best Prog... 578946
  Tutorial Requ... 510346
  Web Scraping ... 441963
  Newbie with P... 385983
  New Users Int... 376939
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12107
buran 8195
snippsat 7388
deanhystad 6909
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Bamboo Today
TomTMH Yesterday
pbkurd Yesterday
Gichardaxora Yesterday
cc123 Yesterday

User Panel Messages

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