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,942
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,517

Full Statistics

Online Users
There are currently 39 online users.
» 0 Member(s) | 31 Guest(s)
Bing, Google, AOL, AOL, Facebook Dev

Latest Threads
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
22 minutes ago
» Replies: 8
» Views: 212
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
29 minutes ago
» Replies: 1
» Views: 1,704
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
2 hours ago
» Replies: 0
» Views: 46
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,427
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 839
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,677
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,190
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,704
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,516
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,616

 
  Open a locked ZIP file on OSX
Posted by: tomywd - Mar-13-2018, 03:51 AM - Forum: General Coding Help - Replies (1)

How would you open/unlock/unzip a locked ZIP file containing for example a txt file, image or video? This is assuming you know the password. I have ha..... More

Print this item

  want to use PIL on individual frames of videos
Posted by: tomywd - Mar-13-2018, 03:42 AM - Forum: General Coding Help - Replies (1)

I want to run a video through a program and use a PIL script on one frame per second. What would be the best library to use for this? thanks.

Print this item

  Command wanted in Python: mgrep
Posted by: Skaperen - Mar-13-2018, 12:46 AM - Forum: News and Discussions - Replies (1)

what mgrep should do is take a grep argument that has line separators, and search the specified file(s) (or stdin if no files specified) for a ..... More

Print this item

  PyPDF2 script problem
Posted by: mepyyeti - Mar-13-2018, 12:18 AM - Forum: General Coding Help - Replies (7)

So I wrote this up. It should work but it doesn't. I have labeled my questions (A) and (B) as comments in the script? I feel the logic is correct........ More

Print this item

  TypeError: '<=' not supported between instances of 'str' and 'int'
Posted by: the_communist_senate - Mar-12-2018, 11:06 PM - Forum: General Coding Help - Replies (1)

Hi, I am new to the programing scene and I've come across a problem. I am working on a program that will take in five readings from the user. If the r..... More

Print this item

  Help with Exception to error
Posted by: harveyl12 - Mar-12-2018, 10:49 PM - Forum: General Coding Help - Replies (5)

Hi,

I am new to Python and trying to help a friend.

I need to use a try exception to fix the error here below.

Task exception was never retri..... More

Print this item

  Bounce Game
Posted by: SheeppOSU - Mar-12-2018, 09:14 PM - Forum: GUI - Replies (1)

I was making this game from the Python book and I made it exactly as it had it in the book but when I asked python to check it before I ran it, it sai..... More

Print this item

  Different Output of findall and search in re module
Posted by: shiva - Mar-12-2018, 06:20 PM - Forum: Web Scraping & Web Development - Replies (1)

