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,958
» Latest member: SprunkiRetake
» Forum threads: 38,728
» Forum posts: 175,529

Full Statistics

Online Users
There are currently 41 online users.
» 0 Member(s) | 37 Guest(s)
AOL, Bing, Google, AOL

Latest Threads
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
36 minutes ago
» Replies: 1
» Views: 2,412
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
3 hours ago
» Replies: 0
» Views: 76
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 240
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Yesterday, 03:45 AM
» Replies: 3
» Views: 299
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 01:04 AM
» Replies: 0
» Views: 439
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,561
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,506
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 378
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 848
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 1,071

 
  [split] Offline audio to text (Speech Recognition)
Posted by: Nishant260190 - Sep-02-2018, 12:33 PM - Forum: General Coding Help - No Replies

Hi I am using the same library and its working fine.
But I need timing of words also.
Is there any way in this library or any other library to get t..... More

Print this item

  difference between Instruction Pointer and opcode in a Stack data structure
Posted by: SoulsKeeper - Sep-02-2018, 07:41 AM - Forum: Bar - Replies (3)

Hi, trying to learn code and i have an assignment in stack data structure, so I'm reading about everything that is in the assignment

but they mentio..... More

Print this item

  Why is this an error? (string and integer)
Posted by: pcsailor - Sep-02-2018, 06:53 AM - Forum: General Coding Help - Replies (4)

Why is this an error?

[python]"The correct answer to this multiple choice exercise is answer number " + 2
TypeError: Can't convert 'int' object to..... More

Print this item

  How to convert Python crawled Bing web page content to human readable?
Posted by: dalaludidu - Sep-02-2018, 05:09 AM - Forum: General Coding Help - Replies (4)

Hi, I'm playing with crawling Bing web search page using python3.
I find the raw content received looks like byte type though a bit weird than usual,..... More

Print this item

  splitting on 2 or more possible characters
Posted by: Skaperen - Sep-02-2018, 03:46 AM - Forum: General Coding Help - Replies (6)

this is easy enough to do, but IMHO, makes for some ugly code, compared to splitting on a single character (call split()). a string mig..... More

Print this item

  Please Help with Python Program!
Posted by: Z_Cash7 - Sep-01-2018, 11:30 PM - Forum: Homework - Replies (6)

I am in Python 2 currently running Python 2.7, and I am in desperate need of some help making a quick program that is due Sunday 9/2, any and all help..... More

Print this item

  How do I get the info for a cached property?
Posted by: arnavb - Sep-01-2018, 11:13 PM - Forum: General Coding Help - Replies (3)

Say I have the following class with a property that has an expensive operation:

[python]
from functools import lru_cache

class Example:
@p..... More

Print this item

  Having issues getting a multiple choice test program to work
Posted by: Py_JohnS - Sep-01-2018, 06:13 PM - Forum: General Coding Help - Replies (2)

I have been working on a program that I saw on a tutorial that creates Multiple choice test.

