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,304
» Latest member: OLanePulse
» Forum threads: 38,799
» Forum posts: 175,908

Full Statistics

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

Latest Threads
Fobertsmene
Forum: General Coding Help
Last Post: OLanePulse
12 minutes ago
» Replies: 0
» Views: 2
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
1 hour ago
» Replies: 3
» Views: 11,079
No new line from print in...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 06:10 PM
» Replies: 4
» Views: 166
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 10:44 AM
» Replies: 4
» Views: 172
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 04:44 AM
» Replies: 8
» Views: 695
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,816
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 164
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 141
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 229
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,222

 
  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

  pdb says "SyntaxError: unexpected EOF" on comment
Posted by: pwannh - Nov-29-2018, 04:00 PM - Forum: General Coding Help - Replies (1)

I have seen several examples of .pdbrc files containing comment lines starting with '#'. When I try to do the same, I get this error message:
*** Syn..... More

Print this item

  how do i make a compiler?
Posted by: lol - Nov-29-2018, 03:39 PM - Forum: General Coding Help - Replies (2)

so yeeterday i watched this pyhton playlist https://www.youtube.com/watch?v=RjScQkED...TEt4gUrzeO and i think Im good e..... More

Print this item

  Thread/Signal
Posted by: LittleGrim13 - Nov-29-2018, 02:14 PM - Forum: GUI - Replies (2)

Hey All

I m trying to update a textbox with signals from a thread. But I am unable to wrap my head around the business of signals.

Here is what ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Fobertsmene 12 minutes ago OLanePulse OLanePulse General Codin...
  Python Online Compiler 1 hour ago alexmaxwell1 ichsanputr News and Disc...
  No new line from print in... Yesterday, 18:10 Lou snippsat General Codin...
  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...
  best way to learn python 11-26, 04:40 dutch ichsanputr News and Disc...
  data fetching for indian ... 11-25, 02:50 drakhsin Pedroski55 Web Scraping ...
Most views
  The best Prog... 579480
  Tutorial Requ... 512702
  Web Scraping ... 442343
  Newbie with P... 386392
  New Users Int... 381490
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 7391
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
OLanePulse Today
IFDA123 Yesterday
TimTom420 11-27
cruisesfares 11-27
SNR 11-27

User Panel Messages

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