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,295
» Latest member: Moltar1997
» Forum threads: 38,795
» Forum posts: 175,885

Full Statistics

Online Users
There are currently 34 online users.
» 1 Member(s) | 28 Guest(s)
Bing, Applebot, Google, AOL, DeaD_EyE

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: Moltar1997
3 hours ago
» Replies: 0
» Views: 31
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
8 hours ago
» Replies: 1
» Views: 47
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Today, 02:50 AM
» Replies: 6
» Views: 218
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:18 PM
» Replies: 5
» Views: 112
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 77
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,515
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 168
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 79
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,132
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,316

 
  Question about running comparisons through loop from input value
Posted by: Sunioj - Oct-13-2019, 12:02 AM - Forum: Homework - Replies (2)

Hello,
I am creating a code which if the input is numerical, certain text will be printed towards the user. If 'quit' is entered, the program stops. ..... More

Print this item

  isinstance() vs type()
Posted by: Skaperen - Oct-12-2019, 11:42 PM - Forum: News and Discussions - Replies (3)

a while back, like 2 or 3 years ago, i read here that it was better to test types using the isinstance() function than using the type() ..... More

Print this item

  sqlite3.OperationalError: near "%": syntax error
Posted by: Linuxdesire - Oct-12-2019, 11:02 PM - Forum: General Coding Help - Replies (2)

I am getting an error trying to connect to my SQLite database. I have tried several things and it is not working. I cannot figure out where the syntax..... More

Print this item

  I created a function that generate a list but the list is empty in a new .py file
Posted by: mrhopeedu - Oct-12-2019, 07:12 PM - Forum: General Coding Help - Replies (2)

Hi guys,

newbie to Python, pardon me if my question is subject doesn't make sense.

I created a function to generate a random list of numbers and..... More

Print this item

  Issue with ginput and adding points to an exisiting plot
Posted by: gaminer - Oct-12-2019, 07:08 PM - Forum: General Coding Help - No Replies

I am using ginput to plot additional points to an exisiting scatter plot, however when the new points are added the previously set x and y limits chan..... More

Print this item

  Inheriting, given number from randint is not working
Posted by: beLIEve - Oct-12-2019, 06:50 PM - Forum: General Coding Help - No Replies

Hello!
This is a second try
The code from Clock and Calendar segment now works fine (lines 0 to 238)
however i'm trying to work on Weather segment (li..... More

Print this item

  What use is python?
Posted by: xBlackHeartx - Oct-12-2019, 06:07 PM - Forum: News and Discussions - Replies (5)

Absolutely nobody in the professional industry uses it, so the only time you'll use it yourself is if you're making your own program. And playing arou..... More

Print this item

  visibility/space of variables. Pls help.
Posted by: gtlhbkkj - Oct-12-2019, 05:47 PM - Forum: General Coding Help - Replies (1)

I have two modules only.
the first one - is the main programm, which is using functions from the second module.
The second module consists from func..... More

Print this item

  I do not understand why my python looks different from tutorials.
Posted by: noodlespinbot - Oct-12-2019, 03:51 PM - Forum: General Coding Help - Replies (2)

For some reason mine looks like this:
https://imgur.com/a/4NLgRSP
But all the tutorials are like this:
https://imgur.com/a/5xtIS1r



Thanks in..... More

Print this item

  Newbie question with Tkinter Entry
Posted by: mariolopes - Oct-12-2019, 03:50 PM - Forum: GUI - Replies (2)

Hi
please someone can tell me why this code works
[python]
from tkinter import *
root=Tk()
root.title("teste ao programa")
#root.configure(backg..... More

Print this item

  Plot multiple csv into one graph problem with visualize
Posted by: linkxxx86 - Oct-12-2019, 01:21 PM - Forum: General Coding Help - Replies (1)

Hi everyone,
I really need an help, I created a small code to read 27 file .csv together and plot in the same graph.
In the csv files there is the ..... More

Print this item

  Module mutagen
Posted by: romeogg - Oct-12-2019, 10:35 AM - Forum: General Coding Help - Replies (1)

Hi,

I'm trying to create an mp3-player.

But having trouble loading the mutagen module.

I always get en error "No module named 'mutagen'".

..... More

Print this item

  is there a way to optimize my checking system?
Posted by: GalaxyCoyote - Oct-12-2019, 10:13 AM - Forum: General Coding Help - Replies (4)

I am coding tic tac toe with lists (not 2d lists, this project was suggested by my teacher) and I want to go above and beyond, so I want to optimize m..... More

Print this item

  with input remove a string from the list
Posted by: konsular - Oct-12-2019, 09:11 AM - Forum: General Coding Help - Replies (3)

Hello,

i cant quite figure why this code doesnt work Wall

