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,967
» Latest member: Jacobjoift
» Forum threads: 38,730
» Forum posts: 175,549

Full Statistics

Online Users
There are currently 41 online users.
» 1 Member(s) | 34 Guest(s)
Google, Applebot, AOL, AOL, kshahzad1985

Latest Threads
Webscrapping sport bettin...
Forum: Web Scraping & Web Development
Last Post: Jacobjoift
26 minutes ago
» Replies: 5
» Views: 13,721
looking for help
Forum: Bar
Last Post: PhamMaria
32 minutes ago
» Replies: 1
» Views: 1,855
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: noisefloor
7 hours ago
» Replies: 4
» Views: 227
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:58 PM
» Replies: 1
» Views: 589
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,123
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,686
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 584
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,071
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,059
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,334

 
  Independent Secondary index for dictionary
Posted by: Larz60+ - Dec-20-2018, 05:44 PM - Forum: General Coding Help - Replies (10)

Wouldn't it be nice to be able to have two (or more) independent keys for a dictionary node?

I have a hack that does this, but was wondering if any..... More

Print this item

  Functions with conditionals and comparison operators
Posted by: Drone4four - Dec-20-2018, 03:26 PM - Forum: Homework - Replies (9)

Here is an exercise provided by an instructor of a Udemy course I am taking:

[quote]LESSER OF TWO EVENS: Write a function that returns the lesser of ..... More

Print this item

  Full documentation
Posted by: notime - Dec-20-2018, 02:33 PM - Forum: News and Discussions - Replies (1)

Hey, I would like to learn python language harder, but I want to optimize my code, so to learn advanced method.
Does a full (official if possible) do..... More

Print this item

  PyQt4 installation frustration
Posted by: littleGreenDude - Dec-20-2018, 02:16 PM - Forum: GUI - Replies (4)

I'm trying to get PyQt4 setup, so I can run the converter that will take the XML created by QT designer and translate it to Python code to work with t..... More

Print this item

  Delphi code to Python
Posted by: juliocsrj84 - Dec-20-2018, 01:47 PM - Forum: General Coding Help - Replies (6)

I have this code bellow that was written in delphi:

