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,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,588

Full Statistics

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

Latest Threads
Another app idea - intera...
Forum: News and Discussions
Last Post: Biks
5 hours ago
» Replies: 1
» Views: 1,811
My goal to be hired worki...
Forum: News and Discussions
Last Post: Biks
5 hours ago
» Replies: 3
» Views: 1,114
real community
Forum: News and Discussions
Last Post: Biks
5 hours ago
» Replies: 4
» Views: 3,064
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
7 hours ago
» Replies: 5
» Views: 169
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
9 hours ago
» Replies: 4
» Views: 140
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 08:57 AM
» Replies: 1
» Views: 89
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Oct-02-2025, 03:05 PM
» Replies: 3
» Views: 2,556
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Oct-02-2025, 01:56 PM
» Replies: 6
» Views: 251
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,063
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 482

 
  Program Functions Disabled
Posted by: Doffer - Sep-14-2019, 07:27 PM - Forum: General Coding Help - No Replies

if i open another program full screen my program functions is disabled.My program is works normally on the desktop, but does not work functions in th..... More

Print this item

  index errors
Posted by: ridgerunnersjw - Sep-14-2019, 06:42 PM - Forum: General Coding Help - Replies (3)

Can someone please tell what I am doing wrong??...I am continually getting an index error. I have a 4x2x3 matrix (lists) and I am trying to first cre..... More

Print this item

  Using a file to send multiple contacts Text via GSM sim
Posted by: 01001B - Sep-14-2019, 05:41 PM - Forum: General Coding Help - No Replies

Using a sim800c v3 and a Raspberry Pi4 and AT Commands I have been successful at operating the GSM modem.. But Now I would like to send my company con..... More

Print this item

  multiplication by successive addition
Posted by: Zebrol - Sep-14-2019, 05:15 PM - Forum: General Coding Help - Replies (1)

Guys, im from Brazil and I just started a python course a couple days back. This program is supposed to multiply 2 numbers and show the subtotal of th..... More

Print this item

  Using color in python
Posted by: Help_me_Please - Sep-14-2019, 03:39 PM - Forum: Game Development - Replies (16)

I am creating a game and I want to include colour and I am setting variables to their appropriate value, I here 'color' has to be spelt like that. But..... More

Print this item

  Reduce file size - simplify code
Posted by: Bloody_geek - Sep-14-2019, 02:47 PM - Forum: Code sharing - Replies (3)

Hello everyone,
I'm learning a python right now and just experimented a bit by writing a small program.
My problem is that the outcomming file size ..... More

Print this item

  String handling
Posted by: YoungGrassHopper - Sep-14-2019, 10:30 AM - Forum: General Coding Help - Replies (23)

Hey guys.

Here is what I have to accomplish:

● Ask the user to input a string and then ask the user which characters they would like to make dis..... More

Print this item

  Graph not plotting
Posted by: Hass - Sep-14-2019, 09:33 AM - Forum: General Coding Help - Replies (1)

Hello All,

I wrote this code and it is compiling well.

For whatever reason its not showing the graph.

I would really appreciate it if you wil..... More

Print this item

  re module: want a regexhttps://python-forum.io/Thread-re-module-want-a-regex
Posted by: Skaperen - Sep-14-2019, 03:51 AM - Forum: News and Discussions - Replies (4)

a script i am working on will get a list of parameters to parse into parts. i am hoping re can do this for me but i am clueless how to make an approp..... More

Print this item

  Python complains that class instance is not defined
Posted by: colt - Sep-14-2019, 12:07 AM - Forum: General Coding Help - Replies (3)

Hello. I have this code line:

instruction = Instruction (byte)
that generates the following error message:

[quote]Traceback ..... More

Print this item

  finding the next higher representable floating point value
Posted by: Skaperen - Sep-13-2019, 11:16 PM - Forum: General Coding Help - No Replies

