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,289
» Latest member: jackhunter
» Forum threads: 38,792
» Forum posts: 175,875

Full Statistics

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

Latest Threads
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 12:05 PM
» Replies: 5
» Views: 142
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 53
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,487
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 150
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 68
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,080
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,302
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 384
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 221
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 271

 
  "if keys[pygame.K_y]" being troublesome
Posted by: michael1789 - Dec-06-2019, 12:58 AM - Forum: Game Development - Replies (4)

This is code for selecting a star from a map and asking if you want to travel there. Move a selector sprite over the star sprite, hit enter, and it as..... More

Print this item

  Element misalignment passing numpy array with distutils
Posted by: OTAGOHARBOUR - Dec-05-2019, 11:55 PM - Forum: General Coding Help - Replies (1)

I have a 4D numpy array, surfaceVectors, where the 4th dimension is the unnormalized vector (size and direction) at each voxel of a 3D volume. I mak..... More

Print this item

  argument for the python command
Posted by: Skaperen - Dec-05-2019, 11:30 PM - Forum: News and Discussions - No Replies

i'd like to give python an argument. this is in a bash script where many places have the python #! to output making a script but i want to put an arb..... More

Print this item

  command line input (arg parse) and data exchange
Posted by: Simba - Dec-05-2019, 11:27 PM - Forum: General Coding Help - Replies (7)

Hi guys hope you are all keeping cool.
i am having an issue with my python program that I was writing. I am trying to make small server & client prog..... More

Print this item

  PyQt5 form not displaying my data from SQLite3 Database
Posted by: Linuxdesire - Dec-05-2019, 10:08 PM - Forum: GUI - Replies (2)

Good afternoon;
I am fairly new to Python. I am attempting to make a personal classic Movie database. I am using PyQt5, Python 3.7 and Sqlite3. My fo..... More

Print this item

  When dictionarys do no have same keys
Posted by: dervast - Dec-05-2019, 10:04 PM - Forum: General Coding Help - Replies (3)

I am new to accessing nested dictionaries and here is the problem I have. One of my columns in a panda frame contains dictionaries. These dictionaries..... More

Print this item

  My first program is a bit faulty. Please Help.
Posted by: Manjushri - Dec-05-2019, 09:51 PM - Forum: General Coding Help - Replies (3)

Could you please help me a little?
Game is not written by me obviously.
Mine is an attempt to introduce a question with two outcomes.
If "yes" we..... More

Print this item

  pygame image loading error
Posted by: BlueClaw - Dec-05-2019, 09:00 PM - Forum: Game Development - Replies (6)

This pygame code does not work. All I am trying to do is load images to test an animation.
[python]import pygame
pygame.init()

win = pygame.displ..... More

Print this item

  Multiprocess not writing to file
Posted by: DreamingInsanity - Dec-05-2019, 07:03 PM - Forum: General Coding Help - Replies (4)

I am trying to improve the speed some of my code with Multiprocessing. Here is my code:
[python]def create_averaging_process(processes, image_file):..... More

Print this item

  Open Source Software for Data Pipeline Testing
Posted by: keaton8630 - Dec-05-2019, 05:50 PM - Forum: News and Discussions - No Replies

It's crazy that data pipeline testing doesn't have the same high standard as software testing. Great Expectations is an awesome push in that direction..... More

Print this item

  Visualize Geo Map/Calculate distance
Posted by: zarize - Dec-05-2019, 02:25 PM - Forum: General Coding Help - Replies (1)

Hi guys,

I am thinking about creating a map with pin-drops based on database. I would like to make a tool which would calculate distance between loca..... More

Print this item

  Putting frames on separate lines
Posted by: kenwatts275 - Dec-05-2019, 02:14 PM - Forum: General Coding Help - Replies (3)

Hello. I am trying to create an input window that prompts for two files.
I created two frames, frame1 and frame2. I inserted a label and entry widget..... More

Print this item

  How to sort image files according to a metadata file?
Posted by: Brahmslove - Dec-05-2019, 12:55 PM - Forum: General Coding Help - Replies (1)

