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,272
» Latest member: DataScientist071
» Forum threads: 38,787
» Forum posts: 175,856

Full Statistics

Online Users
There are currently 34 online users.
» 2 Member(s) | 30 Guest(s)
Bing, Google, snippsat, mamta25

Latest Threads
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 10:27 PM
» Replies: 3
» Views: 178
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Yesterday, 11:47 AM
» Replies: 4
» Views: 159
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Yesterday, 08:44 AM
» Replies: 2
» Views: 128
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 174
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 351
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 71
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 116
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 367
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 209
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 324

 
  Trouble deploying Django/wagtail on Ubuntu 14.04
Posted by: Drone4four - Mar-20-2018, 04:14 AM - Forum: Web Scraping & Web Development - No Replies

I successfully installed wagtail’s bakery demo..... More

Print this item

  What after basics of Python?
Posted by: MrPeanutbutter - Mar-19-2018, 09:36 PM - Forum: News and Discussions - Replies (2)

Hi! I have been learning programing since 2013 (C++, PHP) and I would to develop my programming skills in Python. And this the question: what after ba..... More

Print this item

  From flat to nested structure
Posted by: CptHaddock - Mar-19-2018, 08:20 PM - Forum: General Coding Help - Replies (5)

Most Venerable Coders,

I've got seemingly innocent problem I cannot crack properly (I'm not proficient in Python though). I've got a flat data struct..... More

Print this item

  Decoding Hex / understanding Code
Posted by: NoWay - Mar-19-2018, 06:11 PM - Forum: General Coding Help - Replies (4)

Hi folks,

i'm new here and not a python crack. :)

Just started with node js and try to port a simple python application.
My problem is now, i don't ..... More

Print this item

  Recover the versions of SSL/TLS used by a website
Posted by: madem - Mar-19-2018, 05:53 PM - Forum: Web Scraping & Web Development - No Replies

Hello

