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,271
» Latest member: aminrony1999
» Forum threads: 38,787
» Forum posts: 175,855

Full Statistics

Online Users
There are currently 50 online users.
» 0 Member(s) | 48 Guest(s)
Bing, Google

Latest Threads
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
3 hours ago
» Replies: 4
» Views: 126
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: Tuurbo46
5 hours ago
» Replies: 2
» Views: 115
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
6 hours ago
» Replies: 2
» Views: 100
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 146
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 341
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 59
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 97
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 341
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 189
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 297

 
  3d Surface where Z is not a function of X and Y
Posted by: richterjan - Nov-11-2020, 01:47 PM - Forum: General Coding Help - Replies (2)

Basically the thread title.

So lets say X = date1 date2 and so on and each date has several corresponding values A, B, C. The value of A on date1 i..... More

Print this item

  extracting second values elements only in every keys in an OrderedDict
Posted by: glennford49 - Nov-11-2020, 12:35 PM - Forum: General Coding Help - Replies (4)

i have this code, i want to extract the second values elements only in every keys in an OrderedDict,
i dont want to use for loop,any idea on this ?..... More

Print this item

  Required : an exceptional Python developer for an exceptional start-up opportunity
Posted by: Joe_S - Nov-11-2020, 12:32 PM - Forum: Jobs - Replies (5)

Hello

Background :

My name is Joe and I am a highly experienced accountant who has worked with many of the world’s leading multi-national groups..... More

Print this item

  Installing Matplotlib
Posted by: richard_wylde - Nov-11-2020, 12:14 PM - Forum: General Coding Help - No Replies

Hello,

I'm trying to install the matplotlib package using the following from the windows command prompt :-

pip install matplotlib

How..... More

Print this item

  Telnet command in Python 3.9
Posted by: Dre83 - Nov-11-2020, 11:42 AM - Forum: General Coding Help - No Replies

Hello,

I have Python 3.9.

When I trie to sent a command via Telnet to a device it doesn't react.

In Putty I'm able to sent the command, so t..... More

Print this item

  change mouse cursor (in Windows)
Posted by: mgroen - Nov-11-2020, 11:26 AM - Forum: General Coding Help - No Replies

Hi,

this question is related to my other question (here)

question:
Is Python abl..... More

Print this item

  Restarting a script
Posted by: new2codez - Nov-11-2020, 11:02 AM - Forum: General Coding Help - No Replies

Hi everyone,

I'm quite new to coding and I currently have a fairly simple python script that I run that queries an API based on an input file I pro..... More

Print this item

  CPC File Format (Cartesian Perceptual Compression) - Can Python Convert / Handle Them
Posted by: PSKrieger - Nov-11-2020, 11:01 AM - Forum: General Coding Help - Replies (2)

Hi all.

I've been tasked with converting 1000s of archived images which are in a little-known image format called CPC or Cartesian Perceptual Compres..... More

Print this item

  Start my program in RPI4B from SSH and Failed
Posted by: ATARI_LIVE - Nov-11-2020, 09:59 AM - Forum: General Coding Help - Replies (3)

I have a python program and executed (python3 myprogram1.py) from the terminal in the RPI4B works perfectly.
I wanted to run on RPI4B without the ke..... More

Print this item

  List iteration
Posted by: Peca - Nov-11-2020, 08:08 AM - Forum: Homework - Replies (2)

Hi I am two week new in python.
I have one assigment:
string = "3,9,13,4,42"
This string I should convert into a list[].
after that squared each e..... More

Print this item

  vim
Posted by: tdwinfre - Nov-11-2020, 07:31 AM - Forum: General Coding Help - Replies (4)

Once I paste name of my version file name in my version file how do I exit the screen once I paste it in. I'm having issues getting back to my shell I..... More

Print this item

  Change variable in an outside file
Posted by: ebolisa - Nov-11-2020, 03:42 AM - Forum: General Coding Help - Replies (5)

a.py

ssid = 'myssid'
password = 'mypass'
ap_mode = 'yes'
b.py
[python]import a

print(a.ap_mode)
# output -> yes

