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,536
» Latest member: lilianaortegga
» Forum threads: 38,664
» Forum posts: 175,196

Full Statistics

Online Users
There are currently 20 online users.
» 1 Member(s) | 16 Guest(s)
Google, Bing, Baidu, Pedroski55

Latest Threads
"iBolt Cyber Hacker Recov...
Forum: Bar
Last Post: lilianaortegga
12 minutes ago
» Replies: 0
» Views: 4
HIRE DIGITAL FORENSIC EXP...
Forum: Bar
Last Post: Saragonzales
1 hour ago
» Replies: 0
» Views: 17
Custom Sorting List of Di...
Forum: Homework
Last Post: deanhystad
2 hours ago
» Replies: 2
» Views: 174
Unable to define function...
Forum: Homework
Last Post: deanhystad
2 hours ago
» Replies: 1
» Views: 40
RemoTe server operation w...
Forum: General Coding Help
Last Post: snippsat
11 hours ago
» Replies: 6
» Views: 662
Qt Event Filtering
Forum: GUI
Last Post: deanhystad
Today, 09:36 AM
» Replies: 3
» Views: 158
processing nested json da...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Today, 01:32 AM
» Replies: 1
» Views: 111
Convert .pdf to .txt
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:23 AM
» Replies: 7
» Views: 475
Trouble Importing cell2lo...
Forum: General Coding Help
Last Post: snippsat
Jul-12-2025, 04:00 PM
» Replies: 3
» Views: 269
Why is bool() an instance...
Forum: General Coding Help
Last Post: deanhystad
Jul-12-2025, 02:41 AM
» Replies: 5
» Views: 253

 
  two modules i use
Posted by: Skaperen - Sep-27-2016, 03:20 AM - Forum: Code sharing - Replies (2)

what are the limits here, now?

just to be safe i am posting these two modules i wrote and use as hyperlinks

because firefox tries to just downlo..... More

Print this item

  Stock Ticker
Posted by: nilamo - Sep-26-2016, 08:58 PM - Forum: Code sharing - Replies (12)

This is purely visual, and uses random numbers as proof of concept.  Though, the update function is fairly easy to spot, so if you want to actually ch..... More


Attached Files

Thumbnail(s)
   
Print this item

Question Tkinter VS PyQt
Posted by: siansoft - Sep-26-2016, 05:42 PM - Forum: GUI - Replies (9)

:) Hi all

What is the best choice for GUI Tkinter or PyQt to use for my python application?

Thank you

Print this item

  spam on the board
Posted by: nilamo - Sep-26-2016, 02:55 PM - Forum: Board - Replies (3)

Is the "Jobs" board just a magnet for spam, so that stuff doesn't clutter the General places?  ...because it's pretty much all spam nobody wants to lo..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  "iBolt Cyber Hacker Recov... 12 minutes ago lilianaortegga lilianaortegga Bar
  HIRE DIGITAL FORENSIC EXP... 1 hour ago Saragonzales Saragonzales Bar
  Custom Sorting List of Di... 2 hours ago aryasinner deanhystad Homework
  Unable to define function... 2 hours ago gmonroe deanhystad Homework
  RemoTe server operation w... 11 hours ago mario17 snippsat General Codin...
  Qt Event Filtering Today, 09:36 deanhystad deanhystad GUI
  processing nested json da... Today, 01:32 Kumo_Koloo Pedroski55 Web Scraping ...
  Convert .pdf to .txt Yesterday, 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...
  [SOLVED] Why does regex f... 07-11, 23:52 Winfried Pedroski55 General Codin...
Most views
  The best Prog... 572688
  Tutorial Requ... 485718
  Web Scraping ... 437144
  Newbie with P... 380080
  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
lilianaortegga Today
Saragonzales Today
homerpalmer Today
aihancaiji31 Today
gmonroe Today

User Panel Messages

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