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,933
» Latest member: tobey12
» Forum threads: 38,722
» Forum posts: 175,502

Full Statistics

Online Users
There are currently 40 online users.
» 1 Member(s) | 33 Guest(s)
Bing, AOL, Facebook, Google, Apple, kshahzad1985

Latest Threads
How Reliable Is Assignmen...
Forum: News and Discussions
Last Post: tobey12
2 hours ago
» Replies: 0
» Views: 13
Expert Guidance Made Easy...
Forum: General Coding Help
Last Post: Alex12
3 hours ago
» Replies: 0
» Views: 20
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
6 hours ago
» Replies: 1
» Views: 351
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 08:58 PM
» Replies: 8
» Views: 2,365
real community
Forum: News and Discussions
Last Post: decuser
Yesterday, 08:16 PM
» Replies: 3
» Views: 1,472
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:45 PM
» Replies: 1
» Views: 306
looking for help
Forum: Bar
Last Post: Azdaghost
Yesterday, 05:03 PM
» Replies: 0
» Views: 101
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Yesterday, 03:28 PM
» Replies: 7
» Views: 2,825
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,076
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 761

 
  Players not falling from the platform, and some other errors.
Posted by: urmom33 - Jan-23-2023, 06:07 PM - Forum: Game Development - Replies (1)

Hi, I'm kind of new at both python and pygame. I was trying to make a (very) simple platform fight game, and of course I found some errors I can't fix..... More

Print this item

Video Bionic Blue: Free open-source action platformer game
Posted by: KennedyRichard - Jan-23-2023, 01:23 PM - Forum: News and Discussions - No Replies

Hello, everyone,

I'm Kennedy Richard S. Guerra, 32, maintainer of the Indie Python project, a personal project whose goal is to promote fun and lea..... More

Print this item

  first time use plot - I get empty graph
Posted by: korenron - Jan-23-2023, 01:09 PM - Forum: General Coding Help - Replies (6)

Hello,
I want to show variable in a graph , I don't have "x" only the value of y
so I thought to create an int for numbers of time I get the speed ..... More

Print this item

  [split] I want to add a code to the "Save" button to save the data entered
Posted by: LOO - Jan-23-2023, 09:47 AM - Forum: GUI - Replies (1)

I want to add a code to the "Save" button to save the data entered . Also, I want when you click on "Back" button, it go to main menu. At the same ti..... More

Print this item

  What are some of the best resources for learning Python?
Posted by: Vadanane - Jan-23-2023, 09:28 AM - Forum: News and Discussions - Replies (2)

What are some of the best resources for learning Python?

Print this item

  sys.argv method
Posted by: nngokturk - Jan-23-2023, 07:49 AM - Forum: General Coding Help - Replies (3)

Hello,

For my research, I need to run a Python script that can analyze the syntactic complexity of the texts. The script essentially takes an inpu..... More


Attached Files

.py   analyzeText.py (Size: 5.31 KB / Downloads: 295)
Print this item

  How to separate the values in an element to add them
Posted by: monty024 - Jan-23-2023, 12:32 AM - Forum: General Coding Help - Replies (4)

Greetings,

