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,964
» Latest member: Edzed4431
» Forum threads: 38,730
» Forum posts: 175,546

Full Statistics

Online Users
There are currently 41 online users.
» 1 Member(s) | 35 Guest(s)
Google, Applebot, Bing, AOL, snippsat

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
16 minutes ago
» Replies: 3
» Views: 53
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
9 hours ago
» Replies: 1
» Views: 466
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,004
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,565
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 467
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 925
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 954
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,218
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,834
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Sep-26-2025, 03:53 AM
» Replies: 1
» Views: 2,873

 
  Breadth-First-Search
Posted by: MontyPython - Dec-01-2018, 08:38 PM - Forum: Homework - Replies (2)

Hello Python-Forum,

I'm new to this Forum and very new to Python and programming itself.
We got a homework in our course where we have to implemen..... More

Print this item

  mpi4py examples/tutorials
Posted by: MuntyScruntfundle - Dec-01-2018, 08:35 PM - Forum: General Coding Help - Replies (1)

Hi folks.

I need to get started on a couple of mpi (mpi4py) projects. I'm starting from scratch, not done any before.

I'm searching for tutoria..... More

Print this item

  Udp socket
Posted by: rocks88 - Dec-01-2018, 08:17 PM - Forum: Networking - Replies (3)

Hello iam new to the python language, Iam trying to send a udp packet on my machine and use wireshark to see the data come through so far i have not s..... More

Print this item

  Trying to code backwords in if statement for different output in some scenarios
Posted by: skrivver99 - Dec-01-2018, 08:08 PM - Forum: General Coding Help - Replies (1)

Hi everyone,

So basically I have a problem building a translator, where I want the input "s" to give me "с" and the input "h" to give me "х" but at..... More

Print this item

  Try Except Else problem
Posted by: tc94 - Dec-01-2018, 01:19 PM - Forum: General Coding Help - Replies (1)

Hello everyone , i have a problem with my block try , when there is no error it will ignore the else part. anyone who could explain to me why? thanks..... More

Print this item

  why cannot print "Hello"
Posted by: kitty - Dec-01-2018, 11:44 AM - Forum: General Coding Help - Replies (1)

Hi,
I am new to python / canopy. by following the tutorial, I key in print "Hello" and it does not return but give error. below is the message:

**..... More

Print this item

  argparse and imported modules
Posted by: spatialdawn - Dec-01-2018, 10:30 AM - Forum: General Coding Help - Replies (2)

Hi there,

I am having an issues with parsing arguments and I don't quite understand what's happening.

I have two files, 'a.py' & 'b.py'

a.p..... More

Print this item

  Digital Adoption?
Posted by: Larz60+ - Dec-01-2018, 03:59 AM - Forum: News and Discussions - Replies (5)

What is this? https://www.walkme.com/

Looks like someone it trying to resell the Brooklyn Bridge, and spent a lot of $$ to try and get corporations..... More

Print this item

  can't update label to include variable
Posted by: foxtreat - Dec-01-2018, 03:13 AM - Forum: GUI - Replies (2)

im really new to python,this was made using extensive youtube tutorials
im trying to make a GUI app for a game i play:don't starve together
the app ..... More

Print this item

  propositional logic formula converter
Posted by: bobsmith76 - Dec-01-2018, 01:38 AM - Forum: Code sharing - Replies (8)

[python]