[python]friends = ["Kevin", "Karen", "jim", "Oscar", "Toby"]
variable = input("..... More

Print this item

  Printing a number sequence not working properly
Posted by: deepsen - Oct-12-2019, 08:44 AM - Forum: Homework - Replies (6)

This is not exactly homework. I am solving Python3 Practice problems in HackerRank to learn python coding. I am stuck on a mathematical logic part. In..... More

Print this item

  delete file with handling
Posted by: 3Pinter - Oct-12-2019, 08:07 AM - Forum: General Coding Help - Replies (1)

Hi,

So I want to delete some files and if a file is in use, the script should print an error.
However I don't care for the error report if the fil..... More

Print this item

  image grid coordinate system
Posted by: Bmart6969 - Oct-12-2019, 05:20 AM - Forum: General Coding Help - No Replies

i am trying to make an x, y coordinate system to enable my bot to tell where it is at any given point in game. i've mapped the entire game screen and ..... More

Print this item

  Creating "saves" for the game
Posted by: subject71 - Oct-11-2019, 11:10 PM - Forum: Game Development - Replies (2)

Hi, I'm a beginner on pygame, and I was wondering if I can create "saves" for my game, I mean, if I close the game, I can return in the same point whe..... More

Print this item

  always comes up as invalid position
Posted by: GalaxyCoyote - Oct-11-2019, 10:20 PM - Forum: General Coding Help - Replies (3)

I am trying to make a simple game, if a position has already been selected by the opposite team then it will display "invalid position", the issue is,..... More

Print this item

  Need to copy column of cell values from one workbook to another with openpyxl
Posted by: curranjohn46 - Oct-11-2019, 10:10 PM - Forum: General Coding Help - Replies (3)

I am extracting data from one workbook's column and need to copy the data to another existing workbook.

This is how I extract the data (works fine)..... More

Print this item

  Are you a Django ninja? Software Engineering opportunity at Palo Alto startup
Posted by: limbix - Oct-11-2019, 09:01 PM - Forum: Jobs - No Replies

Are you an experienced Django developer, looking for a full-time position at an established healthcare startup in Palo Alto?

If so, email scott@lim..... More

Print this item

  Help mocking simple-salesforce
Posted by: strngr12 - Oct-11-2019, 08:23 PM - Forum: General Coding Help - No Replies

Hello Everyone,

I'm new to mocking API calls in Python and can't find any documentation that shows any straightforward examples of how to mock call..... More

Print this item

  Rotating image issue
Posted by: Evoluxman - Oct-11-2019, 07:07 PM - Forum: Game Development - Replies (8)

Hello everyone! I'm a new pygame/python (wannabe) programmer, and I stepped into a problem.

I want to have a character displayed on the screen, be..... More

Print this item

  Concatenate two dictionaries
Posted by: harish - Oct-11-2019, 06:48 PM - Forum: General Coding Help - Replies (3)

HI All,
My requirement is little similar to concatenation of two dictionaries,
Source data is:
x = {'field1': 'test1', 'field2': 'test2', 'field3'..... More

Print this item

  Folium map from another website
Posted by: tantony - Oct-11-2019, 04:04 PM - Forum: General Coding Help - Replies (8)

Is there a way to import map from this website in Python using folium or other packages? If not, what would be a good way to do this?

I was writin..... More

Print this item

  From string parameter to a dictionary
Posted by: Mitchie87 - Oct-11-2019, 03:18 PM - Forum: Homework - Replies (9)

Dear members, is there anybody would can help my with my homework question?
I'm able to open the csv file. But from there I really have no idea what ..... More

Print this item

  Multicast SSM Joins
Posted by: iunderwood74 - Oct-11-2019, 03:11 PM - Forum: Networking - No Replies

Good morning, folks.

I'm looking to use Python to do some work with IP Multicast under version 3.7.

However, the wrinkle in the system is that t..... More

Print this item

  How to avoid slow cursor operations?
Posted by: sevensixtwo - Oct-11-2019, 02:16 PM - Forum: General Coding Help - No Replies

Hi. I'm using numpy as np. I have a 2D array called CC of all zeros and ones. For every one in CC, I want to change all adjacent array values to on..... More

Print this item

  Monty Python Quote Most Applicable to Programming
Posted by: ichabod801 - Oct-11-2019, 02:00 PM - Forum: Bar - Replies (4)

What Monty Python quote do you think is most applicable to programming a computer? My vote is:

Sir Robin Wrote:That's easy!

Print this item

  have homework to add a list to a list using append.
Posted by: celtickodiak - Oct-11-2019, 12:14 PM - Forum: Homework - Replies (2)

So I am attempting to add a list to a list with append, but I don't think it is working, as I cannot call the list back out using another option. This..... More

Print this item

  Print
Posted by: kdiba - Oct-11-2019, 11:12 AM - Forum: General Coding Help - Replies (7)

Hello, I'm trying to find a way to excute the command print below to get the same load the prediction. But it doesn't load it, it just print the print..... More

Print this item

  snmp hex-string to date time
Posted by: anna - Oct-11-2019, 11:05 AM - Forum: General Coding Help - Replies (10)

Hi All,


My snmpwalk output as below

SNMPv2-SMI::enterprises.6527.3.1.2.2.4.2.1.32.1.35684352 = Hex-STRING: 07 E2 05 08 00 00 00 00 2B 00 00
..... More

Print this item

  Weighted average with multiple weights and groups
Posted by: amyd - Oct-11-2019, 10:30 AM - Forum: Data Science - No Replies

I am a beginner in Python and I am trying to improve my code - so I would appreciate some advice on how to improve the efficiency of the following.
..... More

Print this item

  Generating a dict from provided randomizer
Posted by: beLIEve - Oct-11-2019, 08:47 AM - Forum: Homework - No Replies

Hello

Last thread talk
https://python-forum.io/Thread-Get-synta...rstand-why

Soo i am far away from this Dance
But still ne..... More

Print this item

  Openpyxl with large file
Posted by: LocalFolder - Oct-11-2019, 08:47 AM - Forum: General Coding Help - Replies (4)

Good morning my dear Python Experts,

I'm new here, I'm not an expert with coding or python and i have an issue with openpyxl.

I have some proces..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 3 hours ago Moltar1997 Moltar1997 General Codin...
  silent deployment Python ... 8 hours ago Bummibaer Larz60+ News and Disc...
  data fetching for indian ... Today, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... Yesterday, 14:18 Ninja2112 deanhystad GUI
  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...
Most views
  The best Prog... 579340
  Tutorial Requ... 512266
  Web Scraping ... 442212
  Newbie with P... 386324
  New Users Int... 380084
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+ 12110
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
Moltar1997 Today
arthurlouiss Today
LewisByday Today
Bummibaer Today
Elevyn Today

User Panel Messages

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