# modif..... More

Print this item

Exclamation Help in breaking bytes into bits through masking and shifting
Posted by: kamui123 - Nov-11-2020, 02:18 AM - Forum: General Coding Help - Replies (9)

Hi all, I am new to Python programming and I need some help. I am currently working on a project for robots and I am being tasked by my supervisor to ..... More

Print this item

  Matplotlib failing in thread class
Posted by: m3atwad - Nov-11-2020, 12:09 AM - Forum: Data Science - No Replies

Hello,

I am new to this forum and apologize if I'm posting in the wrong area or this type of question is not meant for this forum. I'm looking for..... More

Print this item

  increase and decrease a slice value?
Posted by: KEYS - Nov-10-2020, 10:04 PM - Forum: General Coding Help - Replies (2)

say i have a list
[1,2,3,4,5,6,7]

and id like to print, 3,4,5 then 2,3,4,5,6 finally 1,2,3,4,5,6,7
using a for loop, and a slice value within its..... More

Print this item

  receive an email when a thread is replied upon
Posted by: mgroen - Nov-10-2020, 08:57 PM - Forum: Board - Replies (2)

I am new to this forum.

Is it possible to receive an notification by email when someone has replied on a forum topic I have created?

If so, how ..... More

Print this item

  Object has no attribute 'replaceall' ?
Posted by: peterp - Nov-10-2020, 08:47 PM - Forum: Homework - Replies (2)

I try to find all characters from the given list and replace them with one character. I`m getting "object has no attribute 'replaceall' ?

list = 'b..... More

Print this item

  Neural Network importance weights / coefficients
Posted by: jkaustin - Nov-10-2020, 07:24 PM - Forum: Data Science - Replies (1)

I would like to measure the importance / coefficient of each of a modest number of inputs toward a regression output for a neural network. I spent th..... More

Print this item

  update python in pipenv
Posted by: tdwinfre - Nov-10-2020, 06:45 PM - Forum: Web Scraping & Web Development - Replies (1)

MacBook-Air djangowebsite % pyenv virtualenv 3.8.5 djangowebsite7
pyenv-virtualenv: `3.8.5' is not installed in pyenv.
terrellwinfrey@Terrells-MacBo..... More

Print this item

  How to upload dfs using for loop?
Posted by: rama27 - Nov-10-2020, 04:54 PM - Forum: General Coding Help - Replies (4)

Hi, I have a following problem. I would like to define new data frames using a for loop. I have a big dataframe df that contains values from all 6 rou..... More

Print this item

  Regular Expressions
Posted by: pprod - Nov-10-2020, 04:23 PM - Forum: General Coding Help - Replies (4)

Hi everyone,

I'm working on a regular expression to extract text from a pdf and I wonder whether I can tidy up the code a bit. I'm using pdfplumber..... More

Print this item

  how use packages from Github
Posted by: nidaazizah97 - Nov-10-2020, 03:51 PM - Forum: General Coding Help - Replies (1)

Hi! I need a pointer on how to use python packages. I need to use this package(Azoo) to download an app in large numbers. ..... More

Print this item

Sad Discord bot - noob stuff, please don't hate
Posted by: samsunix - Nov-10-2020, 03:00 PM - Forum: Code Review - Replies (1)

So I finally moved from team-speak to discord and kind of find it funny tool. It remind me from IRC with bots and I got spark to try make one my self...... More

Print this item

  Block diagram library
Posted by: marcocod - Nov-10-2020, 01:52 PM - Forum: General Coding Help - Replies (7)

I need a library that can generate an image with the following diagram type:
[Image: Immagine.png]
Each block has
- a na..... More

Print this item

  switch mouse buttons
Posted by: mgroen - Nov-10-2020, 01:45 PM - Forum: General Coding Help - Replies (2)

I realize this could this question could be tagged as "dumb",
but I am not familiair with Python yet, and before I dive into it I need to know if Py..... More

Print this item

  Why does a Numpy with Intel MKL have the same performance as a normal one?
Posted by: AlekseyPython - Nov-10-2020, 01:02 PM - Forum: Data Science - No Replies

