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: arturioworker
» Forum threads: 38,542
» Forum posts: 174,662

Full Statistics

Online Users
There are currently 438 online users.
» 1 Member(s) | 434 Guest(s)
Yandex, Bing, Google, snl_9527

Latest Threads
Get the string after a sp...
Forum: General Coding Help
Last Post: snl_9527
13 minutes ago
» Replies: 5
» Views: 206
where should DEFAULT_CIPH...
Forum: General Coding Help
Last Post: Skaperen
3 hours ago
» Replies: 2
» Views: 173
Eight Queens Problem, err...
Forum: General Coding Help
Last Post: snl_9527
3 hours ago
» Replies: 9
» Views: 538
I am sending messages usi...
Forum: General Coding Help
Last Post: Hendrikb
Yesterday, 09:38 AM
» Replies: 0
» Views: 84
function arguments
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:48 AM
» Replies: 1
» Views: 135
[Beautiful Soup] Replace ...
Forum: General Coding Help
Last Post: Winfried
Yesterday, 05:45 AM
» Replies: 1
» Views: 171
how to delete thread
Forum: Board
Last Post: DeaD_EyE
Apr-28-2025, 07:30 PM
» Replies: 4
» Views: 286
Atari Ping Pong Game
Forum: Code sharing
Last Post: deanhystad
Apr-28-2025, 05:04 PM
» Replies: 1
» Views: 163
not running
Forum: General Coding Help
Last Post: deanhystad
Apr-28-2025, 04:08 PM
» Replies: 2
» Views: 269
[split] How to continue c...
Forum: General Coding Help
Last Post: deanhystad
Apr-28-2025, 04:02 PM
» Replies: 1
» Views: 146

 
  Code that generates MD5 hashes from IPv6 addresses giving differant answers?
Posted by: PyMD5 - Oct-16-2016, 02:12 AM - Forum: General Coding Help - Replies (4)

I have some code that generates MD5 hashes from IPv6 addresses, then checks them against a list of known MD5 hashes. In trying to speed it up, I profi..... More

Print this item

  A List of Free Python Resources
Posted by: metulburr - Oct-16-2016, 01:00 AM - Forum: Tutorials - Replies (12)

The following is a list of free resources by numerous methods. We strive to keep these updated, so let us know if one becomes outdated or moved.