I would like to write a script python (version 2.7) which permit me to déterminate which versions of SSL/TLS (and the cryptographic algorithm..... More

Print this item

  Convert indexing For Loop from MATLAB (uses numpy and pandas)
Posted by: bentaz - Mar-19-2018, 04:49 PM - Forum: Data Science - Replies (3)

Hello,

I am trying to convert a program to Python (using numpy and pandas as well) from MATLAB. The input is a (n by 2) array called scaletestmatri..... More

Print this item

  getting previous/next valid value in a list, cyclically
Posted by: studeo - Mar-19-2018, 03:30 PM - Forum: General Coding Help - Replies (5)

I have a list of values... some are valid, some invalid (containing None). I test each element for validity. When I find an invalid element, I need to..... More

Print this item

  Can't understand the code
Posted by: SelectiveDuplicate - Mar-19-2018, 03:29 PM - Forum: General Coding Help - Replies (2)

The following code is a solution for a string-related problem:

[python]for method in [str.isalnum, str.isalpha, str.isdigit, str.islower, str.isupp..... More

Print this item

  Excel Filter and copy data by python
Posted by: ls_01 - Mar-19-2018, 03:17 PM - Forum: General Coding Help - No Replies

I am new to Python.But the new person gets a new concept(for me).I am having one excel sheet which needs to filtered according age of the tickets abov..... More

Print this item

  Beginner code help
Posted by: SuperNova - Mar-19-2018, 02:35 PM - Forum: General Coding Help - Replies (8)

Hi everyone, I am new to Python and would appreciate some greatly needed help. I am using functions with csv files and my code doesn't seem to work, p..... More

Print this item

  beginner : unexpected EOF errors
Posted by: upasana - Mar-19-2018, 02:13 PM - Forum: General Coding Help - Replies (6)

Hi..
I am new to python programming. I am trying to generate a raster plot here.

my code:
[python]from brian2 import *
import matplotlib


s..... More

Print this item

  derivatives
Posted by: kc4566 - Mar-19-2018, 02:11 PM - Forum: Homework - Replies (4)

I am trying to use a specific formula that sort of uses it self over and over, been trying to figue it out on my own please help me. Thank you
[pyth..... More

Print this item

  decorators
Posted by: mp3909 - Mar-19-2018, 11:04 AM - Forum: General Coding Help - Replies (9)

How do I pass an argument z to my decorator function? Here is my code:

[python]def partial(func,z):
def wrapper(first, second):
first = fir..... More

Print this item

  Cobol code to English like language/Identify ENDIF for correspoding IF in a string
Posted by: Venkat - Mar-19-2018, 09:57 AM - Forum: General Coding Help - Replies (6)

HI All,

I have a requirement where I get an excel spreadsheet with small Cobol code in a cell.
Sample Code :

If studentGrade >= 90 Then
2 resul..... More

Print this item

  unsupported operand type
Posted by: newgate - Mar-19-2018, 09:40 AM - Forum: General Coding Help - Replies (5)

Hello guys,
I'm wondering what's wrong with my code, i wrote it form a c++ code but it doen't work, can someone please tell me what should I do to ge..... More

Print this item

  [split] Paspberry Pi and Python - how to write code
Posted by: soona - Mar-19-2018, 09:21 AM - Forum: General Coding Help - Replies (1)

how to write the code to Raspberry Pi in Python code.

Print this item

  Python Kivy
Posted by: Emerogork - Mar-19-2018, 09:20 AM - Forum: GUI - Replies (1)

I am scarcely beyond Hello World with Python/Kivy and am stuck.
The code is from a Kivy tutorial and is in a .py and a .kv file. There are scarcely 2..... More

Print this item

  Beginner user: mathematical operations
Posted by: Mahdi1994 - Mar-19-2018, 08:56 AM - Forum: General Coding Help - Replies (1)

Might you please help me code the following imaginary system using jupyter notebook?
I want to plot some of these variables and analyse their behavio..... More

Print this item

  cx-Freeze exe doesn't work
Posted by: ammann - Mar-19-2018, 08:40 AM - Forum: General Coding Help - Replies (1)

Hi, I created .exe file from my .py file with cx_Freeze. Exe file created successfully, but now, when I want to run file, only command window opens in..... More

Print this item

  list iterate .. help
Posted by: anna - Mar-19-2018, 07:08 AM - Forum: General Coding Help - Replies (5)

Below script read line from ARP file and split line into multiple list, like IP, MAC, interface and numeric interface,

arp file details are as belo..... More

Print this item

  csv.reader vs csv.dictReader
Posted by: mepyyeti - Mar-19-2018, 06:52 AM - Forum: General Coding Help - Replies (3)

I'm having a lot of difficulty understanding the difference between csv.reader and csv.dictReader. The Python docs didn't shed much light for me on t..... More

Print this item

  dictionary to storred data
Posted by: tonyk334 - Mar-19-2018, 05:19 AM - Forum: General Coding Help - Replies (2)

Hi All

i just start python and if possible help with dictionary

INPUT FILE
THE 1-3 KEY value
1 2 3
ABC E 00001
ABC E 00003
ABC B 00001..... More

Print this item

  Using lists, can't seem to get a total...
Posted by: Cardinal07 - Mar-19-2018, 01:59 AM - Forum: Homework - Replies (3)

Hello Everyone, I am learning how to make and use lists in python. I have a simple program made and I am struggling at the point when trying to get a ..... More

Print this item

  stdout
Posted by: Skaperen - Mar-19-2018, 01:23 AM - Forum: General Coding Help - No Replies

is there a way, that works in both Python2 and Python3, to set stdout to always automatically flush at the end of every print command or function, at ..... More

Print this item

  lost tweet
Posted by: Skaperen - Mar-19-2018, 12:37 AM - Forum: Bar - No Replies

i have 2 twitter accounts that follow each other. i tried tweeting from one of them direct at (by beginning with @ and the name of the other account)..... More

Print this item

  Issue with special characters
Posted by: Tiskolin - Mar-19-2018, 12:34 AM - Forum: General Coding Help - Replies (2)

I need to use special characters such as ▒ and █ in my code, and save these to a text file.
However, I am getting an encoding error:
[error]UnicodeEnc..... More

Print this item

  Discord Bot not working
Posted by: SoulWolfX - Mar-18-2018, 08:27 PM - Forum: General Coding Help - Replies (5)

For some reason once I added a music function to my discord bot it stopped working, can anyone tell me why? My code is;
[python]# FangBot by SoulWolf..... More

Print this item

  For loop question
Posted by: peejj - Mar-18-2018, 06:51 PM - Forum: General Coding Help - Replies (1)

Hi, Im new to the community so please correct my first post if needed. Could anyone explain why the result for A occured compared B's result? Visually..... More

Print this item

  Running serverless command in python
Posted by: nacheeket - Mar-18-2018, 06:07 PM - Forum: General Coding Help - Replies (1)

I have been trying to run serverless sls command using python os.system and getting sls command not found everytime

here is my code

os.system("s..... More

Print this item

  print(end=',')
Posted by: mp3909 - Mar-18-2018, 03:52 PM - Forum: General Coding Help - Replies (4)

How do I prevent the comma being printed after the last item in this code please:

[python]for i in range(0,10):
print(i,end=',')

>>0,1,2,3,..... More

Print this item

  [split] forum funds
Posted by: j.crater - Mar-18-2018, 02:19 PM - Forum: Board - Replies (5)

Speaking of approvement and traffic coming from python.org, do you think it would be a good idea sometime in future to ask the Python Software Foundat..... More

Print this item

  monthly composite of LST comes out incorrect, with error "mean of empty slices"
Posted by: ns423 - Mar-18-2018, 01:58 PM - Forum: Data Science - Replies (1)

Hello!

I am a new to the Forum, and a complete beginner with Python coding, which I am using extensively for my dissertation. I am trying to make m..... More

Print this item

  Beginner: System of Equations
Posted by: Mahdi1994 - Mar-18-2018, 01:35 PM - Forum: General Coding Help - Replies (2)

Hello everyone!

I'm doing my master dissertation and my model includes 10 equations, 10 variables and 9 unknown parameters. I'm going to plot some ..... More

Print this item

  Beginner Q: failure to find string in list
Posted by: Jenny - Mar-18-2018, 12:47 PM - Forum: General Coding Help - Replies (2)

I am a total beginner, so likely to be missing something obvious here. First post so be kind!

[python]
print('Looking for ', Name_key, 'in'..... More

Print this item

  python interactive output with Qt4
Posted by: eegrek39 - Mar-18-2018, 07:51 AM - Forum: GUI - Replies (8)

I am trying to print a fibonacci sequence in a QTextEdit box in Qt4 and I am only getting the last number. How do I print the whole sequence my code i..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Graph Interpolate Difficu... Yesterday, 22:27 Tuurbo46 deanhystad General Codin...
  [SOLVED] Access keys and ... Yesterday, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... Yesterday, 08:44 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... 579115
  Tutorial Requ... 511325
  Web Scraping ... 442071
  Newbie with P... 386137
  New Users Int... 378491
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 6914
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
DataScientist071 Today
aminrony1999 Yesterday
fobby888 Yesterday
digitalboy346 Yesterday
ben9090o Yesterday

User Panel Messages

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