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,920
» Latest member: aidajnrz7704
» Forum threads: 38,722
» Forum posts: 175,488

Full Statistics

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

Latest Threads
Chris Paul mythical IQ co...
Forum: Homework
Last Post: Sabrinas
1 hour ago
» Replies: 0
» Views: 14
Do the Miami Dolphins inc...
Forum: Data Science
Last Post: Sabrinas
1 hour ago
» Replies: 0
» Views: 12
Antonio Pierce Pleads Wit...
Forum: GUI
Last Post: Sabrinas
1 hour ago
» Replies: 0
» Views: 11
Select Python comment (#)...
Forum: General Coding Help
Last Post: SpongeB0B
1 hour ago
» Replies: 4
» Views: 260
TimsothyKat
Forum: General Coding Help
Last Post: LewisByday
2 hours ago
» Replies: 0
» Views: 8
Packers Loss $12.5 Millio...
Forum: General Coding Help
Last Post: Sabrinas
2 hours ago
» Replies: 0
» Views: 2
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
2 hours ago
» Replies: 5
» Views: 1,075
New to the field
Forum: News and Discussions
Last Post: Polybunny
7 hours ago
» Replies: 0
» Views: 56
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Yesterday, 03:23 PM
» Replies: 4
» Views: 2,242
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 11:09 AM
» Replies: 2
» Views: 801

 
  python "Key Error"
Posted by: a9balsza - Sep-24-2016, 08:15 AM - Forum: General Coding Help - Replies (5)

i made an .fcl file in qtfuzzylite.I want to load it in python 2.7 with fcl Reader.It must do some calculation with the given inputs then it must give..... More

Print this item

  PYHTON not opening files
Posted by: profficial - Sep-23-2016, 11:10 PM - Forum: General Coding Help - Replies (11)

Hi. 
I have been trying to convert sysex (SYX) files for a Yamaha dx27 synthesizer to another synth format and I found this page:

http://dxconvert.ma..... More

Print this item

  readinto a bytearray slice
Posted by: bhowerter - Sep-23-2016, 08:52 PM - Forum: General Coding Help - Replies (3)

Why does this work,
[php]>>>> import os
>>>> FILENAME="sample.txt"
>>>> f = open(FILENAME, 'rb')
>>>> data = bytearray(os.path.getsize(FILENAME))..... More

Print this item

  Web-Scraping part-1
Posted by: snippsat - Sep-23-2016, 06:39 PM - Forum: Web Scraping - Replies (2)

Update 1-4-2018

Print this item

Information [Tip] RSS feed and forum stats
Posted by: metulburr - Sep-23-2016, 01:40 PM - Forum: Board - Replies (3)

I installed a plugin in which shows forum stats. And you can see it from the index page at the bottom right labeled ..... More

Print this item

  Help with rhel 7 that no longer has ConsoleKit
Posted by: Rocketrrt - Sep-22-2016, 07:06 PM - Forum: General Coding Help - Replies (1)

Hi,

I am not really proficient in Python, but do understand most of it. I am trying to get old gnome nanny to work with rhel 7 (centOS 7.2). 7 has..... More

Print this item

  problem with function return value
Posted by: ujjwalrathod007 - Sep-22-2016, 02:37 PM - Forum: General Coding Help - Replies (9)

I ave some code which looks something as follows...
      
[php]class xyz:
   def anything(self):
       if condition:
           if conditio..... More

Print this item

  Layout of the "full" post editor
Posted by: Ofnuts - Sep-22-2016, 08:48 AM - Forum: Board - Replies (11)

On my screen, the "post thread" button is 418 pixels (half a screen) below the bottom of the text widget, and I have very little use for most of the t..... More

Print this item

  New header in "Python coding"
Posted by: Ofnuts - Sep-22-2016, 08:25 AM - Forum: Web Scraping & Web Development - Replies (4)

The header says:

[quote]

Put any of your code in BBCode to preserve Python's inde..... More

Print this item

  How to determine if tkinter attribute accepts color
Posted by: Larz60+ - Sep-21-2016, 09:21 PM - Forum: GUI tutorials - Replies (1)

Hello,

As most all are aware of, some of the tkinter widget attributes accept color. I'm thinking,
from a logical perspective, that there must be ..... More

Print this item

  Identifying items in a csv file that also appear in a Text extract
Posted by: Jaynorth - Sep-21-2016, 08:51 PM - Forum: Data Science - Replies (17)

I am new to Python.  I have a text extract from a database and a csv wikipedia list of all countries , and I would like to check if the country is men..... More

Print this item

  Database the easy way (dataset)
Posted by: snippsat - Sep-21-2016, 06:29 PM - Forum: Tutorials - Replies (1)

dataset for a quick way to way to storage data.
It also has a lot out of power underne..... More

Print this item

  [split] Andoid spies on you
Posted by: wavic - Sep-21-2016, 04:22 PM - Forum: Bar - Replies (11)

Android spy us. The OS itself so don't bother with some app.

Print this item

  mobile layout
Posted by: Kebap - Sep-21-2016, 02:50 PM - Forum: Board - Replies (12)

Forum looks terrific on mobile. Few issues though:

1) cant login in mobile Layout. Page will stay empty. Need to switch to desktop layout.

