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,296
» Latest member: nicos18
» Forum threads: 38,795
» Forum posts: 175,886

Full Statistics

Online Users
There are currently 51 online users.
» 0 Member(s) | 45 Guest(s)
Bing, Google, AOL, Apple, Mojeek

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

 
  stream audio from pc to pc
Posted by: floatingshed - Sep-16-2019, 02:10 PM - Forum: General Coding Help - Replies (2)

I have googled this for days on end and can't find a satisfactory answer.
I have a library of audio files on a pc. I want to play one of them across ..... More

Print this item

  Getting error from subprocess module
Posted by: swechsler - Sep-16-2019, 02:08 PM - Forum: General Coding Help - Replies (2)

I'm writing a script to log disk usage on all our hosts to a central DB server. This works fine on one host, but on a different host I'm getting an er..... More

Print this item

  Access Flask Web App from External Browser - IIS
Posted by: fioranosnake - Sep-16-2019, 12:32 PM - Forum: Web Scraping & Web Development - Replies (3)

HI,

I have moved over to Python Web Development from aspx and VB. I have create a simple flask web app using vs2019 that runs perfectly in LocalHos..... More

Print this item

  How to get the position of character
Posted by: SriRajesh - Sep-16-2019, 12:11 PM - Forum: General Coding Help - Replies (6)

Hi,

I have two strings
str1 = 'ABCdef'
str2 = 'ABCdaf'
now I want to know which position (character) is different.
Desired output is 4
in str1: e
sam..... More

Print this item

  hide object type in printing
Posted by: shirin - Sep-16-2019, 11:54 AM - Forum: Homework - Replies (2)

Hi
I have an 2d array A.which each elements of it is a list . when I print A, It gives me sth like this:

[list([]) list([]) list([])]
[list([])..... More

Print this item

  Failed to download Qualtrics data using API
Posted by: balaKrishnaV - Sep-16-2019, 11:41 AM - Forum: General Coding Help - Replies (4)

Hi Experts ,

I am new to Python as well as to this forum.
i am trying to download Qualtrics Survey data into CSV format.
some how i was able to d..... More

Print this item

  Implementing OAuth 2 ( 2-legged)
Posted by: krishnanunnik - Sep-16-2019, 10:34 AM - Forum: General Coding Help - Replies (2)

Hi,

I'm fairly new to python. I have a requirement to create a OAuth 2.0 Provider, using 2-legged approach. I saw the 3-legged oauth is available ..... More

Print this item

  When not to use f-strings?
Posted by: newbieAuggie2019 - Sep-16-2019, 02:39 AM - Forum: General Coding Help - Replies (7)

Hi!

I knew nothing about f-strings until on this site somebody suggested them as a more appropriate and straightforward way to print strings. The b..... More

Print this item

  Whats a good design/approach?
Posted by: hshivaraj - Sep-15-2019, 10:11 PM - Forum: General Coding Help - Replies (1)

Hi all.

I have this simple code, which does pretty simple things as open a file within the class. But i cant decide what the best design. Is appro..... More

Print this item

  OpenCV - Segmentation fault
Posted by: samtwilliams - Sep-15-2019, 07:39 PM - Forum: General Coding Help - Replies (6)

Hey All,

I'm getting this error "Segmentation fault" and i'm guessing i'm trying to access something that doesnt exist but i can't find what. When ..... More

Print this item

  Groupby([]).sum() Miscalculation
Posted by: mini_geek - Sep-15-2019, 06:03 PM - Forum: Data Science - Replies (1)

Hi all, this is my first post so please take it easy! Tongue

The following code is dropping data: e.g. SEC figures is missing "1 Insurance/An..... More

Print this item

  Please suggest a good Data Science Book
Posted by: alexwazan - Sep-15-2019, 03:54 PM - Forum: News and Discussions - Replies (3)

Please suggest a good Data Science Book to start with, still this is my to go Best Data Science Books[/ur[url=https://python-forum.io/thread-21126.html]..... More

Print this item

  Trying to prompt user for 2 inputs on one line
Posted by: pythonprogrammer - Sep-15-2019, 02:49 PM - Forum: General Coding Help - Replies (2)

I am trying to see if I can prompt the user for two inputs at once. The code below will prompt the user for the food first and then after that
is ent..... More

Print this item

  error due to version
Posted by: hknarahari - Sep-15-2019, 01:57 PM - Forum: General Coding Help - Replies (2)

I found this python code to read data and create GMSH .geo file. However, when I use it i get an error

[python]
# script to create a .geo file for..... More

Print this item

  What crypt lib should be use in python?
Posted by: linh_py - Sep-15-2019, 01:50 PM - Forum: General Coding Help - Replies (3)

There are many crypt lib in python, i don't know how to choose it? Anyone can help me. Pls

Print this item

  Supscript tag not working.
Posted by: MvGulik - Sep-15-2019, 01:03 PM - Forum: Board - Replies (4)

Text Bold
Text Italic
Text Underscore
Text Strikeout
Text Subscript
Text Supscript

Print this item

  Read each line, replace string and save into a new file
Posted by: igormonteiro - Sep-15-2019, 12:47 PM - Forum: General Coding Help - Replies (2)

I want to replace a string based on each line of list.txt and create a new file with the name of the string collected.

*Content of list.txt*

[ou..... More

Print this item

  Data extraction from (multiple) MS Word file(s) in python
Posted by: Den0st - Sep-15-2019, 11:47 AM - Forum: Homework - Replies (8)

Hello everyone!

I'm learning Python programming as a part of my thesis subject so I'm inexperienced at this moment because I just started. (I do ha..... More

Print this item

  user authentication in python
Posted by: saurabhc - Sep-15-2019, 05:20 AM - Forum: General Coding Help - Replies (1)

I am new to python and need a script for user management in mysql database. It should be able to create new user with some auto generated password . A..... More

Print this item

  addition for elements in lists of list
Posted by: ridgerunnersjw - Sep-15-2019, 02:57 AM - Forum: General Coding Help - Replies (3)

Can someone please show me how to do the following addition? I have a matrix k
k = [[[4,3], [3,1], [2,0]], [[0,1], [1,2], [3,3]]]

I would like a ..... More

Print this item

  Importing a .png image
Posted by: Myang123 - Sep-15-2019, 01:42 AM - Forum: Game Development - Replies (3)

I am trying to create a class called Ship in a separate .py file and I am trying to import its associated .png image (ship.png) into my Pygame file an..... More

Print this item

  8-bit integer to bytes
Posted by: Garitron - Sep-14-2019, 10:45 PM - Forum: General Coding Help - Replies (1)

Hello...

I am attempting to use a Python3 library function that requires a binary parameter (bytes or bytearray).

When I submit a parameter such..... More

Print this item

  Declaring a Global Variable in a Function
Posted by: Bob1948 - Sep-14-2019, 10:12 PM - Forum: General Coding Help - Replies (4)

I am sorry. I know that this is probably a stupid question. But I am just learning Python and have spent hours trying to figure out what I am doing ..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 4 hours ago Moltar1997 Pedroski55 General Codin...
  silent deployment Python ... Yesterday, 11:51 Bummibaer Larz60+ News and Disc...
  data fetching for indian ... Yesterday, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 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... 579352
  Tutorial Requ... 512298
  Web Scraping ... 442257
  Newbie with P... 386328
  New Users Int... 380135
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
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
nicos18 Yesterday
Moltar1997 Yesterday
arthurlouiss Yesterday
LewisByday Yesterday
Bummibaer Yesterday

User Panel Messages

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