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,537
» Latest member: rb9594
» Forum threads: 38,665
» Forum posts: 175,197

Full Statistics

Online Users
There are currently 34 online users.
» 0 Member(s) | 30 Guest(s)
Google, Baidu, Bing, Yandex

Latest Threads
pip3 install certifi fail...
Forum: General Coding Help
Last Post: rb9594
17 minutes ago
» Replies: 0
» Views: 3
"iBolt Cyber Hacker Recov...
Forum: Bar
Last Post: lilianaortegga
4 hours ago
» Replies: 0
» Views: 18
HIRE DIGITAL FORENSIC EXP...
Forum: Bar
Last Post: Saragonzales
6 hours ago
» Replies: 0
» Views: 21
Custom Sorting List of Di...
Forum: Homework
Last Post: deanhystad
6 hours ago
» Replies: 2
» Views: 175
Unable to define function...
Forum: Homework
Last Post: deanhystad
6 hours ago
» Replies: 1
» Views: 45
RemoTe server operation w...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 10:14 AM
» Replies: 6
» Views: 662
Qt Event Filtering
Forum: GUI
Last Post: deanhystad
Yesterday, 09:36 AM
» Replies: 3
» Views: 158
processing nested json da...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 01:32 AM
» Replies: 1
» Views: 112
Convert .pdf to .txt
Forum: General Coding Help
Last Post: Pedroski55
Jul-13-2025, 11:23 AM
» Replies: 7
» Views: 478
Trouble Importing cell2lo...
Forum: General Coding Help
Last Post: snippsat
Jul-12-2025, 04:00 PM
» Replies: 3
» Views: 269

 
  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 page
Posted by: Ofnuts - Sep-17-2016, 08:23 PM - Forum: Board - Replies (10)

The front page is getting big. In light of how things went on the previous forum, I would suggest a slightly different hierarchy:

[code]
Python co..... More

Print this item

Information [Tip] view your posts
Posted by: metulburr - Sep-17-2016, 08:16 PM - Forum: Board - Replies (4)

In the old forums there was a "view your posts" in PhpBB....an "egosearch". However in MyBB they do not support it. They use subscriptions in its plac..... More

Print this item

  Adding sub forums
Posted by: metulburr - Sep-17-2016, 08:07 PM - Forum: Board - Replies (5)

http://python-forum.io/forumdisplay.php?fid=10


should we add a tkinter sub forum? Or maybe a few of the most common used? This could better organ..... More

Print this item

  [Tutorial] Notespad - Create a text editor - W.I.P.
Posted by: Yoriz - Sep-17-2016, 05:14 PM - Forum: GUI tutorials - Replies (10)

NOTE: This is still W.I.P.
In this tutorial, I'm going to attempt to build a notespad in WxPython in stages and describe what each part of the..... More

Print this item

  [Very Basic Example Only] Hello World
Posted by: Yoriz - Sep-17-2016, 05:11 PM - Forum: GUI tutorials - Replies (2)

[code]try:
    # For Python 2.x
    import Tkinter as tk
except ImportError:
    # For Python 3.x
    import tkinter as tk

app_win = tk.Tk()
..... More

Print this item

  Does the forum need a forum category ?
Posted by: Yoriz - Sep-17-2016, 03:48 PM - Forum: Board - Replies (4)

As we have better control over this forum, this area can be used for all things related to the forum.

Print this item

  Text of Forum Rules
Posted by: merlem - Sep-17-2016, 03:40 PM - Forum: Board - Replies (16)

Is it possible that the text of the Forum Rules at http://python-forum.io/showthread.php?tid=24 is not completely visible?

Print this item

Information [Tip] Change clock to 24 hr format
Posted by: sparkz_alot - Sep-17-2016, 01:27 PM - Forum: Board - Replies (2)

If your like me, you might prefer the displayed times using a 24 hour clock rather than the default 12 hour.  To do this, go to:

User CP > Edit Opt..... More

Print this item

Information [Tip] Details of how to quick edit a thread title
Posted by: metulburr - Sep-16-2016, 11:03 PM - Forum: Board - Replies (5)

There is a feature that allows quick edit of thread titles. If you click and hold a title when on a list of threads, you will switch to an input box t..... More

Print this item

Question Reputation and regular users to have the ability to create "Polls"?
Posted by: sparkz_alot - Sep-16-2016, 08:06 PM - Forum: Board - Replies (20)

How does the users reputation work and is it active? Also, is there a way to "vote" for a particular reply?

While I'm asking questions :) , do you ..... More

Print this item

  New User category
Posted by: sparkz_alot - Sep-16-2016, 07:45 PM - Forum: Board - Replies (1)

How about creating a "NEW USERS START HERE" category (or forum, not sure what you call it) that contains all the threads (locked) that you want them t..... More

Print this item

  Chat - autonaming
Posted by: nilamo - Sep-16-2016, 03:03 PM - Forum: Board - Replies (4)

Can we have the chat recognize logged in users and set their irc name to their forum name?  I just slid in there right quick and had a random name ass..... More

Print this item

  Guess Random Number Why i m not able to enter input
Posted by: Nithya Thiyagarajan - Sep-16-2016, 12:37 PM - Forum: General Coding Help - Replies (6)

Below is my code to generate random number between 0 - 9 and checking with user input whether it is higher lower or equal
when I run the code, it is ..... More

Print this item

  Header area
Posted by: Kebap - Sep-16-2016, 08:09 AM - Forum: Board - Replies (8)

I love all the additional links at the top of each page, for Chat or Interpreter, and so on.

However, they are getting a bit numbersome and take up m..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  pip3 install certifi fail... 17 minutes ago rb9594 rb9594 General Codin...
  "iBolt Cyber Hacker Recov... 4 hours ago lilianaortegga lilianaortegga Bar
  HIRE DIGITAL FORENSIC EXP... 6 hours ago Saragonzales Saragonzales Bar
  Custom Sorting List of Di... 6 hours ago aryasinner deanhystad Homework
  Unable to define function... 6 hours ago gmonroe deanhystad Homework
  RemoTe server operation w... Yesterday, 10:14 mario17 snippsat General Codin...
  Qt Event Filtering Yesterday, 09:36 deanhystad deanhystad GUI
  processing nested json da... Yesterday, 01:32 Kumo_Koloo Pedroski55 Web Scraping ...
  Convert .pdf to .txt 07-13, 11:23 vmars316 Pedroski55 General Codin...
  Trouble Importing cell2lo... 07-12, 16:00 haileyp snippsat General Codin...
  Why is bool() an instance... 07-12, 02:41 voidtrance deanhystad General Codin...
Most views
  The best Prog... 572689
  Tutorial Requ... 485720
  Web Scraping ... 437145
  Newbie with P... 380081
  Thread remain... 351375
Most reputation
buran 581
snippsat 507
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+ 12073
buran 8174
snippsat 7352
deanhystad 6857
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
rb9594 Today
lilianaortegga Yesterday
Saragonzales Yesterday
homerpalmer Yesterday
aihancaiji31 Yesterday

User Panel Messages

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