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,994
» Latest member: Jacobjoift
» Forum threads: 38,736
» Forum posts: 175,583

Full Statistics

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

Latest Threads
Cannot update or install ...
Forum: General Coding Help
Last Post: Jacobjoift
13 minutes ago
» Replies: 7
» Views: 237,872
print does not open conso...
Forum: General Coding Help
Last Post: Axel_Erfurt
7 hours ago
» Replies: 4
» Views: 132
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Today, 08:57 AM
» Replies: 1
» Views: 81
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Yesterday, 03:05 PM
» Replies: 3
» Views: 2,544
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:58 PM
» Replies: 2
» Views: 105
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:56 PM
» Replies: 6
» Views: 231
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,055
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 469
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,101
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,178

 
  align_columns
Posted by: Skaperen - Oct-17-2019, 01:04 AM - Forum: Code sharing - No Replies

i've needed this command many times and only today decided to finally code it. i'm sure it is not as simple or pythonic as it could be. i made it fo..... More

Print this item

  Some doubts on dictionaries
Posted by: newbieAuggie2019 - Oct-16-2019, 11:54 PM - Forum: General Coding Help - Replies (2)

Hi!

I thought that checking if a certain 'x' element existed in a certain dictionary named, let's say 'mixedBag' would check if that 'x' element is..... More

Print this item

  Active tkinter text output during loop
Posted by: dvanommen - Oct-16-2019, 09:30 PM - Forum: GUI - Replies (2)

I'm writing a script to speak to a pressure scanning unit. The scanner has 32 ports, and the code asks the user which ports to use, then takes that in..... More

Print this item

  Writing list as a file, then reading that file as a list
Posted by: Zoastria_Balnala - Oct-16-2019, 08:52 PM - Forum: General Coding Help - Replies (3)

I have a python script that generates date from a simulation. (Python version 2.7)
I am trying to write that simulated data to text files, then open ..... More

Print this item

  Getting Unique values from LISTS
Posted by: aankrose - Oct-16-2019, 08:37 PM - Forum: General Coding Help - Replies (2)

[python]
#I wrote a program that come as a LIST output like below

