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,960
» Latest member: llarkin6
» Forum threads: 38,729
» Forum posts: 175,537

Full Statistics

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

Latest Threads
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: deanhystad
6 hours ago
» Replies: 2
» Views: 128
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
6 hours ago
» Replies: 4
» Views: 583
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 1
» Views: 687
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 6
» Views: 4,924
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Yesterday, 09:50 AM
» Replies: 1
» Views: 1,578
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Yesterday, 03:53 AM
» Replies: 1
» Views: 2,626
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:32 AM
» Replies: 0
» Views: 271
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-25-2025, 01:49 PM
» Replies: 2
» Views: 477
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,903
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,711

 
  Sorting Excel
Posted by: velocity - Oct-03-2018, 01:37 AM - Forum: Data Science - Replies (2)

I'm making a small subprogram that takes an Excel workbook (100K cells at minimum, usually more), finds disordered columns and orders the columns. I'v..... More

Print this item

  Comparing 2 Files - Step 1, import and remove tags
Posted by: JP_ROMANO - Oct-03-2018, 01:16 AM - Forum: Data Science - Replies (7)

I have a project I completed (mostly) in VBA, but don't think it's great for larger data sets. I'm thinking that maybe I should try to use Python for..... More

Print this item

  TypeError: string indices must be integers
Posted by: matteoBaldini - Oct-03-2018, 12:35 AM - Forum: General Coding Help - Replies (2)

Hello everyone

I'm getting an error that makes little sense to me.
Background info: I'm running this script in AWS Lambda using the python 3.6 run..... More

Print this item

  VSCode window switching
Posted by: Larz60+ - Oct-03-2018, 12:13 AM - Forum: Bar - No Replies

This is a variation of a question I asked over a year ago, and still haven't solved.
It is most annoying,
here are the conditions:

Print this item

  Why is ssh connecting but giving no output?
Posted by: burvil - Oct-02-2018, 11:44 PM - Forum: Networking - Replies (2)

I have the code below that runs without errors, but doesn't seem to give any output after establishing the connection, nor after running exec_command ..... More

Print this item

  Get New List Based on Dictionary Key
Posted by: leoahum - Oct-02-2018, 10:15 PM - Forum: General Coding Help - Replies (4)

I'm new to Python. If I have a list indicate the order for a new list with the key in a dictionary, how could I get the new list with the values in th..... More

Print this item

  VS Code gives error
Posted by: kenhan - Oct-02-2018, 09:38 PM - Forum: General Coding Help - Replies (9)

Hi,

I installed Python 3.6.5 and VS Code via Anaconda.
The following does what is expected in Jupiter and MacOS Terminal. But it gives error in VS..... More

Print this item

  Add rows in dataframe
Posted by: arya_starc - Oct-02-2018, 08:49 PM - Forum: Data Science - Replies (1)

How can I ad rows in the dataframe. I am getting the syntax for adding columns in the dataframe but not for the rows.

[python]
import pandas as pd..... More

Print this item

  MS Visual Studio 2015 and Python 3.7
Posted by: MattSA - Oct-02-2018, 07:11 PM - Forum: General Coding Help - Replies (3)

I am having difficulty with more recent Python 3.7 interpreters and MS Visual Studio 2015 Pro. When I configure I try and configure the interpreter in..... More

Print this item

  Better structure than this?
Posted by: WuchaDoin - Oct-02-2018, 03:38 PM - Forum: Data Science - Replies (5)

After receiving some feedback on past posts, I have begun re-designing my code to be more object oriented. It's going great and is really fun finding ..... More

Print this item

  Temp folder creation
Posted by: ste1605 - Oct-02-2018, 02:29 PM - Forum: General Coding Help - Replies (7)

Hi,

I am completely new to python and I want to replicate something that I am using in Excel. I want to create a .xlsx file call it test1 and do so..... More

Print this item

  GUI help and review
Posted by: malonn - Oct-02-2018, 02:20 PM - Forum: GUI - No Replies

This is my first foray into Classes. Code:

[python]import os
import winreg
import tkinter
from tkinter import ttk
import ctypes
import sys
..... More

Print this item

  Idle from Windows console?
Posted by: Polorboy - Oct-02-2018, 01:47 PM - Forum: GUI - Replies (2)