I would like to sort image files with same tags into a specific folder.
(The HAM 10000 dataset, https://dataverse.harvard.edu/dataset.xhtml?persisten..... More

Print this item

  Executing Scipy Tensor Product
Posted by: John_Doe - Dec-05-2019, 12:45 PM - Forum: Data Science - Replies (1)

Can anyone advise on how to use the Scipy TensorProduct function i..... More

Print this item

  Blending calculator from final product
Posted by: xerxes106 - Dec-05-2019, 10:32 AM - Forum: General Coding Help - No Replies

Hi folks,
I was hoping someone might be able to give me some advice on this as I've gotten a little stuck. I'm a novice with Python so this is a bit..... More

Print this item

  Fetch records from DB and display on GUI
Posted by: hnkrish - Dec-05-2019, 10:21 AM - Forum: GUI - Replies (1)

I can fetch records from DB and paste in Excel but I want to display on GUI

Print this item

  python one line file processing
Posted by: har - Dec-05-2019, 09:16 AM - Forum: General Coding Help - Replies (4)

Hi coders,

I have a file stores alerts, and it only stores alerts generated today, alerts before today have been archived to another files with dat..... More

Print this item

  extract specific data from a group of json-files
Posted by: ledgreve - Dec-05-2019, 09:10 AM - Forum: General Coding Help - Replies (3)

Hello everyone!

I have a a large collection of json-files (a few thousand) each containing metadata about a text post, such as the post-ID, the use..... More

Print this item

  Python Module for Druid Users - "druidpy!"
Posted by: NareshKumarBN - Dec-05-2019, 08:56 AM - Forum: Code sharing - No Replies

Hi Python universe,

I have created a python module called "druidpy" which can be used for all the day to day druid activities.

Please check if y..... More

Print this item

  Plea for Python 2.7 LTS
Posted by: Juron - Dec-05-2019, 08:51 AM - Forum: News and Discussions - Replies (11)

Hoi Community,

This is a serious last minute plea to keep Python 2.7 alive on LTS please. I work for a company that rely heavily on Python 2.7. The..... More

Print this item

  date and time
Posted by: jordex02 - Dec-05-2019, 08:46 AM - Forum: Homework - Replies (2)

i need to make a code that can convert data inn to numbert like 15,april,1999 but i also need to make it so that i cant put inn 40,april,1999 i need h..... More

Print this item

  Write function to find decryptionkey
Posted by: kotter - Dec-05-2019, 08:10 AM - Forum: Homework - Replies (3)

I have the following assignment:

[inline]Say we have a random string containing only small letters. Then we have a key that encrypts the string.
A..... More

Print this item

  A sign-Reversal Puzzle
Posted by: HY2000 - Dec-05-2019, 08:03 AM - Forum: Homework - Replies (2)

I am creating a sign-reversal puzzle. That should have a 6x6 array with an initial value given. Player need to choose a row to reverse the sign in eac..... More

Print this item

  sorting out the multitude of installation errors
Posted by: ajetrumpet - Dec-05-2019, 07:53 AM - Forum: General Coding Help - Replies (5)

hi guys,

I just started with this language, as it is in high demand everywhere i understand. The installation errors are apparently a huge problem..... More

Print this item

  adding information to a dictionary.
Posted by: Justice_py - Dec-05-2019, 02:06 AM - Forum: General Coding Help - Replies (2)

So I'm creating a basic program where when it is run it asks the user if they have an account. If they enter "n" (no) then they are prompted to create..... More

Print this item

  Get underlying function from Kernel Density Estimation
Posted by: jpython - Dec-04-2019, 11:02 PM - Forum: Data Science - Replies (3)

Hi everyone,

There are several libraries that allow us to estimate a probability density function using Kerndel Density Estimation.

My question ..... More

Print this item

  Python Function Help
Posted by: virajmehta - Dec-04-2019, 09:54 PM - Forum: Homework - Replies (3)

Hello all. I am new to Python and struggling with an assignment. Here is one of the problems below. I would appreciate any help as I am lost on how to..... More

Print this item

  Scientific Calculator
Posted by: Spacecowboy - Dec-04-2019, 07:40 PM - Forum: Homework - Replies (5)

Hi,

Im new with coding and python and try to rebuild a scientific calculator.
I have the buttons and screen etc, but now i want to add commands to..... More

Print this item

  atm program valueerror
Posted by: jeffrey5941 - Dec-04-2019, 04:35 PM - Forum: GUI - Replies (3)

[Image: YPmP0Ly]

I'm writing an atm program using tkinter. I keep getting a value..... More

Print this item

  Print triangle using while loop
Posted by: tuxandrew - Dec-04-2019, 04:19 PM - Forum: Homework - Replies (3)

The following code will print a triangle of stars.
How we can obtain the same result using while loop? And explain how it works?
Thanks in advance fo..... More

Print this item

  Parse XML String in Pandas Dataframe
Posted by: creedX - Dec-04-2019, 03:19 PM - Forum: Data Science - Replies (2)

Here is my situation:

I have a pandas dataframe that contains one column with an xml string for each row. I need to be able to parse the xml string..... More

Print this item

  Tetris 2
Posted by: abscorpy - Dec-04-2019, 03:13 PM - Forum: Game Development - Replies (1)

[python]import pygame
import random

pygame.font.init()

#GLOBAL VARS

s_width = 800
s_height = 700
play_width = 300
play_height = 600
bloc..... More

Print this item

  Split of key from JSON response
Posted by: aswini_dubey - Dec-04-2019, 02:12 PM - Forum: General Coding Help - Replies (1)

HI Team,

I get a json response of keys & values from api as below
'fm_data': {'LineofBusiness~PoleBranch~Region~MappedName~MappedNameSub~Owner~::~..... More

Print this item

  Is this a bad sign?
Posted by: pyrrb - Dec-04-2019, 10:04 AM - Forum: News and Discussions - Replies (2)

Hello community!

I have just started learning Python a month ago or so. I have been doing python exercises, writing small scripts and solving some c..... More

Print this item

  How to get the probability density function of my data set
Posted by: jpython - Dec-04-2019, 08:45 AM - Forum: Data Science - Replies (1)

Hi,

This is my first post here so please be kind to me Smile

I have a data set that is a time-series of stock returns. I am able to plot th..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... Yesterday, 12:05 drakhsin snippsat Web Scraping ...
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
Most views
  The best Prog... 579280
  Tutorial Requ... 512137
  Web Scraping ... 442195
  Newbie with P... 386306
  New Users Int... 379726
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+ 12109
buran 8196
snippsat 7390
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
jackhunter Today
EmilyCarter Today
OLanePulse Today
xdimbah Today
IsmaelSlalk Today

User Panel Messages

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