Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,272
» Latest member: DataScientist071
» Forum threads: 38,787
» Forum posts: 175,856

Full Statistics

Online Users
There are currently 22 online users.
» 0 Member(s) | 21 Guest(s)
Bing

Latest Threads
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 10:27 PM
» Replies: 3
» Views: 170
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Yesterday, 11:47 AM
» Replies: 4
» Views: 158
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Yesterday, 08:44 AM
» Replies: 2
» Views: 127
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 173
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 350
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 69
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 116
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 365
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 208
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 322

 
  Implementing a Civil Engineering Project In Python
Posted by: JoeDainton123 - Oct-13-2020, 09:51 PM - Forum: News and Discussions - Replies (1)

Hi all

I am Civil Engineering student who needs to undertake a project as part of my studies.

I am also trying to learn Python and I am slowly g..... More

Print this item

  like button is missing
Posted by: Skaperen - Oct-13-2020, 07:42 PM - Forum: Board - Replies (7)

like button is missing

Print this item

  post buttons
Posted by: Skaperen - Oct-13-2020, 07:33 PM - Forum: Board - No Replies

there used to be a duplicate set of the post/preview buttons immediately under the big input box so we don't have to scroll down so far.

Print this item

  password change
Posted by: Skaperen - Oct-13-2020, 07:30 PM - Forum: Board - Replies (1)

first thing i did when i read that the site was hacked was change my password.

Print this item

  Timeout for multiple postings
Posted by: bowlofred - Oct-13-2020, 07:18 PM - Forum: Board - Replies (3)

The timeout between multiple postings seems now to be much larger than before.  I've run into it a few times when trying to reply in different threads..... More

Print this item

  inline
Posted by: Skaperen - Oct-13-2020, 07:16 PM - Forum: Board - No Replies

need to add back the inline button on the post editing frame.

Print this item

  Min Max
Posted by: 01andy - Oct-13-2020, 06:23 PM - Forum: General Coding Help - Replies (4)

[python]
def find_min(a, b, c):
min(a, b, c)


def find_max(a, b, c):
max(a, b, c)


