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,237
» Latest member: alexmaarley8855
» Forum threads: 38,776
» Forum posts: 175,790

Full Statistics

Online Users
There are currently 48 online users.
» 1 Member(s) | 41 Guest(s)
Bing, Google, Facebook, snippsat

Latest Threads
Two arguments in input fu...
Forum: General Coding Help
Last Post: noisefloor
11 hours ago
» Replies: 3
» Views: 82
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 94
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 68
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 101
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,048
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,364
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,554
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 184
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,195
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,442

 
  BEM Methodology: Class Compositions with Modifiers
Posted by: fefa4ka - Feb-05-2023, 07:33 PM - Forum: Code sharing - No Replies

Have you ever struggled with keeping your code modular and maintainable, especially when working on larger projects? If so, I want to introduce you to..... More

Print this item

Question Vertex(Contour) to mesh conversion
Posted by: JorgeRdz - Feb-05-2023, 06:31 PM - Forum: General Coding Help - Replies (1)

I have a list of vertices that represent the contour of a shape in a two-dimensional plane. Where each pair represents an x and y coordinate. The cont..... More

Print this item

Question Login program
Posted by: Leventeand1 - Feb-05-2023, 05:31 PM - Forum: News and Discussions - Replies (1)

Hello! I learned python a month ago. I would like to make a login program for practice (GUI). I got to the point where I did the buttons and stuff. Bu..... More

Print this item

  REST API using flask - limit connection?
Posted by: korenron - Feb-05-2023, 12:11 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello,
I have a REST APi that take a picture , analyze it - and return an answer to the user.
the all process it taking ~ 25 seconds.
how can I l..... More

Print this item

  Update exist plot while change upper limit or lower limit
Posted by: SamLiu - Feb-05-2023, 10:05 AM - Forum: GUI - Replies (1)

Hi all,
I made a visualization kit to view the offset trend, I have some problems with that:
1)Update exist plot while change upper limit or lower l..... More

Print this item

Question Setup program
Posted by: Leventeand1 - Feb-05-2023, 08:37 AM - Forum: News and Discussions - No Replies

Hello! How can I download something from the Internet through a program? I made a program and I want a Setup program for it! How can I make it so that..... More

Print this item

  tkinter.TclError: expected integer but got " "
Posted by: TWB - Feb-04-2023, 02:35 PM - Forum: GUI - Replies (2)

Hello all,
I am trying to build a function that i can use to check a imput field that requires a integer to make sure a character hasn't been entere..... More

Print this item

  Working with Excel and Word, Several Questions Regarding Find and Replace
Posted by: Brandon_Pickert - Feb-04-2023, 04:41 AM - Forum: General Coding Help - Replies (4)

Looking to loop through Word doc files in a folder and update, or "find and replace" a specific section of the text in the documents. This text is typ..... More


Attached Files

Thumbnail(s)
   
Print this item

  Pypdf2 will not find text
Posted by: standenman - Feb-03-2023, 08:51 PM - Forum: General Coding Help - Replies (2)

This code will not display any text and but wll print the number of pages, 31, in the pdf file. I can change the number of the page up and still no t..... More

Print this item

  Turtle Graphics - Screen & Window Sizing
Posted by: jerryf - Feb-03-2023, 07:36 PM - Forum: General Coding Help - Replies (1)

I am new to Python but have previous general programming experience. I have Python 3.7 installed on Windows 11 and using Pyscripter as a development ..... More

Print this item

  Need help with coding in script
Posted by: madpatrick - Feb-03-2023, 07:33 PM - Forum: General Coding Help - Replies (9)

Hi,

I'm trying to get the info for a JSON file in to a script.

[python] def onMessagetoonSceneinfo(self, Connection, Response):
Dom..... More

Print this item

  while loop not working-I am using sublime text editor
Posted by: mma_python - Feb-03-2023, 07:11 PM - Forum: General Coding Help - Replies (4)

The while loop is not working for the program below. I am using python 3.6 and practicing on sublime text editor:

[python]prompt="\n Please enter t..... More


Attached Files

Thumbnail(s)
   
Print this item

  Multiple Plots in Spyder
Posted by: PythonAndMe2023 - Feb-03-2023, 07:00 PM - Forum: General Coding Help - No Replies

Hello
I'm relatively new to Python and am not sure how to best display multiple plots in Spyder.
The code below always displays the last plot (each ..... More

Print this item

  Python Version upgrade
Posted by: nitinkukreja - Feb-03-2023, 04:38 PM - Forum: General Coding Help - Replies (1)

Hi!

I'm novice to Python! I have Mac Mini (M1, 2020) with Apple M1 chip (version 12.4). I use VS Code and PyCharm for running my handful of Algos f..... More


Attached Files

Thumbnail(s)
   
Print this item

  Flask Rest API - fire and forget
Posted by: MorganSamage - Feb-03-2023, 03:46 PM - Forum: Web Scraping & Web Development - Replies (2)

I am trying to call a flask rest api to do some processing, but the processing is taking longer than the rest api timeout (2 minutes), and I have no c..... More

Print this item

  Web Development Compliance
Posted by: mariathomas - Feb-03-2023, 02:40 PM - Forum: Bar - Replies (1)

Hey everyone,

I'm looking for some guidance on how to best address the importance of privacy certification when it comes to web development. Does ..... More

Print this item

  What is this error?
Posted by: Led_Zeppelin - Feb-03-2023, 02:25 PM - Forum: General Coding Help - Replies (1)

In the following code there is an error as shown:

[python]
# Set the data
data = dax

# Extract the feature names and importance values
featu..... More

Print this item

Question Why isn't getops handling all parameters?
Posted by: Calab - Feb-03-2023, 01:17 PM - Forum: General Coding Help - Replies (7)

For some reason, getops is only seeing 9 parameter entries of a bash command line that has 12 parameter entries. I can't figure out why. None of the p..... More

Print this item

  Flask/non-flask database sharing
Posted by: MorganSamage - Feb-03-2023, 11:46 AM - Forum: Web Scraping & Web Development - Replies (2)

Firstly, I have very little experience with python, so any constructive feedback on what I have done/should do with regards to the following issue tha..... More

Print this item

  syntax error question - string
Posted by: mgallotti - Feb-03-2023, 12:02 AM - Forum: General Coding Help - Replies (5)

Hi
When I try to include strings(Htitle1) inside some HTML that I want to send in an email, I get this error: TypeError: set_text_content() got multi..... More

Print this item

  problem of converting Matlab code to python
Posted by: DongyanZ - Feb-02-2023, 04:12 PM - Forum: Data Science - Replies (2)

Hi my friend,

I am using Jupyter Notebook to handle my data. Now I have a csv file with 6 columns and 32768 rows, but I only need the 2nd, 5th and ..... More

Print this item

  Converting several Markdown files into DOCX using Pandoc
Posted by: Akule8 - Feb-02-2023, 02:54 PM - Forum: General Coding Help - No Replies

Hey Guys,
I have a folder called Project, this is the structure:

Project:

img
docs
README

The README is written in Markdown and looks like..... More

Print this item

  Error using pandas_datareader
Posted by: nafshar - Feb-02-2023, 01:28 PM - Forum: Data Science - Replies (1)

I am trying to read stock data using panda's DataReader and getting an error that I am not sure I understand.
The data source : 'yahoo' is found at t..... More

Print this item

  Can't modify a simple matrix
Posted by: Lewkiy - Feb-01-2023, 11:33 PM - Forum: General Coding Help - Replies (3)

I'm a beginner in python and I can't understand why this doesn't work like seriously, i really tried. You can see the result of the function on the le..... More


Attached Files

Thumbnail(s)
       
Print this item

Question Is there a python program for automating this invoicing workflow?
Posted by: PG_Archipelago - Feb-01-2023, 10:54 PM - Forum: General Coding Help - Replies (3)

Assuming a proper database management system (e.g., BigQuery) is used to store input data in Step 1, are there any Python programs out there for autom..... More

Print this item

  Master Python Programming, by Abhishek Singh
Posted by: Dionysis - Feb-01-2023, 07:39 PM - Forum: News and Discussions - Replies (4)

Hello to all!
I am more than excited to begin my journey in Python programming! I love Monty Python too!
After much research, I bought Singh's introdu..... More

Print this item

  shutil.move make data corrupt
Posted by: kucingkembar - Feb-01-2023, 01:30 PM - Forum: General Coding Help - No Replies

hi sorry for my bad English,
i have this code:
[python]
SaveAs = "new folder name that contains illegal character !@#$%^&*"
..... More

Print this item

  Printing effect sizes for variables in an anova
Posted by: eyavuz21 - Feb-01-2023, 10:29 AM - Forum: General Coding Help - Replies (2)

Hey all,

I have the following code.

[python]resultmodeldistancevariation2sleep = smf.ols(formula='weighteddistance ~ age + C(gender) + C(highest_ed..... More

Print this item

  Send email with smtp without using Mimetext
Posted by: mgallotti - Feb-01-2023, 04:43 AM - Forum: General Coding Help - No Replies

Hi,
I haven't been able to get a script working that sends email using Mimetext to work on a Windows server.
The email body contains fields inside a..... More

Print this item

  Getting last line of each line occurrence in a file
Posted by: tester_V - Jan-31-2023, 08:57 PM - Forum: General Coding Help - Replies (1)

Greetings!
I hope I'm not overstaying my welcome here...
Anyway, I’m looking for a set of lines from a file.
See the example of a file below, the l..... More

Print this item

  add mqtt feature to existing code
Posted by: Positron79 - Jan-31-2023, 05:56 PM - Forum: General Coding Help - No Replies

Good day, all

I'm currently using this code and works very well.

https://github.com/BrucesHobbies/radonMaster

It has local data logging to a ..... More

Print this item

Sad SSL Error when using pip
Posted by: rf1976 - Jan-31-2023, 04:09 PM - Forum: General Coding Help - Replies (7)

I am new in IT and I am a Linux Mint user.

I am facing an issue when I try to install libraries using pip.

If, in Terminal, I type:

pip3 install p..... More

Print this item

  Split pdf in pypdf based upon file regex
Posted by: standenman - Jan-31-2023, 04:08 PM - Forum: General Coding Help - Replies (1)

I am trying to split a pdf doc that is a set of medical records based upon the date of treatment. So in this pdf of records we have "Visit Date: ##/#..... More

Print this item

  Flask and SQLAlchemy question: Database is being created but tables aren't adding
Posted by: pythonpaul32 - Jan-31-2023, 03:13 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi,

I am trying to make an e-commerce app using Flask and SQLAlchemy. Whenever I create the databases in my program, the database is getting created,..... More

Print this item

Video Charge Shot
Posted by: KennedyRichard - Jan-31-2023, 02:49 PM - Forum: Code sharing - No Replies



Just a tiny sneak peek into a game I'm working on. Early stages of development...... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Two arguments in input fu... 11 hours ago Alfredd noisefloor General Codin...
  Backward compatibility qu... Yesterday, 10:39 yutaozhou buran News and Disc...
  [Tkinter] I’m building a ... 11-07, 19:29 tsgiannis tsgiannis GUI
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
  Can I develop a live vide... 11-05, 08:31 mtrkhan ankitsharma32 Web Scraping ...
  [SOLVED] Linefeed when wr... 11-04, 11:51 Winfried buran General Codin...
Most views
  The best Prog... 578682
  Tutorial Requ... 509108
  Web Scraping ... 441840
  Newbie with P... 385791
  New Users Int... 375048
Most reputation
buran 581
snippsat 510
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
alexmaarley8855 Yesterday
Cristiano Yesterday
Alfredd Yesterday
clayote Yesterday
yutaozhou 11-07

User Panel Messages

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