Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Problem with the '|' character?
Post: RE: Problem with the '|' character?

Thanks! It works perfectly now!
Saka General Coding Help 2 2,784 Sep-28-2017, 09:42 AM
    Thread: Problem with the '|' character?
Post: Problem with the '|' character?

Hello all, I'm trying to use the following method to find the "|" character in the following string as a little test: [m.start() for m in re.finditer('|', 'fjd|fhjdkal|fgdha|ads')]Strangely it returns...
Saka General Coding Help 2 2,784 Sep-27-2017, 01:27 PM
    Thread: How would one go about solving this question
Post: RE: How would one go about solving this question

Following Mekire, start by doing def in_out(xs,ys,side):Good luck!
Saka Homework 2 3,152 Sep-27-2017, 12:31 PM
    Thread: how to use the upper()
Post: RE: how to use the upper()

(Sep-24-2017, 12:19 PM)King Wrote: How do i write a program, that asks the user for two strings, and proceeds to replace all occurrences of the second string in the first string with their uppercase...
Saka Homework 5 3,970 Sep-26-2017, 10:34 AM
    Thread: SyntaxError: unexpected character after line continuation character
Post: RE: SyntaxError: unexpected character after line c...

(Sep-25-2017, 02:28 PM)hbknjr Wrote: ... To solve the problem convert string to bytes and decode with unicode-escape ...Thank you so much! Now it works great and I can run pretty much any piece of p...
Saka General Coding Help 2 18,547 Sep-26-2017, 09:34 AM
    Thread: Substrings
Post: RE: Substrings

Why don't you use s.find? The .find() function returns the index of the string the substring starts at, so for example: "jgjbobjdeh".find("bob")returns "3", because the substring "bob" starts at index...
Saka Homework 4 4,462 Sep-26-2017, 09:31 AM
    Thread: New Users Introduce Yourself
Post: RE: New Users Introduce Yourself

Hello Everybody, My name is Saka, I am a "young" coder from Indonesia. I started Python a few years ago because I wanted to make a game from complete scratch, but now I make esoteric programming langu...
Saka Bar 431 228,702 Sep-25-2017, 11:38 AM
    Thread: Introductions forum?
Post: Introductions forum?

Usually forums have a little place where users introduce themselves... Is there one here? Sorry if this is a dumb question, I'm a newbie on this forum (But not-really-a-newbie for Python itself). EDI...
Saka Board 1 2,984 Sep-25-2017, 11:16 AM
    Thread: SyntaxError: unexpected character after line continuation character
Post: SyntaxError: unexpected character after line conti...

Hello all, and I'm a new member here **biggrin** . I made a esoteric version of Python for fun, but I'm having some problems when running multiline code with the \n and \t characters. Here is the pro...
Saka General Coding Help 2 18,547 Sep-25-2017, 10:44 AM

User Panel Messages

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