Delphi ( this is a part of function in DDL)
function InitializeMarket ( const pwcActiva..... More

Print this item

  The problem with pithonwin.
Posted by: Jimi - Dec-20-2018, 12:56 PM - Forum: General Coding Help - Replies (1)

Hello. Install python 2.7.15, install pwin32 with pip, and when trying to start pythonwin, this is the window:
..... More

Print this item

  pysftp pop-up 'Client forking'
Posted by: micksulley - Dec-20-2018, 12:17 PM - Forum: General Coding Help - Replies (5)

Running Python 2.7.15rc1 (default, Nov 12 2018, 14:31:15) on Linux Mint

I am trying to use pysftp, the test code [python]
#!/usr/bin/python

# t..... More

Print this item

  Looping and nested loops
Posted by: albry - Dec-20-2018, 10:52 AM - Forum: General Coding Help - Replies (5)

[python]
all_days = ["Monday", Tuesday", "Wednesday", "Thursday","Friday", "Saturday", "Sunday")
total_rain = 0
total_weeks = 0

# number of we..... More

Print this item

  make a frequency table
Posted by: davidm - Dec-20-2018, 10:27 AM - Forum: General Coding Help - Replies (6)

Hi, I'd like to make a table showing the frequency with which numbers occur each month.
My input is a csv file with a row format of:

Date(d/m/y) num..... More

Print this item

  sum of int in list in a list
Posted by: Dbeah - Dec-20-2018, 10:19 AM - Forum: General Coding Help - Replies (1)

i have a list with list in it and i want to add the numbers from first list to another list , i need to add all lists together to form one list any he..... More

Print this item

  Help analyzing this data
Posted by: MAZambelli4353 - Dec-20-2018, 06:13 AM - Forum: General Coding Help - Replies (1)

[python]
Dates AAPL Returns
22 2018-02-02 -2.00
31 2018-02-15 1.87
64 2018-04-05 0.13
70 2018-04-13 ..... More

Print this item

  Python Now Has a Steering Council
Posted by: ichabod801 - Dec-20-2018, 04:05 AM - Forum: News and Discussions - Replies (3)

PEP 8016

Edit: or at least the plans for one.

Print this item

  run code in a window vs console
Posted by: gehrenfeld - Dec-20-2018, 12:43 AM - Forum: General Coding Help - Replies (1)

I have a .py file that runs great in a python console. Prints my output to the console screen.

How can I run that code in a nice looking window ins..... More

Print this item

  The Python Tkinter Youtube Audio Downloader for Linux
Posted by: rootVIII - Dec-19-2018, 11:33 PM - Forum: Code sharing - No Replies

Make sure to use the img/ and downloads/ folders as shown in the Github Repository

The following pa..... More

Print this item

  Fix Error and clenup code
Posted by: zinho - Dec-19-2018, 09:40 PM - Forum: General Coding Help - Replies (5)

Hi

I would like someone help with my python code.
What I need:
1. Solve error
2. Change code to something more clear and organized

I use Linu..... More

Print this item

  how to call WCF from python
Posted by: Rehan11 - Dec-19-2018, 06:52 PM - Forum: General Coding Help - Replies (5)

can anybody help with the script

I don't understand how to call WCF from python running on the raspberry ?

Is this script enough to call WCF ?..... More

Print this item

  CODE for Bubble sorting an unsorted list of 5 numbers.
Posted by: SIJAN - Dec-19-2018, 06:08 PM - Forum: Homework - Replies (1)

help me write a code to sort a list of 5 unsorted numbers with bubble sort algorithm using "for" loop.

Print this item

  I'm having trouble with an OOP version of Pickle functionality
Posted by: CodeWolf - Dec-19-2018, 05:30 PM - Forum: General Coding Help - Replies (2)

Well I'm pretty novice at OOP so I thought I'd take one of my working non-OOP version of a Pickle program and create this object-oriented version:

..... More

Print this item

  Creating a variable in for loop
Posted by: dan789 - Dec-19-2018, 04:35 PM - Forum: General Coding Help - Replies (9)

Hi all, this is what I have so far:

[python]for i in range(len(self.my_tuple)):
"self.furniture{0}".format(i) == self.my_tuple[i][/pyt..... More

Print this item

  check how many times an item appears in list
Posted by: davidm - Dec-19-2018, 04:27 PM - Forum: General Coding Help - Replies (8)

Hi, I want to know how many times an item appears in a list.
If I have a list [1, 2, 2, 2] how would I check if 2 occurs 3 times.
Thanks for any hel..... More

Print this item

  Change language settings to English
Posted by: davidm - Dec-19-2018, 04:16 PM - Forum: Board - Replies (3)

Hi because i live in Israel text in my post message box is aligned to the right - Hebrew is a rtl language How can I change the language settings to E..... More

Print this item

  rising edge of detection
Posted by: peter14 - Dec-19-2018, 03:46 PM - Forum: General Coding Help - Replies (7)

Hello, i'm new in the forum and i' begin in Python. I want to detect rising edge of incremental encoder and mesure the time between tow rising edge.
..... More

Print this item

  No module named Playback
Posted by: ABadLab - Dec-19-2018, 03:21 PM - Forum: General Coding Help - Replies (1)

Hi All,

I am getting the following error when I try to run a script in Python. My question is: is playback an extra module that I must add to pytho..... More

Print this item

  Move PhotoImage
Posted by: dan789 - Dec-19-2018, 02:49 PM - Forum: GUI - Replies (2)

Hi, I don´t know what to do to get my object (picture) to move. This is what I have so far:

1st method in a class:
self.player1 = tkinter.PhotoImage(..... More

Print this item

  Clearpass script
Posted by: barb - Dec-19-2018, 02:44 PM - Forum: General Coding Help - Replies (3)

Hello,

I'm complete new with python and scripting.

I want to create a script that recovers information via an API get and convert this XML outpu..... More

Print this item

  RFC downloader not working
Posted by: sidsr003 - Dec-19-2018, 01:29 PM - Forum: Web Scraping & Web Development - Replies (2)

I am using the following code to download rfc pages. I am however getting
only html and not plain English text like on the webpage http://www.ietf.or..... More

Print this item

  Is there an error in the code?
Posted by: himanibansal - Dec-19-2018, 12:21 PM - Forum: Homework - Replies (2)

I cannot find the problem with the following piece of code-
[python]>>> def func(n=[]):
#playing around
pass
>>> fu..... More

Print this item

  Finding phrases of one semantic meaning
Posted by: VladislavMz - Dec-19-2018, 11:48 AM - Forum: General Coding Help - Replies (2)

Hi!
I have a document in .doc format which consists of various contents are texts, tables, and so on. I use the python-docx library to work with word..... More

Print this item

  python
Posted by: Cornor006 - Dec-19-2018, 10:52 AM - Forum: Web Scraping & Web Development - Replies (1)

listout checklist when we developed the web design

Print this item

  writing numbers to csv file
Posted by: SchroedingersLion - Dec-19-2018, 10:51 AM - Forum: General Coding Help - Replies (7)

Greetings,

can someone tell me wether the following is correct?
I have float values stored in two lists, namely x2 and y2.
I want to print a csv ..... More

Print this item

  Django. Lock records without actual selecting
Posted by: GrahamDumpleton - Dec-19-2018, 10:39 AM - Forum: Web Scraping & Web Development - Replies (2)

Hello!

I want to lock thousands of records(using select_for_update), but I don't really need that records will be extracted from database.
..... More

Print this item

  is there a debug mode available while creating python egg
Posted by: BhushanPathak - Dec-19-2018, 10:09 AM - Forum: General Coding Help - Replies (1)

I have written a python module & building egg file for it. Is there a debug mode available while building, similar to what is available while compilin..... More

Print this item

  crypto import issue
Posted by: saisankalpj - Dec-19-2018, 09:23 AM - Forum: General Coding Help - Replies (2)

[python]from Crypto.PublicKey import RSA
File "C:\Program Files\Python36\lib\site-packages\crypto\PublicKey\__init__.py", line 21, in <module>
f..... More

Print this item

  Issue listening to a networked device.
Posted by: Will86 - Dec-19-2018, 09:14 AM - Forum: Networking - Replies (2)

Hi all,

I am trying to code a script to record what return a networked device.
I can connect to that device via RAW PuTTY. The device first retur..... More

Print this item

  How to check UUID format and verion
Posted by: swamyjrs - Dec-19-2018, 08:58 AM - Forum: General Coding Help - Replies (1)

I have to check version 4 UUID which is there as common name in a certificate. Is there any python in built function available to check whether UUID p..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Webscrapping sport bettin... 26 minutes ago KoinKoin Jacobjoift Web Scraping ...
  looking for help 32 minutes ago Azdaghost PhamMaria Bar
  Comparing 2 100GB Drives/... 7 hours ago tester_V noisefloor General Codin...
  My goal to be hired worki... Yesterday, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... Yesterday, 18:49 arbiel Gribouillis General Codin...
  My First App Yesterday, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... Yesterday, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577254
  Tutorial Requ... 500302
  Web Scraping ... 440938
  Newbie with P... 384954
  New Users Int... 369273
Most reputation
buran 581
snippsat 508
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+ 12089
buran 8176
snippsat 7368
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Jacobjoift Today
PhamMaria Today
zalexstolzeoz5360 Today
Edzed4431 Yesterday
chaoh1911 Yesterday

User Panel Messages

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