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,308
» Latest member: NeoQuant
» Forum threads: 38,801
» Forum posts: 175,919

Full Statistics

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

Latest Threads
Python compiler
Forum: General Coding Help
Last Post: NeoQuant
2 hours ago
» Replies: 0
» Views: 17
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
2 hours ago
» Replies: 5
» Views: 47
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
4 hours ago
» Replies: 0
» Views: 24
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
9 hours ago
» Replies: 8
» Views: 220
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Today, 07:39 AM
» Replies: 3
» Views: 11,106
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 189
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 714
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,829
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 179
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 153

 
  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
  Python compiler 2 hours ago NeoQuant NeoQuant General Codin...
  Trading Risk management s... 2 hours ago NeoQuant NeoQuant Code sharing
  Standard template Data En... 4 hours ago Hosthubac Hosthubac Code Review
  No new line from print in... 9 hours ago Lou snippsat General Codin...
  Python Online Compiler Today, 07:39 alexmaxwell1 ichsanputr News and Disc...
  Python is not working on ... Yesterday, 10:44 lary_p noisefloor General Codin...
  Help with Serial.write in... Yesterday, 04:44 racingsubby Larz60+ General Codin...
  Can I develop a live vide... 11-27, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
Most views
  The best Prog... 579494
  Tutorial Requ... 512807
  Web Scraping ... 442363
  Newbie with P... 386395
  New Users Int... 381710
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+ 12113
buran 8196
snippsat 7393
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
NeoQuant Today
Hosthubac Today
ifdainstitute7 Today
MOHAMMAD_mk Today
virvainfotech Today

User Panel Messages

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