def main():
a = int(input("Enter number 1:"))
b = int(..... More

Print this item

  pyinstaller-3.3
Posted by: LateCreate - Oct-13-2020, 05:33 PM - Forum: General Coding Help - No Replies

Hello Everybody, I am apprehensive about showing my code, I want to sell this program, however at the same time I desperately need help. It is a tech..... More

Print this item

  Best way to transfer files from mobile to desktop
Posted by: Sakura97 - Oct-13-2020, 04:33 PM - Forum: General Coding Help - No Replies

Currenlty I'm developing an Android app which will have the capability to transfer files from mobile to desktop(Windows). I am wondering what to choos..... More

Print this item

  Password Encryption Help Python3
Posted by: SockMankey - Oct-13-2020, 04:26 PM - Forum: Homework - Replies (2)

I am trying to make a program that is given a password and encrypts it by shifting each value up by 3. For example, if you entered in the password: Ab..... More

Print this item

  Python code for counting money at multiple stores
Posted by: duddey - Oct-13-2020, 04:00 PM - Forum: General Coding Help - Replies (9)

I need help a python code that asks what is below kind of struggling to put it together.
(You need to keep track of the amount of money that comes in..... More

Print this item

  Help with a regular expression
Posted by: t4keheart - Oct-13-2020, 03:42 PM - Forum: General Coding Help - Replies (2)

Hi guys, 
Hoping somebody can help me here. I have a list of email messages and their UID's. I need to use re.findall() to select just the UID from t..... More

Print this item

  Watchdog - How to identify the process which made a change to a monitored file
Posted by: bcaseiro - Oct-13-2020, 02:15 PM - Forum: News and Discussions - No Replies

Hello Guys,

I understand we can use watchdog to monitor new files being created or modified in a certain folder for instance and that's okay. Howev..... More

Print this item

  How to grep corresponding value in another df
Posted by: Mekala - Oct-13-2020, 02:13 PM - Forum: General Coding Help - Replies (2)

Hi,
I have two data frames,

df1:
Model group  type sub1 sub2 rank1 status 
200B   R2R    v1     5     6      3        Y
200C   Mon    v2    12    3.2..... More

Print this item

  Feature Selection with different units and strings
Posted by: ltloug01 - Oct-13-2020, 01:55 PM - Forum: Data Science - Replies (2)

Hi, I am new to machine learning and I am working on predicting patient outcomes using their data in the chart. I am having a hard time with feature s..... More

Print this item

  How to format output from layout and keys
Posted by: thruss - Oct-13-2020, 12:54 PM - Forum: GUI - Replies (2)

I have the following code (I know I can format it better, just trying to get the principles working).  I am very new to PySimpleGUI, and doing lots of..... More

Print this item

  Multi Select from SQL
Posted by: tehzeebahmed - Oct-13-2020, 10:18 AM - Forum: General Coding Help - Replies (6)

Hi Gurus,
I am planning to get multiple values from single select from Database and use it in the code further down as per the need of the project...... More

Print this item

  Retrieve images base64 encoded MongoDB and Flask
Posted by: Nuwan16 - Oct-13-2020, 08:36 AM - Forum: Web Scraping & Web Development - Replies (2)

I'm developing simple web application using flask , scrapy and mongodb. In my case crawl webpages and store some data in mongodb collection and repres..... More

Print this item

  Unable to install module
Posted by: rrowhe4d - Oct-13-2020, 08:25 AM - Forum: General Coding Help - Replies (1)

I'm very new, this is going to be my first real "project" to digitally move my computer mouse a certain distance after taking some very basic Python c..... More

Print this item

  Virtual Assistant code is looping back in python
Posted by: ShishirModi - Oct-13-2020, 07:49 AM - Forum: General Coding Help - Replies (1)

I am working on a virtual assistant and have almost completed it. But when I try to give it a test run, it either doesn't stop listening or loops back..... More

Print this item

  Grabing email from a class with input from name
Posted by: Nickd12 - Oct-13-2020, 07:49 AM - Forum: General Coding Help - Replies (2)

I'm wondering if there is a way where I can grab where I can grab an email from a class with in put from a name I know I can do this from making a lis..... More

Print this item

  Intelligent interpreter
Posted by: talk2sk - Oct-13-2020, 07:47 AM - Forum: Data Science - Replies (1)

I m a python beginner. I m trying to figure out how to get a specific information from a paragraph. For example I have a following paragraph about ..... More

Print this item

  plot differential equation sympy
Posted by: dan_adi - Oct-13-2020, 07:26 AM - Forum: Data Science - No Replies

Hello,I am new to python.
I am using sympy for symbolic representation of a differetial equation. From what I understand I need to convert the symboli..... More

Print this item

  Python Openpyxl is unable to check from Column 6 onwards
Posted by: Skye - Oct-13-2020, 06:11 AM - Forum: General Coding Help - No Replies

Hi,

I want to use Openpyxl to check if cells.value='OK' and the interior color of its corresponding row in another sheet is !='FF9BCCFF'. I used th..... More

Print this item

  Customizing The Title Bar
Posted by: Harshil - Oct-13-2020, 06:08 AM - Forum: GUI - Replies (2)

How to customize the title bar of the pyqt5 window.
Cause I Don't  Wall

Print this item

  Http connection error when using API request (requests library)
Posted by: zazas321 - Oct-13-2020, 05:25 AM - Forum: Networking - Replies (1)

Hello. I am using requests library to make API requests from the internal server. I have noticed that every now and then maybe like (1/20) chance my p..... More

Print this item

  Casting from str to int
Posted by: aztrav - Oct-13-2020, 05:20 AM - Forum: General Coding Help - Replies (4)

Hi all, absolute Python beginner here...

Question: I am getting an "unsupported operand type" error on my code below on line 13 of my code. I think..... More

Print this item

Question report post not working?
Posted by: bowlofred - Oct-13-2020, 05:12 AM - Forum: Board - Replies (1)

Was trying to report a post and I didn't seem to be able to. Clicking the report button draws a box with no interaction/button to complete the report.

Print this item

  hello everyone, I am attempting to extract lldp neighbors from Cisco switches->excel
Posted by: skins996 - Oct-13-2020, 02:07 AM - Forum: Networking - Replies (1)

Good evening everyone
I am attempting to extract the output from multiple cisco switches about 60 of them and put the data into an excel spreadsheet ..... More

Print this item

  Caluculating pi using loops
Posted by: lightningstrikes420 - Oct-13-2020, 01:15 AM - Forum: General Coding Help - Replies (1)

Hi
My homework was to calculate pi using a loop and figure out the time it takes for 10^3,10^5, and 10^7 iterations. Im very stuck as this is what I ..... More

Print this item

  Relative import tool
Posted by: MadisonAster - Oct-13-2020, 12:16 AM - Forum: Code Review - Replies (5)

Would anyone mind reviewing my recent project? I've written this in a procedural style, because my goals for this project were very simple and clear...... More

Print this item

  to do list
Posted by: metulburr - Oct-12-2020, 11:20 PM - Forum: Board - Replies (55)

This is a list of things we are planning to do after the forum update (in which broke the forums as well as adding a new responsive theme). Please po..... More


Attached Files

Thumbnail(s)
               
Print this item

Lightbulb Allocating maximum memory to chunks
Posted by: Robotguy - Oct-12-2020, 11:10 PM - Forum: Data Science - Replies (1)

I read large files (>10 GBs) in chunks; later performing some arithmetic operations on these chunks.

Reading in chunks is needed to avoid memory-is..... More

Print this item

  Extracing unique email address from a folder of emails
Posted by: jehoshua - Oct-12-2020, 10:32 PM - Forum: General Coding Help - Replies (6)

I have tested the code at https://gist.github.com/dideler/5219706#...om_text-py , and it works okay. Also to remove duplicates I ha..... More

Print this item

  GPIO high if network IP has good ping
Posted by: duckredbeard - Oct-12-2020, 09:39 PM - Forum: General Coding Help - Replies (3)

I would like to ping an android phone on my network every 30 minutes and light one of two LEDs according to the ping result.  Can a python program do ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Graph Interpolate Difficu... Yesterday, 22:27 Tuurbo46 deanhystad General Codin...
  [SOLVED] Access keys and ... Yesterday, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... Yesterday, 08:44 Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 11-15, 16:07 nathanael deanhystad General Codin...
  sorting a lisr of file pa... 11-15, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... 11-14, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... 11-14, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
Most views
  The best Prog... 579113
  Tutorial Requ... 511315
  Web Scraping ... 442068
  Newbie with P... 386136
  New Users Int... 378475
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12108
buran 8196
snippsat 7389
deanhystad 6914
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
DataScientist071 Today
aminrony1999 Yesterday
fobby888 Yesterday
digitalboy346 Yesterday
ben9090o Yesterday

User Panel Messages

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