Intel i5-4690, Kubuntu 20.10

I installed the Numpy in the usual way:

pip3 install numpy
, and in Eclipse IDE ran the matrix mu..... More

Print this item

  Mail Merge from DataFrame into Word Label Template
Posted by: PEGylated_User - Nov-10-2020, 01:01 PM - Forum: General Coding Help - No Replies

I have a DataFrame that looks like this:
[output] FormulationNames FormulationLots TimePoints StorageConditions
0 f1 ..... More

Print this item

  How to get index of minimum element between 3 & 8 in list
Posted by: Mekala - Nov-10-2020, 10:44 AM - Forum: General Coding Help - Replies (2)

Hi,
I have the below list, and I want to get the index of minimum element which is >3 & <=8.

[python]my_list = [-1,4,-5,0,2,11,9,8,6]
#below only..... More

Print this item

  How to use Converters in numpy loadtxt?
Posted by: kmasic18 - Nov-10-2020, 10:16 AM - Forum: Homework - Replies (3)

Hi, I have the data(example below) with floats and the last column is a string, that will be used in logistic regression assignment.

5.1 3 1.1 Iris..... More

Print this item

  Modbus-tk library catching modbus-tk exception
Posted by: zazas321 - Nov-10-2020, 09:51 AM - Forum: General Coding Help - Replies (1)

Hey. I am working with raspberry PI and modbus. Raspberry PI is configured as master and I have multiple ESP32 devices configured as slave devices.
..... More

Print this item

Information Unable to display joystick's value from Python onto display box
Posted by: MelfoyGray - Nov-10-2020, 08:38 AM - Forum: General Coding Help - Replies (2)

Hi, I'm new to Python programming and I need desperate help for my project. I've received this coding from the previous batch of mine but I can't seem..... More

Print this item

  when this error rise?index 28 is out of bounds for axis 0 with size 13
Posted by: abbaszandi - Nov-10-2020, 06:23 AM - Forum: General Coding Help - Replies (1)

hi
this programm is the heat transfer module but in indexing i have problem this programm working on this way that i should know wher is this elemen..... More

Print this item

  How to print all iterations of min and max for a 2D list
Posted by: alaina - Nov-10-2020, 04:24 AM - Forum: Homework - Replies (4)

Hello, I am new to Python and need help with my program. I need to create a program that assigns random integers in between 0 and 4 to each month of t..... More

Print this item

  Running my game file yields a different error on a different computer system
Posted by: Bruizeh - Nov-10-2020, 03:15 AM - Forum: Homework - No Replies

Hello,

I would like to first preface this by saying that I am not looking for help with the program itself, but rather with the execution of said fil..... More

Print this item

  Help with multiclass classification in perceptron code
Posted by: Nimo_47 - Nov-09-2020, 10:32 PM - Forum: Data Science - No Replies

Hello!
I need help with my python programming where I implemented Multiclass Perceptron. I am having trouble in updating the weight. I don't know wh..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [SOLVED] Access keys and ... 3 hours ago Winfried Winfried General Codin...
  Graph Interpolate Difficu... 5 hours ago Tuurbo46 Tuurbo46 General Codin...
  PermissionError: [Errno 1... 6 hours ago Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 11-15, 16:07 nathanael deanhystad General Codin...
  sorting a lisr of file pa... 11-15, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  PyQt6 QWidgets and system... 11-14, 18:38 stevecoh1 stevecoh1 GUI
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... 11-14, 15:33 pbkurd Larz60+ General Codin...
  New to python and coding 11-13, 19:58 lary_p jefsummers Homework
  Backward compatibility qu... 11-13, 11:52 yutaozhou noisefloor News and Disc...
Most views
  The best Prog... 579064
  Tutorial Requ... 511106
  Web Scraping ... 442055
  Newbie with P... 386104
  New Users Int... 378302
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+ 12108
buran 8196
snippsat 7389
deanhystad 6913
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
aminrony1999 Today
fobby888 Today
digitalboy346 Today
ben9090o Today
ViktoriaMetodieva Today

User Panel Messages

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