[..... More

Print this item

  general pywinusb help
Posted by: kiyoshi7 - Oct-15-2016, 08:27 PM - Forum: General Coding Help - Replies (2)

hey I'm trying to get pywinusb to work with a usb device that i've created and i'm having a hard time understanding some things. first off I saw an ex..... More

Print this item

  whats with the archive tut requests in gen tutorials?
Posted by: metulburr - Oct-15-2016, 06:07 PM - Forum: Board - Replies (7)

What is with the archive prefixes? And why are these threads in the general tutorials forum?
http://python-forum.io/Thread-Archive-Su...ons-for-th..... More

Print this item

  Python help with module function return dictionary
Posted by: tebirkes - Oct-15-2016, 12:43 PM - Forum: General Coding Help - Replies (14)

I dont know what is wrong with my script, it only returns the last line from a file with some E coli data. 
It should return a dictionary where the k..... More

Print this item

  Pycharm project desktop deployment - advices?
Posted by: majstorv - Oct-15-2016, 11:41 AM - Forum: Data Science - Replies (4)

Hello,
[size=medium]I am Pycharm user (commercial version) since September. I have made a Pycharm project involving several .py f..... More

Print this item

  more profile options
Posted by: metulburr - Oct-15-2016, 02:02 AM - Forum: Board - Replies (2)

I added another plugin. I was actually looking to fix something else and i got sidetracked. 

This allows comments on profile, profile views, buddy ..... More

Print this item

  Should Learn Python The Hard Way's be in the forums list of books
Posted by: Yoriz - Oct-14-2016, 11:55 PM - Forum: News and Discussions - Replies (16)

With the problems Learn Python The Hard Way seems to cause new people to python, and it happens to be the first book in A List of Free Python Resource..... More

Print this item

  calling a variable by name
Posted by: sunhear - Oct-14-2016, 08:49 PM - Forum: General Coding Help - Replies (7)

my code is: 

[python]
class char(object):
    'chactors'
 
    def __init__(self,name,d,i):
        self.name = name
        self.d = int(d)..... More

Print this item

  Python can't find module installed in anaconda
Posted by: iFunKtion - Oct-14-2016, 08:33 PM - Forum: General Coding Help - Replies (12)

Hi there,

I used pip to install couchdb, yet

import couchdb
returns
No module named 'couchdb'
.

Yet if I try an..... More

Print this item

  [Flask]Trow away JS function and use a Python function
Posted by: snippsat - Oct-14-2016, 05:57 PM - Forum: Web Tutorials - Replies (1)

So will trow away a JavaScript function and use a Python function to do the same.
JavaScript work on client side and Python dos not(not gone talk abo..... More

Print this item

  How to correct the error?
Posted by: Ponomarenko Pavlo - Oct-14-2016, 05:07 PM - Forum: General Coding Help - Replies (3)

z = '346 + 324 - 368'
z.split('+', '-')
[error]Traceback (most recent call last):
  File "<pyshell#17>", line 1, in <module>
    ..... More

Print this item

  Looking for Linux system logging daemon
Posted by: j.crater - Oct-14-2016, 11:20 AM - Forum: Bar - Replies (3)

Hello all,
I'd like to ask you for suggestions on system logging to use on a minimalistic Linux. I would like to have a program (best if it's a daemo..... More

Print this item

  Help with passing value
Posted by: dullboy - Oct-14-2016, 10:22 AM - Forum: General Coding Help - Replies (1)

Here is my code,
[code]
#mycode.py
import click
import json

def read_config(ctx, param, value):
   d = json.load(value)

   #ctx.default_map..... More

Print this item

  how to use pyexcel to read ods
Posted by: verb - Oct-14-2016, 10:16 AM - Forum: Data Science - Replies (6)

Hello everyone

I have posted this on the previous forum but didn't resolve this issue. I  have big ods file ( ..... More

Print this item

  converting backslash codes
Posted by: Skaperen - Oct-14-2016, 04:49 AM - Forum: General Coding Help - Replies (4)

i know python has such a thing but cannot remember the terms or names for this.  my guesses are not helping my search.

[b][font=Courier New]foo('\\..... More

Print this item

  suggestion: Spoiler
Posted by: Skaperen - Oct-13-2016, 11:53 PM - Forum: Board - Replies (2)

i like the spoiler, but it would be nice to have the ability to change the text there, use an image, smilie, etc.

Print this item

  Logic to convert an integer to YEAR / MONTH
Posted by: hugobaur - Oct-13-2016, 06:58 PM - Forum: General Coding Help - Replies (9)

Lógica para converter um número inteiro para ANO/MÊS

[color=#272a34][size=small][font='Helvetica Neue', Helvetica, Arial, sans-serif]Pessoal, Boa ..... More

Print this item

  GTK main window calling a main window
Posted by: DennisT - Oct-13-2016, 06:25 PM - Forum: GUI - Replies (4)

I've been googling all day and can't find how to do this. 

I have my main Python 3 Gtk+3 window.  I want to create a overlay window (smaller than ..... More

Print this item

  What is the best book about Python?
Posted by: Ponomarenko Pavlo - Oct-13-2016, 05:28 PM - Forum: News and Discussions - Replies (2)

I learn Python.
I had read some books about it but I don't know what is the best book about Python. 
Please write your comments on the following ite..... More

Print this item

  How to insert local (my computer) image as spoiler
Posted by: Larz60+ - Oct-13-2016, 04:06 PM - Forum: Board - Replies (15)

Hello, what is the BBcode to insert a local image? I have [attachment=31] as image

Print this item

  subprocess return of stdout after running Linux command
Posted by: ivanachukapawn - Oct-13-2016, 03:55 PM - Forum: General Coding Help - Replies (7)

I wrote a function which accepts an argument (a Linux command) and then runs subprocess.check_output

[python] 
#!/usr/local/bin/python3.5
#
#
..... More

Print this item

  Super/subscript copied to word
Posted by: lk89 - Oct-13-2016, 02:32 PM - Forum: General Coding Help - Replies (4)

Hiya! 
I'm making a code from which the output I want to be able to copy into word. A few of the letters/numbers need to be super/sub scripted and I ..... More

Print this item

  Convert script into an exe file
Posted by: badteacher - Oct-13-2016, 10:52 AM - Forum: General Coding Help - Replies (10)

Hey guys!

[color=#333333][size=s..... More

Print this item

  Adding attachment to existing post
Posted by: Larz60+ - Oct-13-2016, 10:24 AM - Forum: Board - Replies (4)

I added an attachment to the 'grid layout' thread under gui http://python-forum.io/Thread-Tkinter-grid-layout #5
Everything appeared to work fine, bu..... More

Print this item

  [Share] Invented a new wheel for calling Python from JAVA
Posted by: john.huang - Oct-13-2016, 09:01 AM - Forum: News and Discussions - Replies (4)

I'm a java developer and need call Python from JAVA sometimes. I google that but didn't find a satisfy way to do it. The Jython is clear and simple, b..... More

Print this item

  Posting and you
Posted by: metulburr - Oct-13-2016, 03:59 AM - Forum: Bar - Replies (10)

I was skimming the old forum for useful posts....and i still think this is funny years later. 

[video=youtube]https://www.youtube.com/watch?..... More

Print this item

  Python in Visual Studio “15” Preview
Posted by: snippsat - Oct-12-2016, 09:50 PM - Forum: News and Discussions - Replies (5)

Python in Visual Studio “15” Preview 5
Nice to see ..... More

Print this item

  Path of Notepad++ and Python
Posted by: Vienetas - Oct-12-2016, 08:33 PM - Forum: General Coding Help - Replies (6)

Dear Forum members,

I have just registered and I am happy that there is a place where people share their struggles and achievement using Python or ..... More

Print this item

  Simple Cryptography Capture the Flag
Posted by: DrEastwood - Oct-12-2016, 08:33 PM - Forum: Homework - Replies (12)

I don't really understand how I am supposed to change my code to work to print the proper flag out in the text.
The flag itself is 30 characters long..... More

Print this item

  Import Error: No module named 'tables'
Posted by: kentman234 - Oct-12-2016, 06:31 PM - Forum: General Coding Help - Replies (5)

Hi there, 

after trying to run a python file I got this error:

Error:
Import Error: No module named 'tables'
and that is after execut..... More

Print this item

  Test internet connection
Posted by: Larz60+ - Oct-12-2016, 04:27 PM - Forum: Code sharing - Replies (14)

This is not a foolproof way to test if internet is active or not, but I find that it works in at least 90% of the cases.
If someone has a better (as ..... More

Print this item

  Use of classes or functions discussion
Posted by: Larz60+ - Oct-12-2016, 04:27 PM - Forum: News and Discussions - Replies (12)

This is not a foolproof way to test if internet is active or not, but I find that it works in at least 90% of the cases.
If someone has a better (as ..... More

Print this item

  help tempertaure
Posted by: Dpennington - Oct-12-2016, 05:34 AM - Forum: Homework - Replies (4)

Help I have been at this for days and I do not understand what I am doing wrong.  the script will not run. :huh:  also I do not have any errors and wh..... More

Print this item

  More codebox issues
Posted by: Mekire - Oct-12-2016, 04:05 AM - Forum: Board - Replies (26)

Just noticed that codebox seems to be parsing things into special characters.

I just entered "open_parenthesis + lowercase_c + close_parenthesis" a..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Get the string after a sp... 13 minutes ago JanJan snl_9527 General Codin...
  where should DEFAULT_CIPH... 3 hours ago Skaperen Skaperen General Codin...
  Eight Queens Problem, err... 3 hours ago snl_9527 snl_9527 General Codin...
  I am sending messages usi... Yesterday, 09:38 Hendrikb Hendrikb General Codin...
  function arguments Yesterday, 06:48 Curbie Gribouillis General Codin...
  [Beautiful Soup] Replace ... Yesterday, 05:45 Winfried Winfried General Codin...
  how to delete thread 04-28, 19:30 Azdaghost DeaD_EyE Board
  Atari Ping Pong Game 04-28, 17:04 Azdaghost deanhystad Code sharing
  not running 04-28, 16:08 Azdaghost deanhystad General Codin...
  [split] How to continue c... 04-28, 16:02 pythonnewbie62 deanhystad General Codin...
  Web Scraping / API 04-28, 13:40 nautifi deepvyas Jobs
Most views
  The best Prog... 557354
  Tutorial Requ... 424383
  Web Scraping ... 422891
  Newbie with P... 350954
  Thread remain... 324887
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
arturioworker Yesterday
wayenia Yesterday
davidmartin Yesterday
donjon4500 Yesterday
dadsdsdadsad Yesterday

User Panel Messages

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