'''
Here is some short code which is rather self-contained and is somewhat difficult to write making it perfect for sharing. So here ar..... More

Print this item

  paramiko.ed25519key
Posted by: cverm - Nov-30-2018, 08:31 PM - Forum: General Coding Help - Replies (9)

Hello,
Python newbie alert!
I would appreciate a helping hand to get my first py script working.
The goal is to write a script that uploads a file ..... More

Print this item

  A beginner with tkinter
Posted by: idanbb - Nov-30-2018, 07:40 PM - Forum: GUI - Replies (1)

Ok so basically I'm trying to display a list of labels inside of a labelframe, I tried to do it using a for loop and I got some weird results and want..... More

Print this item

  Appending to a List in Python 3
Posted by: kas_samrari - Nov-30-2018, 06:59 PM - Forum: General Coding Help - Replies (4)

Hello,

I am trying to get the following List output [[2,3,4,5],[3,4,5,6],[4,5,6,7],[5,6,7,8] with a nested For loop. I am able to get the outer lis..... More

Print this item

  Help Convert difference between inputted date and now
Posted by: aspeniii - Nov-30-2018, 06:54 PM - Forum: General Coding Help - Replies (1)

Hello all,
I am having a difficult time with a code where the user inputs a year and month and it tells the difference in time between the current m..... More

Print this item

  Hyper Link Help
Posted by: Xemrac - Nov-30-2018, 05:53 PM - Forum: Homework - Replies (1)

Morning,

I am doing an assignment for class and the teacher doesnt get on to check forum questions till 1800-2200 at night and i dont have time to ..... More

Print this item

  "replace() method" fails to change string
Posted by: pw928gts - Nov-30-2018, 04:56 PM - Forum: General Coding Help - Replies (4)

Hi all,
New to Python and this forum so I guess i am missing something simple.
Why does this string method work in the Python shell but not when use..... More

Print this item

  ' List[ Conditional statement ] ' What is this code supposed to do.
Posted by: Arindam - Nov-30-2018, 04:48 PM - Forum: Data Science - Replies (1)

What does X[y==yi] (Line: 18) do ?

This is the full code:

[python]from sklearn.datasets import load_iris
import matplotlib.pyplot as pl..... More

Print this item

  Index in Python list contains multiple elements.How to access each val and pass them
Posted by: Shameendra - Nov-30-2018, 04:42 PM - Forum: Data Science - Replies (1)

I have written a code in Python 3 that extracts values from a table(.csv) using pandas and appends them to a list. My code is:
[python]import os
imp..... More

Print this item

  Guessing game with comparison operators
Posted by: Drone4four - Nov-30-2018, 03:15 PM - Forum: Homework - Replies (9)

I’m working with a Udemy course.

Here is the challenge:

[quote]
Let's use while loops to create a guessing game.
The Challenge:
Write a program that..... More

Print this item

  EASY- creating a for loop with a list
Posted by: rico - Nov-30-2018, 12:30 PM - Forum: Homework - Replies (2)

Hi

I need to create a for cycle with a list that returns all values in the list greater than 120. It needs a return statement at the end.

this is a..... More

Print this item

  How long can an identifier be in Python?
Posted by: himanibansal - Nov-30-2018, 11:22 AM - Forum: Bar - Replies (5)

What is the usual length of a python identifier? Are there any rules regarding it?

Print this item

  TypeError: string indices must be integer
Posted by: vanderdecken - Nov-30-2018, 10:47 AM - Forum: Web Scraping & Web Development - Replies (1)

hi all,

am trying to convert a JSON file to a CSV file with a python script and in some cases it works but in others I get the message in the subje..... More

Print this item

  Python and strategy pattern
Posted by: tanc - Nov-30-2018, 06:00 AM - Forum: General Coding Help - Replies (5)

Hi There,

I need your help to understand how to use Strategy pattern properly in Python.
Indeed i don't know how to transfer a result coming from ..... More

Print this item

  nameerror: name '--' is not defined
Posted by: nadiyaz - Nov-30-2018, 12:25 AM - Forum: General Coding Help - Replies (3)

hi, i was given a code to count the words in a paragraph, but i keep getting "NameError: name 'mobypara' is not defined" every time i run it (mobypara..... More

Print this item

  boolean conditions
Posted by: metulburr - Nov-30-2018, 12:23 AM - Forum: Bar - Replies (17)

One thing that drives me nuts while reading python code is when people do this

if condition == False:
or
[python]if len(condition..... More

Print this item

  Data in excel
Posted by: Hass - Nov-30-2018, 12:16 AM - Forum: General Coding Help - Replies (1)

Hello,

I am new to python so apologies advance if this question doesn’t make sense.

I have an excel file that has 2 sheets.

Sheet 1 is where ..... More

Print this item

  crawler: Get external page
Posted by: Truman - Nov-29-2018, 11:40 PM - Forum: Web Scraping & Web Development - Replies (3)

The code is a bit confusing to me but let's stick to errors for a start. The goal is to start from some page and then find external links following on..... More

Print this item

  Help in exercise for loop
Posted by: kais92 - Nov-29-2018, 11:03 PM - Forum: Homework - Replies (13)

Hello!

I've just started a python course and I'm trying I do not know how to do this exercise, anyone can help me?

This is the exercise "Write a..... More

Print this item

  Forms to render "Guide in steps" or not?
Posted by: stablepeak - Nov-29-2018, 09:54 PM - Forum: Web Scraping & Web Development - Replies (1)

I am trying to build a Django project that renders a daily guide to the user.

1. The user will get a daily guide containing X amount of steps. The ..... More

Print this item

  help with ipmitool(pyipmi) and python 3.7
Posted by: malp - Nov-29-2018, 08:39 PM - Forum: General Coding Help - Replies (4)

Hello, i am asking your help to use pyipmi with python 3.7 (windows, python x32)

Does anyone get to work to successfully?
I have the following p..... More

Print this item

  Codes does not work
Posted by: NatalieG - Nov-29-2018, 06:35 PM - Forum: General Coding Help - Replies (3)

Hello,
I just started using PyCharm and after some tries, the program just stucked at the preveous activity.
Since then, I have closed the program, re..... More

Print this item

  Help with code
Posted by: aspeniii - Nov-29-2018, 06:32 PM - Forum: General Coding Help - Replies (3)

Hi all, I'm new to python and trying to find the middle character of a word, how many characters the word has, and I need to print the letters that su..... More

Print this item

  name of the day
Posted by: Mof44 - Nov-29-2018, 06:19 PM - Forum: General Coding Help - Replies (7)

import calendar
year = 2015
month = 2
print(calendar.monthrange(year, month)[1])
The terminal:
28

What I need:
Saturday,28.

Thanks..... More

Print this item

  install libraries on device without internet
Posted by: mrish - Nov-29-2018, 05:16 PM - Forum: Data Science - Replies (3)

Hello everyone,

I'm new to this forum and I have several questions to ask for help!

first, I saw some python alternative in here:

https://ww..... More

Print this item

  Taking screenshots with http authentication with username and password from website
Posted by: onenessboy - Nov-29-2018, 05:13 PM - Forum: Web Scraping & Web Development - Replies (3)

Dear All,

Is that possible to open a url in chrome and then login with credentials and then click on particular link there ,then taking screenshot ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 16 minutes ago tester_V snippsat General Codin...
  My goal to be hired worki... 9 hours ago GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... Yesterday, 18:49 arbiel Gribouillis General Codin...
  My First App Yesterday, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... Yesterday, 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...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
Most views
  The best Prog... 577194
  Tutorial Requ... 500190
  Web Scraping ... 440895
  Newbie with P... 384907
  New Users Int... 369183
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 7368
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Edzed4431 Yesterday
chaoh1911 Yesterday
KaydenJonah098 Yesterday
carlbidwell Yesterday
llarkin6 09-26

User Panel Messages

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