I created a class named Question.
Code for Question:
[..... More

Print this item

  Tkinter Image Display Weird Tearing Upon Transforming
Posted by: Emerest - Sep-01-2018, 05:43 PM - Forum: GUI - Replies (6)

I am using Tkinter and the PIL to make a basic photo viewer (mostly for learning purposes). I have made buttons to zoom in, zoom out, rotate (left and..... More

Print this item

  Tesseract-ocr ->iterator.WordFontAttributes() does not work
Posted by: Maia07 - Sep-01-2018, 02:43 PM - Forum: Data Science - No Replies

When i'm running each image that i have in my directory, my goal is to extract the text and see the text attributes. The text extraction works but the..... More

Print this item

  tcp server/client port connection issue
Posted by: valshev - Sep-01-2018, 02:10 PM - Forum: Networking - Replies (2)

Hi everyone,
I have quite a simple problem -
please look at my code snippet, this is my simple server:
[python]import socket
def Main():

..... More

Print this item

  list of compliances of all special methods - examples
Posted by: nzcan - Sep-01-2018, 12:15 PM - Forum: News and Discussions - Replies (2)

hello,
we know that in the documentation of python3x all special methods of all data-types are listed in '3.3. Special method names'. but i was wonde..... More

Print this item

  which command line to use here
Posted by: SoulsKeeper - Sep-01-2018, 07:13 AM - Forum: General Coding Help - Replies (7)

hi guys i need to execute this file but don't know which command line to use could you help me figure it out and maybe tell me how to look for it myse..... More

Print this item

  Problem loading an image from directory into a Canvas object
Posted by: tiotony - Sep-01-2018, 06:43 AM - Forum: GUI - Replies (3)

Hi, everyone!

I'm having problems when trying to load a bmp image into a Canvas object using tkinter and what is driving me mad is that I don't eve..... More

Print this item

  accessing globals from a function
Posted by: Skaperen - Sep-01-2018, 03:13 AM - Forum: General Coding Help - Replies (8)

normally a function only has read-only access to global variables. in order to update a global variable the code must declare which variable names it..... More

Print this item

  choice of exception type
Posted by: Skaperen - Sep-01-2018, 01:51 AM - Forum: General Coding Help - Replies (1)

in some new script code i want to abort, raising an exception, if found to be running under Python2 and unable to re-run the script under [u]Py..... More

Print this item

  splitting a line with quoted whiespace
Posted by: Skaperen - Sep-01-2018, 12:09 AM - Forum: General Coding Help - Replies (1)

i would like to split a line by whitespace into items where there may be items with quoted whitepace. for example i might have a string like this:[co..... More

Print this item

  edit rotate function to consider capitalized letter
Posted by: wak_stephanie - Aug-31-2018, 08:15 PM - Forum: Homework - Replies (2)

I need to edit my rotate function to consider capital letters but I am confused on how to do that. Any help is appreciated. Thank you.

[python]
im..... More

Print this item

  help with SQL query
Posted by: Larz60+ - Aug-31-2018, 05:21 PM - Forum: Bar - Replies (6)

It's been a while since I've done much of any SQL, I want to extract county code from county table and add it to results of places query where the Cou..... More

Print this item

  selenium not running firefox
Posted by: Sanlus - Aug-31-2018, 05:00 PM - Forum: Web Scraping & Web Development - Replies (5)

so i was trying out a simple code like this:

from selenium import webdriver
browser = webdriver.Firefox()
and it returned me a h..... More

Print this item

  creating functions - make optional argument a reversal
Posted by: anstuteville - Aug-31-2018, 02:16 PM - Forum: Homework - Replies (2)

I've been stuck on this for a cumulative 10 hours now. I have to call a function from a main function; in that secondary function I have to return a r..... More

Print this item

  nested dictionary iteration
Posted by: saisankalpj - Aug-31-2018, 02:02 PM - Forum: General Coding Help - Replies (8)

Could anyone tell me how to iterate over a nested dictionary and replace the keys which have underscore and are in small letters ,to keys without unde..... More

Print this item

  [NLTK] How to calculate lexical diversity scores in Jupyter?
Posted by: vanicci - Aug-31-2018, 01:23 PM - Forum: General Coding Help - Replies (4)

Hi Python/NLTK mentors,

Here is the task that I'm trying to implement in Jupyter Notebook:

Compare the lexical diversity scores for all 15 text..... More

Print this item

  Fspaths Module Query
Posted by: eddywinch82 - Aug-31-2018, 11:22 AM - Forum: General Coding Help - Replies (4)

Hi there, How do you install the Module Fspaths ? Or is it part of Python 3.7 I tried a pip install,but it couldn't find the Module, on the internet. ..... More

Print this item

  Variable not sharing same value between two different functions Python 2.7 Tkinter
Posted by: albert - Aug-31-2018, 10:45 AM - Forum: GUI - No Replies

I would need to create a Python 2.7 script using Tkinter which should do the following:

When clicking on the "Create the NWs" button in a window ->..... More

Print this item

  Save outputs to Desktop
Posted by: cisicomania - Aug-31-2018, 09:01 AM - Forum: General Coding Help - Replies (1)

Hello,

I wrote my first script.
It is logging to 2 Router's console\CLI and executing few commands.
Afterwards in Router's console I have output..... More

Print this item

  where to learn about Stack overflow for a noobie
Posted by: SoulsKeeper - Aug-31-2018, 05:18 AM - Forum: Bar - Replies (4)

Hello, I need to reverse an encryption on a Gif file and it came to my attention that the category i am looking for is about stack overflow

I am ne..... More

Print this item

  Is this morally wrong?
Posted by: pcsailor - Aug-31-2018, 03:09 AM - Forum: Bar - Replies (43)

Hello,

I've been doing this for a long time, and while I'm sure if I was a published book author (I'm not), I wouldn't like this. But I haven't st..... More

Print this item

  a virtual machine
Posted by: Skaperen - Aug-31-2018, 01:05 AM - Forum: Bar - Replies (5)

when i first saw a computer program, i tried to imagine what hardware was doing to make that run. back then i had only seen computer hardware on TV a..... More

Print this item

  Trouble making an argument optional
Posted by: linuxnoob - Aug-31-2018, 12:50 AM - Forum: General Coding Help - Replies (2)

So I'm using the book 'Python Crash Course' and working on the chapter dealing with testing your code. My function 'get_formatted_name' is supposed to..... More

Print this item

  unix domain sockets
Posted by: Skaperen - Aug-30-2018, 11:04 PM - Forum: Networking - Replies (8)

has anyone here used unix domain sockets in python?

Print this item

  Setting up Python on a Mac - Beginner
Posted by: BrowneyesPage1979 - Aug-30-2018, 10:21 PM - Forum: General Coding Help - Replies (1)

Hello,

I just purchased Introduction to Programming in Python by Sedgewick/Wayne/Dondero and am having trouble using the modules. I may have also ..... More

Print this item

  run command on system with multi qoutes
Posted by: evilcode1 - Aug-30-2018, 09:13 PM - Forum: General Coding Help - Replies (16)

hello all ...
im trying yo execute this command on my system via powershell :

[quote]powershell -command "$cli = New-Object System.Net.WebClient;..... More

Print this item

  hor to prevent VSCode from using .pyc files
Posted by: Larz60+ - Aug-30-2018, 09:00 PM - Forum: Bar - No Replies

[s]While debugging code and running many times, sometimes my changes are not showing even after saving.
I suspect that a previously created .pyc file..... More

Print this item

  Easy equipment system for simple game and problems with it
Posted by: naisyrk - Aug-30-2018, 06:35 PM - Forum: General Coding Help - Replies (3)

Hello, I want to make simple game with equipment system, shop and fights.
All will play around our character. If you want to be stronger, level up an..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Using Python to SSH and R... 36 minutes ago justaguy SprunkiRetake Networking
  My goal to be hired worki... 3 hours ago GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... Yesterday, 13:49 Perry DeaD_EyE General Codin...
  [Tkinter] how to export a... Yesterday, 03:45 RonR Pedroski55 GUI
  Is the interpreter that c... Yesterday, 01:04 helendamdam helendamdam General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... 09-23, 03:29 Littlefish Littlefish General Codin...
  Using a For Loop to subtr... 09-22, 20:56 Anunderling deanhystad General Codin...
  403 error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
Most views
  The best Prog... 576911
  Tutorial Requ... 499535
  Web Scraping ... 440690
  Newbie with P... 384660
  New Users Int... 368654
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+ 12088
buran 8176
snippsat 7367
deanhystad 6895
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
SprunkiRetake Today
GnomeSweetGnome Yesterday
alxpetrovo2272 Yesterday
Jamirul Yesterday
Perry Yesterday

User Panel Messages

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