I have a python question.. I have a list with the following four elements.
What I want to do is add the vales in element 1 (17,21,2..... More

Print this item

  obfsproxy running on centos 7
Posted by: SMQS_500 - Jan-22-2023, 07:49 PM - Forum: General Coding Help - No Replies

I am using CentOS 7 os.
I installed python3.6 on this machine.
pip3 is latest version 21.
After that i installed obfsproxy like this : ..... More

Print this item

  Extract file only (without a directory it is in) from ZIPIP
Posted by: tester_V - Jan-22-2023, 12:57 AM - Forum: General Coding Help - Replies (1)

Greetings!
I'd like to extract files only, without the directories they are in, in the ZIP.
I wrote a small script but it extracts files with the di..... More

Print this item

  PySide6 QFontDialog - bug or just me?
Posted by: PatM - Jan-21-2023, 11:22 PM - Forum: GUI - Replies (1)

I have a qfontdialog that works ALMOST perfectly BUT I am having one issue.

When I first start the program I use
[code]
self.font = QFont()
self..... More

Print this item

  python pypdf function to add bookmarks
Posted by: standenman - Jan-21-2023, 04:53 PM - Forum: Data Science - Replies (2)

I have the following code to recast a set of medical records so that the new PDF has bookmarks that reflect the date of medical treatment. The code cr..... More

Print this item

Thumbs Up Python 3 Jupyter notebook ternary plot data
Posted by: nicholas - Jan-21-2023, 04:35 PM - Forum: General Coding Help - No Replies

I'm using the ternary library and Matplotlib to plot a heat map of gibbs free energy of mixing and a thermodynamic phase diagram for a ternary solutio..... More

Print this item

  QTableView set header labels
Posted by: HeinKurz - Jan-21-2023, 11:10 AM - Forum: GUI - Replies (2)

Hi!
I have a PyQt5 window with a QTableView. The data comes from a XML file. So far everthing works fine.
But now I want to set the header labels be..... More

Print this item

  Libraries for Process Mining
Posted by: PythonBeginner1 - Jan-21-2023, 01:49 AM - Forum: Data Science - Replies (1)

Hi,

I'm not sure if I'm in the right forum, but I hope someone can help me.
Do you know some python libraries for process mining?
On the internet..... More

Print this item

  TypeError: 'float' object is not callable #1
Posted by: isdito2001 - Jan-20-2023, 10:51 PM - Forum: General Coding Help - Replies (1)

Good evening, can you help me and tell me what I am doing wrong because it tells me that it is not callable. reggards

[code]
# Import Pmw from thi..... More

Print this item

  python move specific files from source to destination including duplicates
Posted by: mg24 - Jan-20-2023, 07:41 PM - Forum: General Coding Help - Replies (3)

Hi Team,

I have 2000 csv files in a source folder. airtel,jio data files etc.
file naming convention start with mobile no and then string value conca..... More

Print this item

  pandas dataframe into csv .... exponent issue
Posted by: mg24 - Jan-20-2023, 06:20 PM - Forum: General Coding Help - Replies (10)

Hi Team,

I am trying to write pandas Dataframe into csv,
wrong values getting printed into csv. exponent issue.



-5.00E-06


[pyt..... More

Print this item

  Running script with subprocess in another directory
Posted by: paul18fr - Jan-20-2023, 02:20 PM - Forum: General Coding Help - Replies (1)

Hi,

I'm trying to run an executable script (thanks to chmod +x) but located in another directory; whatever I do, it is running in the current direc..... More

Print this item

  How to read csv file update matplotlib column chart regularly
Posted by: SamLiu - Jan-20-2023, 11:53 AM - Forum: General Coding Help - Replies (2)

Hi all,

I want to read csv date and update column charts by matplotlib automatically.
As snapshots first time write log and update column chart by..... More

Print this item

  write json into a table
Posted by: herobpv - Jan-20-2023, 06:44 AM - Forum: General Coding Help - Replies (4)

I need to write a subset of data into a table using pymssql library. I am able to prepare the data I want but stuck on how to write this data into a t..... More

Print this item

  Starting New Programming Career after 50
Posted by: MCL169 - Jan-20-2023, 02:23 AM - Forum: News and Discussions - Replies (4)

I am looking for a career change coming from a hospitality and customer service background. I have also run a freelance photography business and I wor..... More

Print this item

  Manipulating panda dataframes more python-like
Posted by: badtwistoffate - Jan-20-2023, 12:57 AM - Forum: Homework - Replies (4)

Hello,

While not necessarily homework, it seems the best place to post considering the question and difficulty level. I am trying to analyze some d..... More

Print this item

  iterate through the dict_values while unpacking the dictionary
Posted by: PeacockOpenminded - Jan-19-2023, 12:29 PM - Forum: General Coding Help - Replies (3)

I have trouble with iterating through dict_values, while unpacking the dictionary.

I have a dictionary which contains 2 arrays, a and b:
[python]a..... More

Print this item

  export sql table to csv using BCP with headers
Posted by: mg24 - Jan-19-2023, 05:36 AM - Forum: General Coding Help - No Replies

Hi Team,

Can we export SQL Table into csv using BCP Approach.

bcp "SELECT (SELECT STUFF((SELECT '|'+name FROM sys.columns
WHERE object_id = OB..... More

Print this item

  painfully slow runtime when handling data
Posted by: dadazhu - Jan-19-2023, 04:39 AM - Forum: General Coding Help - Replies (3)

Hi everyone,

I am new to Python, and just completed some codes as below that take forever to run. It seemed working if I only run the first 10 rows ..... More

Print this item

  Find a shift between 2 pictures
Posted by: TazFleck - Jan-18-2023, 09:56 PM - Forum: General Coding Help - No Replies

Hi everyone,

I have for a project to find a shift between 2 pictures:

[img]https://zupi[url=https://python-forum.io/thread-39237.html]..... More

Print this item

  Python Pandas Syntax problem? Wrong Output, any ideas?
Posted by: Gbuoy - Jan-18-2023, 08:55 PM - Forum: General Coding Help - Replies (2)

Hello!

I was hoping to get some input on why my code is not working as intended. I want to produce the mean and median value of a Pandas series tha..... More

Print this item

  [Solved] Eric 7 uic error
Posted by: arwen - Jan-18-2023, 08:02 PM - Forum: GUI - Replies (2)

Good morning.

I have a problem with erik7 after reinstalling PyQt5 which I had uninstalled by mistake.
In a small test program when I run "generat..... More

Print this item

  How we can Fraud Prevention Platforms for Business
Posted by: Anldra12 - Jan-18-2023, 03:41 PM - Forum: News and Discussions - No Replies

Expertise in Fraud Prevention Platforms

  • Dear all I need some suggestions or platforms that help me! How can we secure or make onlin..... More

Print this item

  Adding a subroutine to a larger program
Posted by: Led_Zeppelin - Jan-18-2023, 03:25 PM - Forum: General Coding Help - Replies (2)

The following program was written by me. I wanted to plot feature importance against sensor number on a two-dimensional plot. The X axis has the senso..... More


Attached Files

Thumbnail(s)
   
Print this item

  file handling Newbee question
Posted by: middlecope - Jan-18-2023, 01:59 PM - Forum: General Coding Help - Replies (2)

I am a pascal programmer learning python
Raspberry pi 2, python 3.9

f = open("temps.txt")
f.write("attemt1\r\n")
f.close
Nothing i..... More

Print this item

  Result from SQLite not reliable.. [Solved]
Posted by: SpongeB0B - Jan-18-2023, 06:56 AM - Forum: Web Scraping & Web Development - Replies (3)

Hi everyone,

I'm testing in memory SQLite DB to use with Flask

here my simple test

[python]
Conn = sqlite3.connect(':memory:')
ConnCursor =..... More

Print this item

  How to insert data json to treeview tkinter?
Posted by: Shakanrose - Jan-17-2023, 07:26 PM - Forum: GUI - Replies (8)

Hi, I'm using python for a short time and I'm getting a little complicated. What I'm looking for is that when I enter the corresponding tab, it displa..... More

Print this item

  Looking for freelances in Python
Posted by: assalim - Jan-17-2023, 07:11 PM - Forum: Jobs - Replies (5)

Looking for freelances in Python

Print this item

  global variables
Posted by: HeinKurz - Jan-17-2023, 04:50 PM - Forum: General Coding Help - Replies (3)

I've read a view posts and articles about global variables so I don't understand why it doesn't work in my app.
In the code below pos1, pos2 and pos2..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How Reliable Is Assignmen... 2 hours ago tobey12 tobey12 News and Disc...
  Expert Guidance Made Easy... 3 hours ago Alex12 Alex12 General Codin...
  Another app idea - intera... 6 hours ago decuser Lenowell News and Disc...
  403 Error Yesterday, 20:58 CaptainNewb snippsat Web Scraping ...
  real community Yesterday, 20:16 decuser decuser News and Disc...
  variable changing types f... Yesterday, 18:45 Azdaghost Gribouillis General Codin...
  looking for help Yesterday, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... Yesterday, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
Most views
  The best Prog... 575792
  Tutorial Requ... 497035
  Web Scraping ... 439804
  Newbie with P... 383495
  New Users Int... 365309
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 8174
snippsat 7367
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
tobey12 Today
Alex12 Today
Lenowell Today
luisshulez6883 Yesterday
KennedyRichadGuerra Yesterday

User Panel Messages

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