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,935
» Latest member: marineoman
» Forum threads: 38,723
» Forum posts: 175,505

Full Statistics

Online Users
There are currently 41 online users.
» 0 Member(s) | 36 Guest(s)
Bing, Google, AOL, Internet Archive, AOL

Latest Threads
ShanePulse
Forum: General Coding Help
Last Post: LewisByday
9 minutes ago
» Replies: 0
» Views: 1
TimsothyKat
Forum: General Coding Help
Last Post: Fobertsmene
1 hour ago
» Replies: 0
» Views: 16
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:27 PM
» Replies: 2
» Views: 385
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Sep-17-2025, 05:56 PM
» Replies: 9
» Views: 3,406
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 1,811
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 767
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,015
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,063
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,117
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 685

 
  Made a Class, How to Continue?
Posted by: AnjyilLee - Nov-04-2017, 04:18 AM - Forum: Homework - Replies (2)

Okay, the first part of my assignment was to make a Class called Car. I have done this with the data attributes and methods they told me to use:

[p..... More

Print this item

  .pyc -> .py - to check if my code was used
Posted by: Skaperen - Nov-04-2017, 03:44 AM - Forum: News and Discussions - Replies (2)

i would like to know what facilities might exist to translate a .pyc file back to some form of python source.

here's my case:

i found a package ..... More

Print this item

  Issues with functions
Posted by: kiki1113 - Nov-04-2017, 01:53 AM - Forum: Homework - Replies (2)

Need help with my homework. It's apparent to me that I don't fully understand how to pass information to a function. I'm following examples the prof..... More


Attached Files

Thumbnail(s)
   
Print this item

  ultimatelistctrl problem
Posted by: floatingshed - Nov-04-2017, 12:41 AM - Forum: GUI - Replies (7)

I can't get ULC to getitem. Even in the demo (report version) clicking an item prints "self.currentItem = event.Index AttributeError: Index"
The code..... More

Print this item

  Best way to set cell background colour in openpyxl
Posted by: Pedroski55 - Nov-03-2017, 11:02 PM - Forum: General Coding Help - Replies (4)

Using openpyxl to manipulate Excel files, what is the best way to set the cell background colour?

I got this from stackoverflow:

[python]from op..... More

Print this item

  Python2 to Python3 translation - .keys()
Posted by: 20salmon - Nov-03-2017, 09:19 PM - Forum: General Coding Help - Replies (1)

Hi,

I'm trying to follow the code in a machine learning textbook. Unfortunately, the code is written in Python2, and I'm using IPython via neovim, ..... More

Print this item

  pip wont install selenium
Posted by: simon1 - Nov-03-2017, 08:55 PM - Forum: Web Scraping & Web Development - Replies (2)

i have installed python 3.6 on my windows 8.1 laptop. but i cannot get pip to install selenium.
i get the following appear in red font on command pro..... More

Print this item

  Error in Selenium: CRITICAL:root:Selenium module is not installed...Exiting program.
Posted by: AcszE - Nov-03-2017, 08:19 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello, yesterday all was good with selenium WebDriver, but today when I was running my program this error ocurred "CRITICAL:root:Selenium module is no..... More

Print this item

  Help with a custom function needed
Posted by: Explodingpineapple - Nov-03-2017, 07:32 PM - Forum: General Coding Help - Replies (1)

I was trying to get a custom function to perform an equation known as Spearman's rank correlation coefficient (read about here: https://en.wikipedia.o..... More

Print this item

  Need help to read a gzip stream...
Posted by: pythonchakri - Nov-03-2017, 07:13 PM - Forum: General Coding Help - Replies (5)

Following code errors, and I have tried every mechanism that is available on google search. Still could not get the stream to uncompress without error..... More

Print this item

  Beginner question
Posted by: HimynameisBen - Nov-03-2017, 06:05 PM - Forum: General Coding Help - Replies (4)

Hi there everybody. I'm a total beginner to Python, I only just started looking at it yesterday, so at the moment I'm basically just attempting to do ..... More

Print this item

  Can someone point me in the right direction?
Posted by: Aesgarth - Nov-03-2017, 04:57 PM - Forum: GUI - Replies (1)

I have a little python experience but zero with creating a GUI. I've created a layout using QT designer - mostly just to have a plan really. it looks ..... More

Print this item

  Adding C methods to a pure python class
Posted by: relent95 - Nov-03-2017, 03:10 PM - Forum: General Coding Help - Replies (1)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  bubble sort random list
Posted by: atux_null - Nov-03-2017, 01:35 PM - Forum: Homework - Replies (7)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Best way to strip() after split()
Posted by: k357k9 - Nov-03-2017, 11:27 AM - Forum: General Coding Help - Replies (11)

data = 'Red Duck | $125 | New | Ready | Very Good'
product, price, condition, available, rating = data.split('|')
Is there an easy wa..... More

Print this item

  Module for procedural generation with hashes
Posted by: PhilHibbs - Nov-03-2017, 11:16 AM - Forum: Code sharing - Replies (8)

I am working on a Python library to replace use of the random number generator with a hash-based system, so that seeded sequences are no longer fragil..... More

Print this item

  Need help in tkinder
Posted by: Lizard - Nov-03-2017, 08:46 AM - Forum: General Coding Help - No Replies

I am new to using tkinder
I want to adjust the radio button with 4 button in 1 row.
I am not sure how to do it

Also
I want to put the " hell0" b..... More

Print this item

  Can't figure out small errors in my code?
Posted by: pythonwizard96 - Nov-03-2017, 04:26 AM - Forum: Homework - Replies (1)

Problem 2
You are working in a biology lab where they are investigating the effects of diet on
1
rats’ body weight. They have fed several rats vari..... More

Print this item

  Just bought bitcoins
Posted by: metulburr - Nov-03-2017, 04:03 AM - Forum: Bar - Replies (19)

I kinda ignored it for the past few years. I figured i would buy a portion, try to forget about it, and come back in 10 years and see what its at. Im ..... More

Print this item

  New at Python programming
Posted by: rsmldmv - Nov-03-2017, 12:56 AM - Forum: GUI - Replies (1)

I'm a VB.Net programmer by trade and am in process of learning Python. I'm messing around with the tkinter library for GUI development. One simple thi..... More

Print this item

  Understanding Functions
Posted by: Dez - Nov-03-2017, 12:26 AM - Forum: General Coding Help - Replies (4)

Hello
I'm new to python i have been taking the Codeacademy python course, I'm trying to understand what a function is and how it can properly be used..... More

Print this item

  Plug/Socket Simulator?
Posted by: sackadoo - Nov-02-2017, 08:10 PM - Forum: GUI - No Replies

I'm relatively new to Python (and QT), but moderately experienced in C, PHP, and early HTML/Javascript... although I wandered off to do other things a..... More

Print this item

  validating user input and loops
Posted by: Austin11 - Nov-02-2017, 03:50 PM - Forum: Homework - Replies (7)

So I am new to programming and I need to create a program that will allow the user to input how many bottles they collected over seven days. ie: Monda..... More

Print this item

  deleting certain rows from multidimensional list
Posted by: aster - Nov-02-2017, 03:01 PM - Forum: General Coding Help - Replies (4)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  Help with my project
Posted by: jamshaid1997 - Nov-02-2017, 02:40 PM - Forum: Homework - Replies (1)

Hi i was wondering if i could get some help on a banking system i want to be create the banking system should be able to:
 Create the necessary clas..... More

Print this item

  Funny things Java Devs do but Python Devs Don't
Posted by: QueenSvetlana - Nov-02-2017, 02:35 PM - Forum: Bar - Replies (1)

I've posted a question about abstract class and if I correctly constr..... More

Print this item

  Pillow Image Processing
Posted by: matteusbeus - Nov-02-2017, 01:25 PM - Forum: Data Science - Replies (2)

I'm a Sega Genesis homebrew developer. I want to write a script to optimise images for the console. I'm hoping to use the Pillow library but don't e..... More

Print this item

  Python 3D mesh deformation
Posted by: chaton - Nov-02-2017, 10:30 AM - Forum: Game Development - Replies (1)

Hello,

I am currently searching a way to apply a 3d deformation to a 3d mesh (i.e. warp). I know that Bicubic Bspline warp and Thin-plate spline wa..... More

Print this item

  Debugging in Python IDE
Posted by: jeanloup - Nov-02-2017, 08:40 AM - Forum: General Coding Help - Replies (1)

[nodisplay]To make helping easy, please show a runnable example of your code with the full error text or a clear description of the problem. For impro..... More

Print this item

  find my system is single boot or dual boot using python
Posted by: Sachin_d - Nov-02-2017, 05:51 AM - Forum: General Coding Help - Replies (2)

import platform
platform.uname()


This code gives me my current running os but i want to know whether my system is single boot or dual boot

Print this item

  installing any package= impossible headache
Posted by: ineedastupidusername - Nov-02-2017, 02:41 AM - Forum: Data Science - Replies (23)

So I want to make animation move to the beat of music, viewable on youtube. I figure I need to mess with mp4 etc stuff so I guess I need pymovie. I do..... More

Print this item

  how to download a tarball on github?
Posted by: Skaperen - Nov-01-2017, 11:25 PM - Forum: News and Discussions - Replies (11)

does anyone here in the bar know where/how to download a tarball (as opposed to a zip file) of a package/project on github?

Print this item

  Highcharts: JS to Python
Posted by: Leaf - Nov-01-2017, 10:46 PM - Forum: General Coding Help - Replies (5)

I have a few questions 1. is related to visualizing data with highcharts, and the other is related to 2. extracting data from JSON (is it a default di..... More

Print this item

  restart program
Posted by: Billy512 - Nov-01-2017, 08:14 PM - Forum: Homework - Replies (1)

Im currently using python 3 and I'm a beginner I wanna know how to make a y/n statement and if the user answered yes it will restart the program

Print this item

  Changing dictionary values not working
Posted by: SnekLover123 - Nov-01-2017, 04:46 PM - Forum: General Coding Help - Replies (5)

I'm making a text game, and for the crafting part, it seems to be working, but when I view the inventory, nothing changed. I can't see why it's ignori..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  ShanePulse 9 minutes ago LewisByday LewisByday General Codin...
  TimsothyKat 1 hour ago Fobertsmene Fobertsmene General Codin...
  C++ program embedding Pyt... Yesterday, 18:27 Alexandros Gribouillis General Codin...
  403 Error 09-17, 17:56 CaptainNewb CaptainNewb Web Scraping ...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
Most views
  The best Prog... 576146
  Tutorial Requ... 497728
  Web Scraping ... 440091
  Newbie with P... 383902
  New Users Int... 366483
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 8174
snippsat 7367
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
marineoman Today
marineservice Today
bennyanderson482 Yesterday
AstoundzSEO Yesterday
tobey12 Yesterday

User Panel Messages

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