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,418
» Latest member: wayenia
» Forum threads: 38,543
» Forum posts: 174,658

Full Statistics

Online Users
There are currently 415 online users.
» 2 Member(s) | 407 Guest(s)
Bing, Yandex, Google, Apple, AOL, Pedroski55, Axel_Erfurt

Latest Threads
Intuit QB Line )))))) Wha...
Forum: General Coding Help
Last Post: aliajoseph275
57 minutes ago
» Replies: 0
» Views: 23
where should DEFAULT_CIPH...
Forum: General Coding Help
Last Post: Larz60+
4 hours ago
» Replies: 1
» Views: 112
I am sending messages usi...
Forum: General Coding Help
Last Post: Hendrikb
5 hours ago
» Replies: 0
» Views: 51
Get the string after a sp...
Forum: General Coding Help
Last Post: Gribouillis
7 hours ago
» Replies: 2
» Views: 137
function arguments
Forum: General Coding Help
Last Post: Gribouillis
7 hours ago
» Replies: 1
» Views: 106
[Beautiful Soup] Replace ...
Forum: General Coding Help
Last Post: Winfried
8 hours ago
» Replies: 1
» Views: 150
how to delete thread
Forum: Board
Last Post: DeaD_EyE
Yesterday, 07:30 PM
» Replies: 4
» Views: 275
Atari Ping Pong Game
Forum: Code sharing
Last Post: deanhystad
Yesterday, 05:04 PM
» Replies: 1
» Views: 156
not running
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 04:08 PM
» Replies: 2
» Views: 252
[split] How to continue c...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 04:02 PM
» Replies: 1
» Views: 132

 
  Backend Python Developer at Buzzcapture Amsterdam
Posted by: djangojobs.net - Sep-26-2016, 09:47 AM - Forum: Jobs - Replies (1)

[color=#333333][size=small]Are you passionate about big data, scalability problems or cool data visualisations? Do you want to join a company which ha..... More

Print this item

Information Google SEO enabled url
Posted by: metulburr - Sep-26-2016, 04:36 AM - Forum: Board - Replies (5)

I added a plugin that switches all the ugly URL's to a Google Friendly URL. 
https://static.googleusercontent.com/med...webmasters..... More

Print this item

  Find tkinter widgets for arguments or arguments for widgets
Posted by: Larz60+ - Sep-26-2016, 02:28 AM - Forum: GUI tutorials - Replies (1)

Hello,

I have added a new program TkArgs to github. https://github.com/Larz60p/TkArgs

The program c..... More

Print this item

  Unanswered Posts link
Posted by: micseydel - Sep-25-2016, 07:30 PM - Forum: Board - Replies (27)

As I write this there are 40 unanswered posts. I love the link, but many of them are things that don't necessarily need a reply. The link is great for..... More

Print this item

Information email verification and recaptcha
Posted by: metulburr - Sep-25-2016, 06:15 PM - Forum: Board - Replies (1)

I enabled email verification and recaptcha for registrations. This should help weed out a lot of spam bots. 

@admins/mods
I was having a problem e..... More

Print this item

  gravatar working?
Posted by: Skaperen - Sep-25-2016, 07:21 AM - Forum: Board - Replies (7)

i enabled my gravatar image for my email ... or at least i think i did ... but it does not seem to be showing up.  also under my nick in many places i..... More

Print this item

  we need a "completed scripts" area
Posted by: Skaperen - Sep-25-2016, 07:04 AM - Forum: Board - Replies (4)

we should have a "completed scripts" area like the old board has :idea:

Print this item

  Text Adventure
Posted by: Yelmos - Sep-24-2016, 10:35 PM - Forum: Game Development - Replies (1)


Hi I have a problem. I am making a similar game to a dragon realm (https://inventwithpython.com/[url=https://python-forum.io/thread-151.html]..... More


Attached Files

Thumbnail(s)
   
Print this item

  python!TypeError: can't multiply sequence by non-int of type 'float'
Posted by: shaywune - Sep-24-2016, 02:53 PM - Forum: Homework - Replies (2)

I am new to programming. learning python by watching online videos and doing exercises so i guess i qualify as a student.

my exercise is this:

C..... More

Print this item

  python!NameError: name 'Turtle' is not defined
Posted by: shaywune - Sep-24-2016, 02:42 PM - Forum: General Coding Help - Replies (2)

I cannot seem to get any of the python functions to work.I am teaching myself how to code in python and watching youtube videos.

however whenever i..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Intuit QB Line )))))) Wha... 57 minutes ago aliajoseph275 aliajoseph275 General Codin...
  where should DEFAULT_CIPH... 4 hours ago Skaperen Larz60+ General Codin...
  I am sending messages usi... 5 hours ago Hendrikb Hendrikb General Codin...
  Get the string after a sp... 7 hours ago JanJan Gribouillis General Codin...
  function arguments 7 hours ago Curbie Gribouillis General Codin...
  [Beautiful Soup] Replace ... 8 hours ago Winfried Winfried General Codin...
  how to delete thread Yesterday, 19:30 Azdaghost DeaD_EyE Board
  Atari Ping Pong Game Yesterday, 17:04 Azdaghost deanhystad Code sharing
  not running Yesterday, 16:08 Azdaghost deanhystad General Codin...
  [split] How to continue c... Yesterday, 16:02 pythonnewbie62 deanhystad General Codin...
  Web Scraping / API Yesterday, 13:40 nautifi deepvyas Jobs
Most views
  The best Prog... 557227
  Tutorial Requ... 423905
  Web Scraping ... 422766
  Newbie with P... 350604
  Thread remain... 324669
Most reputation
buran 580
snippsat 506
Larz60+ 452
Gribouillis 362
deanhystad 325
Most replies
  New Users Int... 449
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12034
buran 8165
snippsat 7320
deanhystad 6806
metulburr 5151
Top referrers
Googlepro 22
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
wayenia Today
aliajoseph275 Today
davidmartin Today
donjon4500 Today
dadsdsdadsad Today

User Panel Messages

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