['scext', '80.0']
['scext', 'COLFUJDX440_DS11']
['scext', 'Hard disk 1']
['s..... More

Print this item

  The coding "Beast" in India
Posted by: snippsat - Oct-16-2019, 07:31 PM - Forum: News and Discussions - Replies (1)

The coding "Beast",also David Beazley visit PyCon India.
A Talk Near the Future o[url=https://python-forum.io/thread-21832.html]..... More

Print this item

  Print different positions in loop from functions
Posted by: konsular - Oct-16-2019, 06:38 PM - Forum: General Coding Help - Replies (5)

Hello there dear community,

ive been tinkering with some "for loops" and "functions" lately. Here is my code and result:

[python]#no edit wanted..... More

Print this item

  [split] Converting excel file to txt file
Posted by: unexceptionalhobby - Oct-16-2019, 05:22 PM - Forum: Data Science - Replies (2)

pd.to_string is giving me an error. Is this functionality of pandas still around, or has it been removed? I'm using Python 3. I'm trying to accompl..... More

Print this item

  streamline plot
Posted by: Larssauerkraut - Oct-16-2019, 03:51 PM - Forum: Homework - No Replies

hi

I am struggeling with a homeworkassignment.
i Am trying to streamlineplot, but i have only found this scetch. how do i go from this scetch to ..... More

Print this item

  Can I use iteration to create variable names?
Posted by: Mark17 - Oct-16-2019, 03:29 PM - Forum: General Coding Help - Replies (8)

For this program, the input will be table data and the output will be a table.

In order to solicit data, I'm asking how many rows and then iteratin..... More

Print this item

  Adding markers to Folium map only adding last element.
Posted by: tantony - Oct-16-2019, 03:28 PM - Forum: General Coding Help - No Replies

I'm finally done with collecting data from FAA website, now I want to add the data to a website using Folium. I'm using the following link for refere..... More

Print this item

  Need help in finishing my scripts
Posted by: mohank84 - Oct-16-2019, 02:16 PM - Forum: Homework - Replies (5)

I am very new to python and need your help to fix below assignment.

write a python script to print the docstring(documentation string) of the inpu..... More

Print this item

  200,000?
Posted by: snippsat - Oct-16-2019, 01:59 PM - Forum: News and Discussions - Replies (1)

The 100,000 mark for PyPi was on March 4, 2017.
[python]import requests
from bs4 import BeautifulSoup

def pypi_check..... More

Print this item

  How to speed up work with pandas index?
Posted by: AlekseyPython - Oct-16-2019, 12:27 PM - Forum: Data Science - Replies (1)

Python 3.7.3, pandas 0.25.1

I wrote a program using the DataFrame of the pandas library. But the speed is tens (or even a hundred) times less, than u..... More

Print this item

  Help with pyGenealogical-Tools (Updated)
Posted by: Matan_ran - Oct-16-2019, 11:23 AM - Forum: General Coding Help - Replies (5)

Hey everyone!

I am a little bit of struggling with a project in Python

here is the link for the software: https://pypi.org/project/pyGenealogica..... More

Print this item

  openpyxl nested for loop help
Posted by: rmrten - Oct-16-2019, 10:48 AM - Forum: General Coding Help - Replies (3)

Hi i am new here and into coding with python ( thanks for patience :) ).
I am trying to write simple for loop which will use openpyxl to "search and ..... More

Print this item

  Web Scraping (Results not appearing)
Posted by: TheBadLeopard - Oct-16-2019, 09:38 AM - Forum: Web Scraping & Web Development - Replies (4)

Hello everyone, I am an infant at web scraping I am trying to get some info from a website and I am at my wits end. Some assistance would really help ..... More

Print this item

  Palindrome in Python - result always false
Posted by: RavCOder - Oct-16-2019, 08:43 AM - Forum: General Coding Help - Replies (13)

Hi,
I'm implemented this function to check if a string is palindrome or not.
But when I use a palindrome word such as "radar" for example, my functi..... More

Print this item

  Not able to use the output from one function into another function
Posted by: AravindPandian - Oct-16-2019, 07:41 AM - Forum: GUI - Replies (1)

Hi Team,

print("YOU_SELECTED"+Region)line in below code is not coming. Please help me with this




[python]
from tkinter import *
def drop_..... More

Print this item

  research question: pypi authors handling user questions
Posted by: JohnAD - Oct-16-2019, 02:55 AM - Forum: News and Discussions - No Replies

I'm doing research regarding open source developers writing software libraries, such as those on PyPi.

And, in keeping with the theme of openness, ..... More

Print this item

  iatoc a script to list executable files
Posted by: Skaperen - Oct-15-2019, 11:12 PM - Forum: News and Discussions - Replies (2)

i am thinking of coding a script to take command line arguments as command names and find all matches in the list of directories in the PATH environme..... More

Print this item

  How to invert pixel numbers of MNIST data set
Posted by: squillam - Oct-15-2019, 09:31 PM - Forum: General Coding Help - Replies (1)

[font=Comic Sans MS, cursive]So I'm trying to:
a) invert the pixel values of the mnist training data set and
b) run it in 5 epochs

I have zero ex..... More

Print this item

  python openpyxl writing data
Posted by: Bikram - Oct-15-2019, 08:51 PM - Forum: General Coding Help - Replies (2)

Hi,

I can write numerical data to the excel file. But it saves as a text. I am using "openpyxl" module for creating, writing and saving excel fil..... More

Print this item

  Homework 5.2
Posted by: speedy1668 - Oct-15-2019, 08:14 PM - Forum: Homework - Replies (4)

Hello everyone,

I was trying to write a code which would repeatedly prompts a user for integer numbers until the user enters 'done'. Once 'done' is..... More

Print this item

  Avoiding traceback not through input filtering
Posted by: Mark17 - Oct-15-2019, 07:56 PM - Forum: General Coding Help - Replies (5)