How can I get the same functionality as Linux in Windows so that when I open a terminal/console/powershell/command prompt (whatever Microsoft wants to..... More

Print this item

  Spark Problem with Python 3.5
Posted by: AvraHeem - Oct-02-2018, 01:27 PM - Forum: General Coding Help - Replies (1)

Hello Everyone,

I was watching a video about Spark and then the tutor said that we have to work on Python 3.5 to run error-free code. I download it..... More

Print this item

  os.popen output to a list ..
Posted by: evilcode1 - Oct-02-2018, 07:51 AM - Forum: General Coding Help - Replies (1)

hey all good morning ....

im trying to run this command on my system that get my running process in the system
[python]
import os

d = os.po..... More

Print this item

  a set of more complex data
Posted by: Skaperen - Oct-02-2018, 04:53 AM - Forum: Data Science - Replies (3)

sets are limited to hashable types. i am looking for a data type where i can stuff in many complex (not hashable) data objects where i don't need to ..... More

Print this item

  duplicate key storing
Posted by: Skaperen - Oct-02-2018, 04:42 AM - Forum: General Coding Help - Replies (4)

i recall a module that did this, but i haven't gone to look for it, yet. i think it was called collection. i want to stored keyed data which ..... More

Print this item

  MPI troubles.
Posted by: Chroma - Oct-02-2018, 02:00 AM - Forum: Networking - No Replies

I am going to get 5 computers from my school. Why five? HPC cluster. Why HPC cluster? So I feel smart and that I'm actually doing something with my li..... More

Print this item

  dividing by list not possible?
Posted by: SchroedingersLion - Oct-01-2018, 09:58 PM - Forum: Data Science - Replies (5)

Greetings!

I was wondering why it is possible to create a new list by multiplying or adding constants to an old list, but not to create a new list ..... More

Print this item

  More coding on Humble Bundle (Head first)
Posted by: j.crater - Oct-01-2018, 07:01 PM - Forum: Bar - No Replies

Head First coding books by O'Reilly on Humble bundle. $15 tier also includes Head first..... More

Print this item

  Array alternative
Posted by: oldcity - Oct-01-2018, 05:26 PM - Forum: General Coding Help - Replies (3)

I do something like this in perl
have no idea how to in python help please.
tia
oldcity

[python]
#!/usr/bin/python
i = 0
with open('test-ex..... More

Print this item

  generate filename of value and extend
Posted by: Marre - Oct-01-2018, 01:14 PM - Forum: General Coding Help - Replies (2)

[python]
from PIL import Image
import sys

rr = input('R > code: ')
gg = input('G > code: ')
bb = input('B > code: ')

filename = ( str(rr)+s..... More

Print this item

  Drawing circles with loops (solved)
Posted by: Villr - Oct-01-2018, 10:51 AM - Forum: Homework - No Replies

Hi everyone, I'm currently trying to make a program to draw circles with loops. The problem I'm is, I have to make it so every circle drawn would be 1..... More

Print this item

  Need Help in ssh connection
Posted by: hareesh - Oct-01-2018, 10:35 AM - Forum: Networking - Replies (3)

Hi All,

[python]
ssh_client=paramiko.SSHClient()
ssh_client.set_missing_host_key_policy(paramiko.AutoAddPolicy())..... More

Print this item

  Python Packages for Excel
Posted by: ImranBhatti - Oct-01-2018, 08:48 AM - Forum: Data Science - Replies (8)

Hi,

Which packages are by default included in Python 3.7 to interact with Excel?

Imran Bhatti

Print this item

  Need help in scriptinng
Posted by: hareesh - Oct-01-2018, 08:45 AM - Forum: Networking - Replies (1)

Hi All,
From last few days i'm struggling to automate boot option selection.


[color=#E74C3C]Continue ..... More

Print this item

  SQLAlchemy DateTime result 0's
Posted by: AMarotta97 - Oct-01-2018, 04:35 AM - Forum: General Coding Help - No Replies

Hi all, I am new here and also quite new to python, so I apologize in advance for any errors I may make, just let me know any I will prevent it in the..... More

Print this item

  more looping help?
Posted by: pcsailor - Oct-01-2018, 04:32 AM - Forum: General Coding Help - Replies (7)

Hi,

I have another forLoop question if I may.

I want to loop through this line of code,

os.makedirs('.\\' + str(year) + '-01')
..... More

Print this item

  i am looking for a program that ...
Posted by: Skaperen - Oct-01-2018, 03:39 AM - Forum: News and Discussions - No Replies

i am looking for a program that searches files for strings and/or regular expressions, much like the grep programs do, but is smart enough about Pytho..... More

Print this item

  Recursion concept
Posted by: Truman - Sep-30-2018, 11:20 PM - Forum: General Coding Help - Replies (8)

I'm trying to understand this concept ( by the way, don't know if will ever use it but it's in ..... More

Print this item

  Full Screen Text I/O
Posted by: DavidAlanGay - Sep-30-2018, 05:18 PM - Forum: General Coding Help - Replies (4)

I just finished an intro to Python course at my local library. I took it so I can write programs for my enjoyment.

Compared with some of the progra..... More

Print this item

  Beginner's String Operation question
Posted by: docboy - Sep-30-2018, 05:05 PM - Forum: Homework - Replies (6)

I'm taking an intro Python course online.

For the code --> name="Michael Jackson" I can see why for name[0:5:2] the output is "Mca." 'M' is indexe..... More

Print this item

  Old brain - New Language - Question on loops
Posted by: sailingbikeruk - Sep-30-2018, 03:48 PM - Forum: General Coding Help - Replies (6)

Hi folks,

I am an older fella, who has worked in and around IT for many years and who decided to take on a new challenge and learn to code - I have..... More

Print this item

  Python deployment ?
Posted by: kheokheo - Sep-30-2018, 03:29 PM - Forum: News and Discussions - Replies (9)

Hi everybody. I'm newbie to Python. My main language is VB6, VB.NET, C # and now I am starting to learn Python so I give these questions if you find t..... More

Print this item

  Python Progrogramming
Posted by: mongweotsile - Sep-30-2018, 10:27 AM - Forum: General Coding Help - Replies (2)

I need to rite a function in this file called nine_lines that uses a function called three_lines to print nine blank lines. I then want to add a funct..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Unable to resolve FileNot... 6 hours ago llarkin6 deanhystad General Codin...
  [Tkinter] how to export a... 6 hours ago RonR noisefloor GUI
  Is the interpreter that c... 10 hours ago helendamdam noisefloor General Codin...
  pdf file processing: how ... 10 hours ago Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... Yesterday, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... Yesterday, 03:53 justaguy SprunkiRetake Networking
  My goal to be hired worki... Yesterday, 00:32 GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
Most views
  The best Prog... 577037
  Tutorial Requ... 499813
  Web Scraping ... 440790
  Newbie with P... 384779
  New Users Int... 368878
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+ 12088
buran 8176
snippsat 7367
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
llarkin6 Yesterday
Xuitar Yesterday
SprunkiRetake Yesterday
GnomeSweetGnome 09-25
alxpetrovo2272 09-25

User Panel Messages

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