2) ca..... More

Print this item

  please explain Bottle runtime log
Posted by: Kebap - Sep-21-2016, 02:45 PM - Forum: Web Scraping & Web Development - Replies (4)

[code]Bottle v0.13-dev server starting up (using MyWSGIRefServer())...
Listening on http://0.0.0.0:10000/
Hit Ctrl-C to quit.

localhost - - [06/J..... More

Print this item

  User Titles
Posted by: sparkz_alot - Sep-21-2016, 02:24 PM - Forum: Board - Replies (32)

Did you folks change the criteria for user titles? I notice I went from 2 stars to one and from "regular" to "junior member" (which is better than irr..... More

Print this item

  Syntax highlighted code
Posted by: buran - Sep-21-2016, 09:37 AM - Forum: Board - Replies (2)

I assume it's me doing something wrong, but anyway:
if I try to insert shcode (using 'Insert a shcode' buton) it is not syntax highlighted or even pr..... More

Print this item

Question Newbie Trying to make Simple GUI
Posted by: julchak - Sep-20-2016, 09:16 PM - Forum: GUI - Replies (1)

Hi everyone,
First time Python user and poster here - been playing with the program for a week or so now with minimal coding background. I am using A..... More

Print this item

  Multiple plots with matplotlib - looping
Posted by: j.crater - Sep-20-2016, 01:51 PM - Forum: General Coding Help - Replies (7)

Hello,
I am tryting to draw multiple plots with matplot lib. plot_general_list is a list of lists - something like
plot_list = [list1, list2, ..... More

Print this item

  friendly redirect pages -> inline success msg
Posted by: metulburr - Sep-20-2016, 12:51 PM - Forum: Board - Replies (1)

I cant remember where we were discussing this, but people did not like the friendly redirect pages....You do something and you get sent to a new page ..... More

Print this item

  Linux top, load average - meaning
Posted by: j.crater - Sep-20-2016, 07:03 AM - Forum: Bar - Replies (13)

Hello! I have a question for Linux users here, if I may :D
This is my output of "top" command at one instance:
   


I would like to ..... More

Print this item

  Why do I get this traceback?
Posted by: Gengar - Sep-20-2016, 04:43 AM - Forum: General Coding Help - Replies (4)

[php]>>> def orderize(array):
...     is_complete = False
...     i, x = 0
...     ordered_list = []
...     while not is_complete:
...          ..... More

Print this item

  How do you use *args and **kwargs?
Posted by: Gengar - Sep-20-2016, 01:40 AM - Forum: General Coding Help - Replies (3)

I need to know how to use args and kwargs for overloading purposes. Also, if someone knows about generators, explain those to me too.

Print this item

  Resizing the window and how to properly resize everything else?
Posted by: Gengar - Sep-19-2016, 10:13 PM - Forum: Game Development - Replies (4)

Hey, I want to be able to make the window smaller and bigger... and scale the contents of the frame (everything that deals with wxPython and pygame). ..... More

Print this item

  View active topics
Posted by: Yoriz - Sep-19-2016, 09:45 PM - Forum: Board - Replies (3)

I use View active topics daily and requested it in the ..... More

Print this item

  boilerplate
Posted by: nilamo - Sep-19-2016, 09:12 PM - Forum: Game Development - Replies (4)

Boilerplate is the basic code you need in order for something to work.  The bare minimum, with a little added on top to help you understand how to use..... More


Attached Files

Thumbnail(s)
   
Print this item

  Small to medium Scripts/Snippets
Posted by: snippsat - Sep-19-2016, 09:09 PM - Forum: Code sharing - Replies (1)

As title say this will be a sticky thread where we all can post small to medium Scripts/Snippets.
[align=left][color=#2F4F4F][..... More

Print this item

  SEO and Python Forums
Posted by: sparkz_alot - Sep-19-2016, 08:12 PM - Forum: Board - Replies (4)

I noticed when doing the Google for "Python Forums" that we come up at the top of page 5 (up from mid page 6 the day before  :) ), which is, apparentl..... More

Print this item

  [Flask]Starting web-development part-1
Posted by: snippsat - Sep-19-2016, 07:44 PM - Forum: Web Tutorials - Replies (1)

A short intro to Python on WEB.
CGI is thankfully dead for Python.
Python use now WSGI ..... More

Print this item

  netCDF issue with filling a variable
Posted by: HeavyLoads - Sep-19-2016, 05:17 PM - Forum: General Coding Help - Replies (1)

Hello guys,

I'm working with some netCDF climatic data and I want to change specific values inside of some multidimensional variables. Here is an e..... More

Print this item

Question Drawing a sine curve in memory view of Task Manager
Posted by: Lukiewookie - Sep-19-2016, 11:23 AM - Forum: General Coding Help - Replies (5)

Hi guys [Image: icon_e_smile.gif]

[color=#333333][size=small]I a..... More

Print this item

  3d taxi voronoi mesh creation - cutting/combining polygons help/advice please
Posted by: Chronocide - Sep-19-2016, 11:11 AM - Forum: Data Science - Replies (2)

I made this here debug testbed with PyOpenGL to work out how to construct a perpendicular p..... More

Print this item

  Threads always marked as read
Posted by: j.crater - Sep-19-2016, 06:46 AM - Forum: Board - Replies (6)

Hello all, I am really happy to see this forum come alive!

I noticed an issue after I visit a subforum. When returning back to main forum page, all..... More

Print this item

  Which GUI library should I use?
Posted by: Gengar - Sep-19-2016, 03:40 AM - Forum: GUI - Replies (3)

I'm aiming for a good tough library that is versatile. I don't care if it's easy or hard. I wan't to be able to do the most with the library.

Print this item

  Problem assigning positions on CC plane.
Posted by: Gengar - Sep-19-2016, 01:41 AM - Forum: Game Development - Replies (2)

[code]        def arrange_tile(self, ):
           i = 0
           for row in range(self.column):
               for column in range(self.row):..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Chris Paul mythical IQ co... 1 hour ago Sabrinas Sabrinas Homework
  Do the Miami Dolphins inc... 1 hour ago Sabrinas Sabrinas Data Science
  Antonio Pierce Pleads Wit... 1 hour ago Sabrinas Sabrinas GUI
  Select Python comment (#)... 1 hour ago SpongeB0B SpongeB0B General Codin...
  TimsothyKat 2 hours ago LewisByday LewisByday General Codin...
  Packers Loss $12.5 Millio... 2 hours ago Sabrinas Sabrinas General Codin...
  I'm trying to make a piec... 2 hours ago Alislugacool MilesWeb General Codin...
  New to the field 7 hours ago Polybunny Polybunny News and Disc...
  Seeking feedback: dynamic... Yesterday, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... Yesterday, 11:09 odiez DeaD_EyE General Codin...
  Web Scrapper to find prov... Yesterday, 08:36 physalis2099 Olivia General Codin...
Most views
  The best Prog... 575366
  Tutorial Requ... 496085
  Web Scraping ... 439494
  Newbie with P... 383071
  New Users Int... 363605
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+ 12086
buran 8174
snippsat 7365
deanhystad 6890
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
aidajnrz7704 Today
Sabrinas Today
Jillscitt Yesterday
Stowersw Yesterday
Intel Yesterday

User Panel Messages

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