is there already an existing function or method, somewhere, to find the next higher (or lower) representable (in the platform's implementation)..... More

Print this item

  ChocoPy - A Subset of Python3 used for teaching compiler courses
Posted by: nilamo - Sep-13-2019, 06:49 PM - Forum: News and Discussions - No Replies

https://chocopy.org/

[quote]ChocoPy is a programming language designed for classroom use in undergraduate compilers courses. ChocoPy is a restricte..... More

Print this item

  What is the correct syntax for list items that need to contain a quotation mark, etc?
Posted by: KaisoArt - Sep-13-2019, 06:42 PM - Forum: General Coding Help - Replies (7)

A script I have has this line:

items = ['1/16"', '1/8"','1/4"','3/8"','1/2"','3/4"','1-1/2"','1/6"','1:1']


This displays as 1/16", ..... More

Print this item

  Loop Details
Posted by: ichabod801 - Sep-13-2019, 06:41 PM - Forum: Fundamentals - Replies (5)

Often in computer programming you want to do the same thing over and over again. You may want to do it a certain number of times, or for certain items..... More

Print this item

  creating a list from lists of lists
Posted by: ridgerunnersjw - Sep-13-2019, 04:31 PM - Forum: General Coding Help - Replies (1)

Can someone tell me how to sum values across lists of lists....For example I have a list of a list that is 2x4....It in turn is contained in a list th..... More

Print this item

  Can anyone recommend a step by step guide to building an app
Posted by: PyNovice - Sep-13-2019, 04:12 PM - Forum: News and Discussions - Replies (9)

Hello all,
this is my first post.
I'm studying for the Microsoft MTA in Python Fundamentals.
The course covers the basics but does not t..... More

Print this item

  How do I write class objects to a file in binary mode?
Posted by: Exsul1 - Sep-13-2019, 03:39 PM - Forum: General Coding Help - Replies (7)

How do I write class instances to a file in binary mode? When I try to run this code,

[python]from npc_gen import NPC

n1 = NPC()


a = open(..... More

Print this item

  Convert VBA to Python
Posted by: uservaf - Sep-13-2019, 03:18 PM - Forum: General Coding Help - Replies (6)

Please could someone convert the code below for me?
I need to convert VBA to Python

==============================================================..... More

Print this item

  No hold('on') in pycharm python 3.7
Posted by: Vedant - Sep-13-2019, 01:51 PM - Forum: Data Science - No Replies

Hello,

I am working with Python 3.7 in Pycharm.

I was trying to plot two curves in one plot by using package matplotlib.pyplot
I was trying to ..... More

Print this item

  list all the different options that are filled in
Posted by: oog70 - Sep-13-2019, 01:44 PM - Forum: Homework - Replies (1)

Hi,

Im currently working on an assignment and we got some template files which we have to use to data mine a csv file.
And we are struggling with ..... More

Print this item

  Scrollbars on canvas
Posted by: Christina - Sep-13-2019, 01:22 PM - Forum: GUI - Replies (2)

Hello,
I'm trying to create a image viewer in tkinter. I have problem with scrollbars in my app. I want horizontal and vertical scrollbars next to im..... More

Print this item

  Saving images
Posted by: Christina - Sep-13-2019, 12:55 PM - Forum: GUI - Replies (10)

Hello,
I'm trying to create a image viewer in tkinter. I have problem with saving the images. On canvas I created an image. For save I don't use Phot..... More

Print this item

  Problem with Basic Rock Paper Scissors code
Posted by: BirinderSingh - Sep-13-2019, 12:21 PM - Forum: General Coding Help - Replies (3)

Guys I just started with python a couple days back, and today finally sat down to write a code for Rock Paper Scissors.

The code abruptly ends afte..... More

Print this item

  Save all values to pandas of multiple classes
Posted by: jenniferruurs - Sep-13-2019, 12:10 PM - Forum: General Coding Help - No Replies

I have Multiple classes and this classes have all some variables inside it. I want to save all values of these variables with column name to a pandas ..... More

Print this item

  unable to flash micropython to esp 32: open serial error
Posted by: apollo - Sep-13-2019, 11:33 AM - Forum: Bar - Replies (3)

dear community

issue: unable to flash micropython to esp 32: open serial error, please try again. hope to connect internet and try again.
..... More

Print this item

  Pythone module for dynamic rule execution
Posted by: hemal07yc - Sep-13-2019, 10:50 AM - Forum: General Coding Help - Replies (1)

Which module in Python can be used for dynamic rule execution?
1. "re" module
2. "regex" module
3. "pyregex" module
4. None

Print this item

  Output of Python code
Posted by: hemal07yc - Sep-13-2019, 10:39 AM - Forum: General Coding Help - Replies (5)

what is the output of the following code in Python 3.x environment?

x = "abcdef"
i = "i"
while i in x:
print(i, end=" ")

Options:
1. abcdef
2. E..... More

Print this item

  scrolldown + beautifulsoup?
Posted by: zarize - Sep-13-2019, 09:54 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi guys,

Is it possible to extract all data from the site, while site is showing more results each time when user is scrolling down?

I would lov..... More

Print this item

  pygame.mixer.init() devicename issue
Posted by: wanhr - Sep-13-2019, 08:33 AM - Forum: Game Development - Replies (2)

Hi everyone:
I tried to use pygame to play a sound file on the raspberry pi with respeaker hat on it. I tried to specify the respeaker's ac101 to be ..... More

Print this item

  Python Coding Issue!
Posted by: ankitdixit - Sep-13-2019, 08:33 AM - Forum: General Coding Help - Replies (3)

Hello Everyone,

Why Is The “Pass” Keyword Used For In Python?

>>> if x==0:
pass
else:
print "x!=0"

Anyone tell me why ..... More

Print this item

  convert list of dict to dict of array of list with pop up
Posted by: kk230689 - Sep-13-2019, 06:38 AM - Forum: General Coding Help - Replies (1)

Hi All,

Need help to convert the input dictionary to o/p below format

input:
[python][{'type': 'cummulative', 'environment': None, 'doma..... More

Print this item

  Problems with displaying a 15x15 Complex Matrix
Posted by: JoelFooCJ - Sep-13-2019, 04:36 AM - Forum: General Coding Help - Replies (5)

[b]Hi, I am trying to show a 15x15 matrix containing complex numbers as its elements. However, the output terminal isn't displaying it correctly in th..... More

Print this item

  after py2 EOL, is it safe to repoint python?
Posted by: Skaperen - Sep-13-2019, 04:12 AM - Forum: News and Discussions - Replies (6)

after python2's EOL, is it "safe" to change the plain "python" command to point to or run python3? anyone know when it was changed from python1 to py..... More

Print this item

  finding the closest floating point number in a list
Posted by: Skaperen - Sep-13-2019, 02:27 AM - Forum: General Coding Help - Replies (17)

i am not asking for anyone to code this for me. [b]i'm just wanting to know if there might be an already existing tool out there to do this[/b..... More

Print this item

  negative indices in lists
Posted by: Ironword - Sep-13-2019, 01:02 AM - Forum: Homework - Replies (6)

This isn't technically homework, as I'm working my own way through through a beginner's Python book rather than taking a course, but it seemed like th..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Another app idea - intera... 5 hours ago decuser Biks News and Disc...
  My goal to be hired worki... 5 hours ago GnomeSweetGnome Biks News and Disc...
  real community 5 hours ago decuser Biks News and Disc...
  print does not open conso... 7 hours ago Tycho_2025 Tycho_2025 General Codin...
  create ocr to detect lice... 9 hours ago bimosora Pedroski55 General Codin...
  Weird failure in Selenium Yesterday, 08:57 glestwid Larz60+ General Codin...
  Fred Economic Data API 10-02, 15:05 warrior42 Trickety Web Scraping ...
  Parse Markdown / get the ... 10-02, 13:56 SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... 10-01, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
Most views
  The best Prog... 577510
  Tutorial Requ... 501547
  Web Scraping ... 441116
  Newbie with P... 385166
  New Users Int... 370018
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+ 12093
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
lauren557 Yesterday
maribita Yesterday
AnalystRobert Yesterday
Safariscampoea Yesterday
DataAnalytics021 Yesterday

User Panel Messages

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