This might be a strange question. I have the beginning and the end... but not sure how to connect the two.

I'm writing a program that asks for a p..... More

Print this item

  Assert Error: AssertionError
Posted by: AlexPetru - Oct-15-2019, 07:34 PM - Forum: Homework - Replies (2)

Hi!

The function stergereTranzactie(list,zi) delete a number from a list.
The function testarestergereTranzactie() tests stergereTranzactie(list,z..... More

Print this item

  Database table structure compare(Oracle)
Posted by: GKT - Oct-15-2019, 07:25 PM - Forum: General Coding Help - Replies (4)

Hi,

I am new to python.

i am trying to compare structures of 2 similar tables from python(connecting to Oracle DB). i was able to connect and r..... More

Print this item

  python gives wrong string length and wrong character
Posted by: thienson30 - Oct-15-2019, 05:44 PM - Forum: General Coding Help - Replies (2)

Below python gives wrong string length. The Length should be 4 and w[1] should be 'ò', but python give back letter 'o'. Please help.



[python..... More

Print this item

  Problem with date type (object to datetime)
Posted by: karlito - Oct-15-2019, 12:37 PM - Forum: Data Science - Replies (6)

Hi all,
so I have this issue with the convertion to date format.
here is how my csv file looks like:csv..... More

Print this item

  Making a dice
Posted by: Dyefull - Oct-15-2019, 12:31 PM - Forum: Homework - Replies (2)

Hi guys,

for some homework I have to write a code for a dice that can't roll the same value back to back.
So: if on turn 1 the dice throws a 3
th..... More

Print this item

  vector field plots
Posted by: Larssauerkraut - Oct-15-2019, 11:15 AM - Forum: Homework - No Replies

Hi

Pardon my bad english. I am trying to solve a task given to me by my teacher. I have no expiriense using the porgrams whitch my teacher states w..... More

Print this item

  Back again on f-strings
Posted by: newbieAuggie2019 - Oct-15-2019, 09:40 AM - Forum: General Coding Help - Replies (11)

Hi!

It seems that I cannot fully understand f-strings. I do exercises and little programs trying to update them by using f-strings, but now and the..... More

Print this item

  Python 3.8.0 is released
Posted by: perfringo - Oct-15-2019, 09:36 AM - Forum: News and Discussions - Replies (2)

Python 3.8.0 was released on 14th of October. Short overview of new features.

Time..... More

Print this item

  Matplotlib clash qt4 / qt5
Posted by: DoudouBall - Oct-15-2019, 07:46 AM - Forum: General Coding Help - Replies (1)

Hello everybody, I am seeking help for my python installation. I recently reinstalled Anaconda to use Python 3 and matplotlib doesn't work anymore. Ev..... More

Print this item

  Django - Am I in the right direction for creating the models of my Phone Review appli
Posted by: shawnmichaels583583 - Oct-15-2019, 06:25 AM - Forum: Web Scraping & Web Development - No Replies

I am a beginner in Django. I am building a data model for a Django app, named PhoneReview. It will store reviews related to the latest mobile phone. I..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Cannot update or install ... 13 minutes ago nickystixx45 Jacobjoift General Codin...
  print does not open conso... 7 hours ago Tycho_2025 Axel_Erfurt General Codin...
  Weird failure in Selenium Today, 08:57 glestwid Larz60+ General Codin...
  Fred Economic Data API Yesterday, 15:05 warrior42 Trickety Web Scraping ...
  create ocr to detect lice... Yesterday, 13:58 bimosora noisefloor General Codin...
  Parse Markdown / get the ... Yesterday, 13:56 SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... 10-01, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... 09-30, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 12:59 tester_V snippsat General Codin...
Most views
  The best Prog... 577490
  Tutorial Requ... 501428
  Web Scraping ... 441111
  Newbie with P... 385164
  New Users Int... 369955
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+ 12093
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
Jacobjoift Today
lauren557 Today
maribita Today
AnalystRobert Today
Safariscampoea Today

User Panel Messages

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