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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 18,897
» Latest member: marythodge4
» Forum threads: 37,554
» Forum posts: 170,657

Full Statistics

Online Users
There are currently 414 online users.
» 1 Member(s) | 405 Guest(s)
Bing, Baidu, AOL, Facebook, Google, Yandex, Applebot, snippsat

Latest Threads
Install python 2.7 in jup...
Forum: General Coding Help
Last Post: snippsat
16 minutes ago
» Replies: 28
» Views: 632
Delete file with read-onl...
Forum: General Coding Help
Last Post: johndavis78
2 hours ago
» Replies: 7
» Views: 22,063
making a form purely with...
Forum: General Coding Help
Last Post: robertkwild
2 hours ago
» Replies: 15
» Views: 450
Python Code Help - pip in...
Forum: General Coding Help
Last Post: Pedroski55
7 hours ago
» Replies: 1
» Views: 66
How can i get the top sma...
Forum: General Coding Help
Last Post: Pedroski55
7 hours ago
» Replies: 3
» Views: 125
equalto validator doesnt ...
Forum: General Coding Help
Last Post: robertkwild
Yesterday, 05:47 PM
» Replies: 0
» Views: 72
Need help setting up trus...
Forum: General Coding Help
Last Post: dstempfley
Yesterday, 03:14 PM
» Replies: 0
» Views: 66
Need help with a while lo...
Forum: General Coding Help
Last Post: ampereap
Yesterday, 02:25 PM
» Replies: 4
» Views: 131
update text variable on l...
Forum: GUI
Last Post: menator01
Yesterday, 02:09 PM
» Replies: 5
» Views: 5,261
Install Python Using Shel...
Forum: General Coding Help
Last Post: Sudheer
Yesterday, 10:44 AM
» Replies: 0
» Views: 59

 
  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

  Unread Posts
Posted by: micseydel - Sep-19-2016, 12:37 AM - Forum: Board - Replies (7)

Is there anything like http://python-forum.org/search.php?searc...nreadposts here? That's what I generally used, even for moderator stuff before. I..... More

Print this item

  forum structure adjustment
Posted by: metulburr - Sep-18-2016, 07:44 PM - Forum: Board - Replies (1)

In the previous forum, we didnt have the ability to create toplinks, ie. change the server files, etc. or similar things. So we had to resort to stick..... More

Print this item

  Stacking generators
Posted by: Ofnuts - Sep-18-2016, 06:56 PM - Forum: General Coding Help - Replies (2)

So I have a class where an algorithm in a method of the base class needs to iterate things that will depend on the derived class:

[code]

class BaseC..... More

Print this item

  How to find what causing AttributeError: '_tkinter.tkapp' ?
Posted by: darktitan - Sep-18-2016, 07:09 AM - Forum: GUI - Replies (8)

I am getting an error AttributeError: '_tkinter.tkapp' object has no attribute 'file1' and i have no idea how to fix it. Could any one Point me in the..... More

Print this item

Information [Tip] Help documents
Posted by: metulburr - Sep-18-2016, 05:54 AM - Forum: Board - Replies (1)

In the top right toplinks, there is a help link. This is the help documents.
...or for simplicity the link ..... More

Print this item

  Shouldn't we allow .PY attachments?
Posted by: Ofnuts - Sep-17-2016, 08:26 PM - Forum: Board - Replies (8)

Title says it all...

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Install python 2.7 in jup... 16 minutes ago raman snippsat General Codin...
  Delete file with read-onl... 2 hours ago cubei johndavis78 General Codin...
  making a form purely with... 2 hours ago robertkwild robertkwild General Codin...
  Python Code Help - pip in... 7 hours ago Splishsplash92 Pedroski55 General Codin...
  How can i get the top sma... 7 hours ago mahmoudr899 Pedroski55 General Codin...
  equalto validator doesnt ... Yesterday, 17:47 robertkwild robertkwild General Codin...
  Need help setting up trus... Yesterday, 15:14 dstempfley dstempfley General Codin...
  Need help with a while lo... Yesterday, 14:25 ampereap ampereap General Codin...
  update text variable on l... Yesterday, 14:09 knoxvilles_joker menator01 GUI
  Install Python Using Shel... Yesterday, 10:44 Sudheer Sudheer General Codin...
  Need help to identify CNA... Yesterday, 09:24 qatester qatester General Codin...
Most views
  The best Prog... 485279
  Web Scraping ... 360106
  Tutorial Requ... 348939
  Newbie with P... 292108
  Thread remain... 277257
Most reputation
buran 582
snippsat 499
Larz60+ 452
Gribouillis 341
deanhystad 315
Most replies
  New Users Int... 432
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 11887
buran 8094
snippsat 7133
deanhystad 6312
metulburr 5150
Top referrers
Googlepro 20
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
marythodge4 Today
johndavis78 Today
lateon00 Today
broookleo Today
Eleanorreo Today

User Panel Messages

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