link = '<a href="http://www.google.com">Google</a>'
[python]re.search('<a[^>]+href=["\'](.*?)["\']',link,re.IGNORECASE).group()[/pyt..... More

Print this item

  Python socket : Error receive data
Posted by: quanglnh1993 - Mar-12-2018, 05:04 PM - Forum: Networking - Replies (1)

I write a network application. The server has ability to find client base on given subnet. If the client receive authentication message from server, i..... More

Print this item

  How to clear a TextInput field
Posted by: gio123 - Mar-12-2018, 02:57 PM - Forum: GUI - Replies (2)

Hi All,
I need to clear a TextInput field

This is my Python code
[Python]
b2=(Button(text='Clear'))
self.add_widget(b2)
b2.bind(on_press=self.clsInpu..... More

Print this item

  Need help writing simple code
Posted by: isashay - Mar-12-2018, 02:56 PM - Forum: General Coding Help - Replies (7)

It doesn’t even have to work, my dad is a programmer and he uses python mostly. His birthday is coming up and I want to make him a shirt. I found this..... More

Print this item

  Get an array out of a dict
Posted by: Ragnar - Mar-12-2018, 01:45 PM - Forum: Data Science - No Replies

Hello,

I am trying to extract some data from a dict.

I am using the following code
[python]
def get_set_from_UNV_file (filePath,setNo,setNam..... More

Print this item

  FTPlib - moving a file
Posted by: kerzol81 - Mar-12-2018, 12:55 PM - Forum: General Coding Help - Replies (2)

Hi,

I'm trying to move a file called: "Rec1_20180122.avi" into a folder named '20180122' with no success.

I've googled a bit, and I came to the ..... More

Print this item

  First program feedback
Posted by: xyzabc12310000 - Mar-12-2018, 10:54 AM - Forum: Code sharing - Replies (2)

Hi,

I am new to python and i have been using it for 2 days now and have so far learnt statements and loops e.g. the while/for loops and elif statem..... More

Print this item

  int to hex
Posted by: pythonper - Mar-12-2018, 09:30 AM - Forum: General Coding Help - Replies (3)

Hello,
I am trying to convert and array of ints to hexadecimal numbers with the format as b'\x50\x15\'
When I use the struct.pack(">H", int) most numb..... More

Print this item

  Python version related
Posted by: Heptichector - Mar-12-2018, 07:30 AM - Forum: General Coding Help - Replies (2)

Hello, I was introduced to python last year through school and so far I like it, but the problem is I was introduced to python 2.7 and I can make a fe..... More

Print this item

  How to pause/interupt with keyboard
Posted by: jehoshua - Mar-12-2018, 03:39 AM - Forum: General Coding Help - Replies (5)

Am currently building up 2 sets of files. One set is the audio/WAV and the other set is the transcription. In needing to check the accuracy of the tra..... More

Print this item

  Recursive Solution - Greatest Common Denominator
Posted by: emerger - Mar-12-2018, 01:56 AM - Forum: General Coding Help - Replies (2)

Hello. I am trying to understand Recursives. Below is a code given us while taking a course. Can anyone explain to me (map out) what is going on in..... More

Print this item

  Some random (and probably dumb) questions
Posted by: Andy1845c - Mar-12-2018, 12:12 AM - Forum: Bar - Replies (4)

Hello,

I've just gotten into learning more about both linux and python, mostly via a raspberry pi. Ive got some questions that I don't really know..... More

Print this item

  Python pandas dataframe simulate football points system.
Posted by: zydjohn - Mar-11-2018, 11:42 PM - Forum: Data Science - No Replies

Hello:
[python]
import pandas as pd
import numpy as np

dfGames = pd.DataFrame.from_items([('TeamsHome', ['A', 'B', 'C']), ('TeamsAway', ['B', 'C..... More

Print this item

  desktop icon for python app
Posted by: mepyyeti - Mar-11-2018, 11:02 PM - Forum: Tutorial Requests and Submissions - No Replies

[b]This is a step-by-step tutorial to place an icon on your desktop that enables you to open a python app, run on your terminal, through a picture ico..... More

Print this item

  code editor/ IDE problems
Posted by: nameno1had - Mar-11-2018, 10:31 PM - Forum: General Coding Help - Replies (2)

Hello everyone,
I am new here and very new to programming. I have downloaded Python 3.6.4, from the Python.org site. I have had a few problems
th..... More

Print this item

  pricing app (technically it estimates home prices but it is tweakable)
Posted by: mepyyeti - Mar-11-2018, 10:10 PM - Forum: Code sharing - No Replies

Here's a piece I wrote up a while back. Been wanting to post it. Haven't really had the chance...

It basically estimates what a reasonable home pri..... More

Print this item

  string with integer variable within
Posted by: Andy1845c - Mar-11-2018, 10:05 PM - Forum: General Coding Help - Replies (9)

Hello,

Im new to python, so forgive me if I am clumsy in my wording and if I am not providing enough information.

I am playing with writing to..... More

Print this item

  Weird error in pycharm
Posted by: TheRedFedora - Mar-11-2018, 06:14 PM - Forum: General Coding Help - Replies (1)

Hello everyone,
I had the plan to make a calculator for my schoolproject. Everything I did seemed fine until the point that I actually ran the whole t..... More

Print this item

  Ignoring non characters in a string
Posted by: evans - Mar-11-2018, 04:33 PM - Forum: General Coding Help - Replies (1)

Hi, I'm quite new to python .
I have written a pigLatin code and I need the code to ignore non characters i.e. I want them to stay where they are in a..... More

Print this item

  Projects in Python
Posted by: snippsat - Mar-11-2018, 04:27 PM - Forum: News and Discussions - Replies (1)

A lot of stuff going on in Python and a search on PyPi or Google,
may not give a good overview at all.

He..... More

Print this item

  Application like simpler facebook wall in python framework
Posted by: seidman - Mar-11-2018, 02:05 PM - Forum: Web Scraping & Web Development - Replies (1)

hello,

i would like to implement something like facebook wall but much more simpler in my project. Actually most important thing is the way of disp..... More

Print this item

  A GUI entirely in Python??
Posted by: Sebastian_Adil - Mar-11-2018, 01:59 PM - Forum: GUI - Replies (1)

is there a GUI that is built entirely in Python?

Print this item

  Simple Code Understanding
Posted by: jster2001 - Mar-11-2018, 01:52 PM - Forum: General Coding Help - Replies (1)

Hi,

I'm quite new to Python, looking to get a general understand how the below out puts what it does:

[python]my_list = range(4,11)
for num in..... More

Print this item

  Send Keys and Variables, HELP!
Posted by: jray204 - Mar-11-2018, 10:44 AM - Forum: General Coding Help - No Replies

I've been making a simple web searching program and have nearly finished. However, I want my program to search a word/sentence contained in a txt docu..... More

Print this item

  converting python script to another version
Posted by: gptura - Mar-11-2018, 08:58 AM - Forum: General Coding Help - Replies (5)

Hi everyone,

I saw a project using raspberry pi using python ver 3.4 and the flask framework. My raspberry pi has the Python 2.7, 3.5 and 3.6 Pytho..... More

Print this item

  regular expressions
Posted by: Skaperen - Mar-11-2018, 07:06 AM - Forum: Bar - No Replies

i have a list of files that i want to select from for those with "in" in the name, where the "in" is not a part of "bin". that is, "bin" is to not ma..... More

Print this item

  [split] Function not working as intended
Posted by: mihshyahoocom - Mar-11-2018, 03:41 AM - Forum: Homework - Replies (1)

[python]## Text menu in Python

def print_menu(): ## Your menu design here
print 30 * "-" , "MENU" , 30 * "-"
print "1. Menu login 1..... More

Print this item

  Convert from datetime to time.struct_time object
Posted by: chris0147 - Mar-11-2018, 12:01 AM - Forum: General Coding Help - No Replies

Hi all,

I need your help with my curent code. I have stored the datetime object into the list after I have pulled the string from the database. N..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Using a For Loop to subtr... 22 minutes ago Anunderling deanhystad General Codin...
  Another app idea - intera... 29 minutes ago decuser Lenowell News and Disc...
  A coding beginner needs h... 2 hours ago Littlefish Littlefish General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... 09-19, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... 09-19, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
Most views
  The best Prog... 576530
  Tutorial Requ... 498471
  Web Scraping ... 440413
  Newbie with P... 384315
  New Users Int... 367478
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+ 12087
buran 8175
snippsat 7368
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Littlefish Today
Noya_Yonatan Yesterday
Saipython555 Yesterday
Anunderling Yesterday
Monir Yesterday

User Panel Messages

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