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,970
» Latest member: Seu12Jorge
» Forum threads: 38,731
» Forum posts: 175,552

Full Statistics

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

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
3 hours ago
» Replies: 6
» Views: 325
LOST BITCOIN OR USDT?WE H...
Forum: Networking
Last Post: leewang
4 hours ago
» Replies: 0
» Views: 15
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
7 hours ago
» Replies: 7
» Views: 2,783
looking for help
Forum: Bar
Last Post: PhamMaria
8 hours ago
» Replies: 1
» Views: 1,905
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 648
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,180
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,746
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 638
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,133
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,108

 
  Reading json from webpage
Posted by: jmair - Jan-10-2019, 06:15 PM - Forum: General Coding Help - Replies (4)

For starters I'm just trying to learn how to pull some json data off a siriusxm page. (( Here's a link, but the time stamped page doesn't last very lo..... More

Print this item

  list without repetitions
Posted by: sokadin - Jan-10-2019, 04:36 PM - Forum: General Coding Help - Replies (1)

Good day dear people, i just need little help with my code. I have to make list without repetitions from the one that has repetitions. I don't know wh..... More

Print this item

  pyqt5 comobox insert into mysql
Posted by: Weballround - Jan-10-2019, 03:04 PM - Forum: GUI - Replies (2)

Hello All,

Can someone please lead me in the right direction as I've been search for a why to do this for months.
So far using textedit date edit..... More

Print this item

  Changing Python Versions in Ubuntu 16.04
Posted by: ErnestTBass - Jan-10-2019, 02:24 PM - Forum: General Coding Help - Replies (2)

I have three versions of Python on my laptop. They are Python 2.75, Python 3.5.2, and Python 3.6.2.

When I invoke the command

Python -V

I g..... More

Print this item

  for loop the difference
Posted by: 3Pinter - Jan-10-2019, 01:59 PM - Forum: General Coding Help - Replies (2)

Hey guys,

I was reading python learn-stuff at https://www.programiz.com/python-programming/for-loop
and I was wondering: is the suggested code log..... More

Print this item

  Help with regular expresions-SOLVED
Posted by: dragan979 - Jan-10-2019, 12:01 PM - Forum: General Coding Help - Replies (3)

I already posted this on Stack Overflow

I have emails which have following in email body:

1 email:

Event demon log entry:

***

2.email:..... More

Print this item

  Cryptography in Python
Posted by: NLittle17 - Jan-10-2019, 10:59 AM - Forum: General Coding Help - Replies (6)

[python]
print("CryptoPrac-1a.")

for x in range(97, 123): # 97 starts the lowercase alphabet and 122 is z (ending)
print(chr(x), end = ' ')
pr..... More

Print this item

  Correct number wrong position func.
Posted by: albry - Jan-10-2019, 10:01 AM - Forum: General Coding Help - Replies (5)

[python]import random
question = random.randint(1,1001)

def get_user_input():
try:
guess = int(input("Please enter a guess: "))
..... More

Print this item

  Modern looking GUI
Posted by: Cuz - Jan-10-2019, 09:21 AM - Forum: GUI - Replies (14)

Hi guys,

I have an easy question but an important one for me nonetheless. I was recently diving into PyQt5 designing really simple desktop apps a..... More

Print this item

  Any software outsourcing company related info?
Posted by: Spenlowren - Jan-10-2019, 09:17 AM - Forum: Bar - Replies (4)

Hello everybody. I'm currently having some issues to be troubleshooted (creating a mobile app), please give any tip if you have any related experience..... More

Print this item

  Numpy and matplotlib in incorporated Python.
Posted by: CSKir - Jan-10-2019, 08:31 AM - Forum: Data Science - Replies (7)

Hi!

I am trying to incorporate Python in my Lazarus (IDE using Free Pascal) application using python4delphi (PythonForDelphi) components. They supp..... More

Print this item

  About the output format.
Posted by: shang2019 - Jan-10-2019, 05:35 AM - Forum: General Coding Help - Replies (4)

I'm a newer to python, just have some simple format questions. Here is my code of creating a new function.

[python] >>> def make_complex(x,y):
..... More

Print this item

  Finding Row Number for Items in 2D array
Posted by: fafzal - Jan-10-2019, 05:33 AM - Forum: Homework - Replies (2)

Hi everyone. First post here because I'm completely stuck on my homework assignment. I don't have a strong coding background so any help is greatly ap..... More

Print this item

  Converting List of 3 Element Tuple to Dictionary
Posted by: fooikonomou - Jan-10-2019, 03:38 AM - Forum: General Coding Help - Replies (11)

I have one 3d list of tuple

list=[(0, 1, 6), (5,1,4), (1, 6, 0), (3, 2,1),(4,5,1)]
I want to add in a dictionary like this:

[p..... More

Print this item

  Variable Range
Posted by: Trinx - Jan-10-2019, 03:11 AM - Forum: General Coding Help - Replies (4)

I am trying to code a variable with a range from 4-10. The user inputs a number that will be determined if it's one of the numbers in the variable (4 ..... More

Print this item

  ' | ' Operator and 'OR'
Posted by: blackknite - Jan-10-2019, 01:10 AM - Forum: General Coding Help - Replies (10)

Hey folks. Im doing some online challanges, and I got some things that gets me confused a bit, could use some explanation!

The first one is this, I d..... More

Print this item

  when to make attributes private?
Posted by: sneakyimp - Jan-10-2019, 01:08 AM - Forum: General Coding Help - Replies (10)

I've been working through an introductory python book. I've got quite a bit of experience coding in other languages, but am new to Python. My book see..... More

Print this item

  New df from existing when condition occurs
Posted by: Devilish - Jan-10-2019, 12:03 AM - Forum: General Coding Help - No Replies

I have my DataFrame imported and converted. I have a column name 'Output' that contains 1s, zeros, and -1s as values...

I am wanting to crate a ne..... More

Print this item

  Telnet to switch from jump start server(linux)
Posted by: searching1 - Jan-09-2019, 10:03 PM - Forum: Networking - No Replies

Hi,

I just want to ask if anyone here has script or idea what method, library etc should. My target is to SHH first from my workstation to Linux j..... More

Print this item

  banner with python
Posted by: josh1 - Jan-09-2019, 09:08 PM - Forum: General Coding Help - Replies (1)

I have a video file, I get a jpg file and I need to turn it into a banner that runs on the video file. In other words I have a video file that transmi..... More

Print this item

  Graphics and standard deviation
Posted by: rocioaraneda - Jan-09-2019, 08:33 PM - Forum: General Coding Help - Replies (3)

I need help please. I´m currently programming for my work and my boss asked me to plot a graphic similar to the one on the link below. I already calcu..... More

Print this item

  TypeError: __init__()
Posted by: IMuriel - Jan-09-2019, 08:22 PM - Forum: Web Scraping & Web Development - Replies (7)

Hello, im new at python,and im learning how to develop a web app, with flask, and useing sql alchemy, so i have a form to register members to my autho..... More

Print this item

  Complete NEWB and openpyxl project
Posted by: Netopia - Jan-09-2019, 08:06 PM - Forum: General Coding Help - Replies (44)

Greetings!

I've butchered various programming languages in the past, learning to hack my way through simple problems, but have never really become ..... More

Print this item

  Basic Help Needed
Posted by: JohnV - Jan-09-2019, 07:52 PM - Forum: General Coding Help - Replies (2)

Where are programs developed? In the shell? That doesn't seem to work. Where else? How do I get instant commands to calculate? Thanks.

Print this item

  Oauth2.0 authorization (Flask, SQLAlchemy)
Posted by: oinga - Jan-09-2019, 07:05 PM - Forum: Homework - Replies (2)

Hello!

I have a repo on git hub, and I'm having issues with the authorization for the edit and ..... More

Print this item

  Login screen code with SQL Server database
Posted by: nairsanthu1977 - Jan-09-2019, 05:57 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi,

I am new to Python.
I want to create a simple login page where it takes login name and password.
Database used is SQL Server and the credenti..... More

Print this item

  Merge isosurfaces
Posted by: mPirs - Jan-09-2019, 02:04 PM - Forum: General Coding Help - No Replies

I want to define two surfaces (S_1, S_2) out of 6 previous ones (S1, S2 ,S3, S4, S5, S6) "merging" them such as:
S_1=S1+S3+S5
S_2=S2+S4+S6

All su..... More

Print this item

  Importing a .csv file to dataframe
Posted by: crispyduck - Jan-09-2019, 02:03 PM - Forum: General Coding Help - Replies (5)

Hello all,

I'm wondering if you may be able to help...
I'm trying to import this .csv file, so I can view the data in columns under each heading, how..... More

Print this item

  percentage change mean by group
Posted by: SriRajesh - Jan-09-2019, 01:18 PM - Forum: Data Science - Replies (1)

Hi,
I want to calculate percentage change mean (and sum) by group.
[python]
import pandas as pd
d = {'col1': ['B','A','B','C','H','C','A','B','H..... More

Print this item

  Kevin Bacon game with breath-first search
Posted by: gamingingrs - Jan-09-2019, 10:00 AM - Forum: Homework - Replies (2)

I am more-less new at Python and I am working on Kevin Bacon game.

I have "movies.txt" text file that looks like:

[quote]Apollo 13 (1995)..... More

Print this item

  I see is that sys.argv contains character strings
Posted by: helenharry - Jan-09-2019, 09:37 AM - Forum: General Coding Help - Replies (2)

[python]from sys import argv
script, number1, number2 = argv


print("Here is your 1st number: ", number1)
print("Here is your 2nd number: ", n..... More

Print this item

  Integer vs Floats
Posted by: Tazbo - Jan-09-2019, 12:46 AM - Forum: General Coding Help - Replies (2)

Hi,

I am currently learning Python from an online course and today is my first day. I am a little confused on Integers when dividing instead of add..... More

Print this item

  a script i need: column alignment
Posted by: Skaperen - Jan-09-2019, 12:16 AM - Forum: News and Discussions - Replies (8)

i often need a command/program/script that can read in a text file with many columns that are not lined up and line them up to make all the lines be c..... More

Print this item

  Help creating a pattern using the re module
Posted by: zulu_likuum - Jan-08-2019, 11:55 PM - Forum: General Coding Help - Replies (6)

I have written a python3 script to rename files based on a pattern input by the user. It has worked well, but I now am trying to create a pattern, and..... More

Print this item

  cups printing
Posted by: Barrowman - Jan-08-2019, 11:12 PM - Forum: Networking - Replies (2)

I have a raspberrypi I am using as a print server and it has my HP Officejet on a USB port.
I can print to it from libreoffice, gedit and all other p..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 3 hours ago tester_V snippsat General Codin...
  LOST BITCOIN OR USDT?WE H... 4 hours ago leewang leewang Networking
  Select Python comment (#)... 7 hours ago SpongeB0B tester_V General Codin...
  looking for help 8 hours ago Azdaghost PhamMaria Bar
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... 09-27, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
Most views
  The best Prog... 577279
  Tutorial Requ... 500383
  Web Scraping ... 440960
  Newbie with P... 384985
  New Users Int... 369361
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+ 12089
buran 8176
snippsat 7369
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Seu12Jorge Yesterday
leewang Yesterday
seomelbourneaustralia Yesterday
Jacobjoift Yesterday
PhamMaria Yesterday

User Panel Messages

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