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,426
» Latest member: Buttler488
» Forum threads: 38,544
» Forum posts: 174,658

Full Statistics

Online Users
There are currently 481 online users.
» 4 Member(s) | 467 Guest(s)
Google, Bing, Yandex, Apple, Google Image, Facebook, Facebook, lucydawson056, Buttler488, ndc85430, xeyah97489

Latest Threads
[split] assignment help
Forum: Homework
Last Post: lucydawson056
Less than 1 minute ago
» Replies: 3
» Views: 2,252
How do I contact Quicken ...
Forum: General Coding Help
Last Post: xeyah97489
3 minutes ago
» Replies: 0
» Views: 7
1 888 895 7412 [[Help~Des...
Forum: General Coding Help
Last Post: Buttler488
5 minutes ago
» Replies: 0
» Views: 40
Does Quicken have 24/7 ho...
Forum: General Coding Help
Last Post: xeyah97489
15 minutes ago
» Replies: 0
» Views: 29
Does Quicken have 24/7 ho...
Forum: General Coding Help
Last Post: xeyah97489
16 minutes ago
» Replies: 0
» Views: 7
How to contact R𝗼𝗯𝗶𝗻𝗵𝗼𝗼𝗱?...
Forum: General Coding Help
Last Post: tanyongkim25654
1 hour ago
» Replies: 0
» Views: 0
Get the string after a sp...
Forum: General Coding Help
Last Post: Gribouillis
1 hour ago
» Replies: 2
» Views: 76
function arguments
Forum: General Coding Help
Last Post: Gribouillis
1 hour ago
» Replies: 1
» Views: 80
[Beautiful Soup] Replace ...
Forum: General Coding Help
Last Post: Winfried
2 hours ago
» Replies: 1
» Views: 132
where should DEFAULT_CIPH...
Forum: General Coding Help
Last Post: Skaperen
9 hours ago
» Replies: 0
» Views: 67

 
  Class Basics
Posted by: ichabod801 - Sep-15-2016, 10:58 PM - Forum: Fundamentals - Replies (1)

Classes are the fundamental building block of the popular programming paradigm known as Object Oriented Programming (OOP). This is not a full tutorial..... More

Print this item

  user group colors
Posted by: Kebap - Sep-15-2016, 06:25 PM - Forum: Board - Replies (2)

Thanks for the mod privileges BUT the supermod color seems so .. special ... while the admin's green is very cool. How about a simple black or somethi..... More

Print this item

  error while previewing locked post
Posted by: Kebap - Sep-15-2016, 06:20 PM - Forum: Board - Replies (4)

I got the following error message when I edited, then previewed the locked post in the lock test thread.
I only removed the "locked" flag, but left ..... More

Print this item

  "Interpreter" page
Posted by: Ofnuts - Sep-15-2016, 01:40 PM - Forum: Board - Replies (13)

This is http://python-forum.io/misc.php?page=interpreter

Nice thing to have but it its present form it seems hard to use since it doesn't print err..... More

Print this item

  Login Trouble
Posted by: sparkz_alot - Sep-14-2016, 08:35 PM - Forum: Board - Replies (8)

Having a problem when logging in and wondering if anyone else is encountering the same problem. I've tried both IE and Chrome. When I first go to the ..... More

Print this item

Thumbs Up New Users Introduce Yourself
Posted by: Yoriz - Sep-13-2016, 04:53 PM - Forum: Bar - Replies (449)

Please feel welcome to use this thread to introduce yourself to the forum.

Print this item

  A List of Free Game Resources
Posted by: Yoriz - Sep-13-2016, 04:21 PM - Forum: Game Tutorials - Replies (1)

Images
http://www.lostgarden.com/search/label/f...20graphics
http://www.rpg-palace.com/visual-resourc...esets-rmxp
http://..... More

Print this item

  Portal
Posted by: Kebap - Sep-13-2016, 02:27 PM - Forum: Board - Replies (7)

The portal currently shows a copy of all recent posts. Which is nice. However, some of them are very long. And they are shown in total. It would be be..... More

Print this item

Thumbs Up First impressions on forum software
Posted by: Kebap - Sep-13-2016, 02:24 PM - Forum: Board - Replies (29)

The new forum software seems really nice! I just wanted to explain this, because I may post more threads focussing on small improvements and annoyance..... More

Print this item

  User signatures
Posted by: Kebap - Sep-13-2016, 02:19 PM - Forum: Board - Replies (17)

I wanted to copy my signature from the old forum to here, but receive an error message:


[quote]
You cannot update your signature because it is too l..... More

Print this item

  Are the security questions for registration necessary
Posted by: Mekire - Sep-12-2016, 06:06 PM - Forum: Board - Replies (5)

Yo.

Also, assuming those are intended to be permanent, you really need to get rid of those security questions for registration.  It is way too much..... More

Print this item

  Text Adventure Tutorial - if structure to dictionary
Posted by: ichabod801 - Sep-05-2016, 10:26 PM - Forum: Game Tutorials - Replies (6)

So, you're new to Python, and you want to make a game. You figure you'll make a text adventure game, that won't be too hard. To get started, you just ..... More

Print this item

  Modules part 3
Posted by: metulburr - Sep-05-2016, 09:11 PM - Forum: Fundamentals - No Replies

Package Imports
Package imports are nothing more than a directory of imports. It turns a path on your computer into another namepsace, ..... More

Print this item

  Modules part 2
Posted by: metulburr - Sep-05-2016, 09:11 PM - Forum: Fundamentals - Replies (1)

Module Creation
Python modules are just files of python code. You do not need to write special syntax to tell python you are making a m..... More

Print this item

  Modules part 1
Posted by: metulburr - Sep-05-2016, 09:10 PM - Forum: Fundamentals - No Replies

Each file is a module, and modules import other modules to use the names they define. Modules provide an easy way to organize components into a system..... More

Print this item

  Multiple expressions with "or" keyword
Posted by: metulburr - Sep-05-2016, 09:10 PM - Forum: Common pitfalls and what to do - Replies (1)

Quote:incorrect
if input_value == "Yes" or "yes" or "y" or "Y":

A simple mistake: each expression after a or keyword i..... More

Print this item

  windows command prompt modifications, add options, start loc, add copy
Posted by: metulburr - Sep-05-2016, 09:06 PM - Forum: Python Installation and Execution - Replies (1)

change starting location of opening command prompt

This is a quick tutorial to change your command prompt auto start directory. Lets assume ..... More

Print this item

  syntax highlighting
Posted by: metulburr - Sep-05-2016, 12:32 AM - Forum: Board - Replies (57)

There is a plugin installed that allows syntax highlighting. The BBCode for it is

[shcode=python]CODE HERE[/shcode]
EDIT:
The BBCode ..... More

Print this item

  testing syntax highlighter
Posted by: metulburr - Sep-05-2016, 12:22 AM - Forum: Bar - Replies (5)

Python
[shcode=python]
class Ship:
   def __init__(self, sheet):
       self.frames = strip_from_sheet(sheet, (0,0), (122,164), 4, 4)
       self..... More

Print this item

  testing unanswered posts (old)
Posted by: metulburr - Sep-02-2016, 04:40 PM - Forum: Board - No Replies

The CSS for code blocks is located at  ACP -> Templates and Style -> Themes -> Default -> global.css -> Select fro mthe drop down menu ".codeblock". T..... More

Print this item

  Testing formatting
Posted by: Ofnuts - Sep-02-2016, 10:01 AM - Forum: General Coding Help - Replies (1)

Trying

SomeCode+=instructions
  • A list
  • with
  • bullets
    1. a sublist
    2. with
    3. numbers
    [/lis..... More

Print this item

  Day one thoughts
Posted by: sparkz_alot - Sep-01-2016, 08:31 PM - Forum: Board - Replies (4)

This software, myBB, seems to work quite well right out of the box. I do, however, have two dislikes. The first is the "Member List" is viewable by ev..... More

Print this item

  Strings, index and slicing
Posted by: metulburr - Sep-01-2016, 08:19 PM - Forum: Fundamentals - Replies (5)

Single and Double Quotes
[spoiler=(Click to expand)]
String literals can be enclosed in either two single or two double quotes. The reason fo..... More

Print this item

  Lists
Posted by: metulburr - Sep-01-2016, 08:18 PM - Forum: Fundamentals - Replies (1)

Both lists and dictionaries are collections of objects. They both can be changed in place, can grow or shrink, and also can have any other objects nes..... More

Print this item

  Dictionaries
Posted by: metulburr - Sep-01-2016, 08:18 PM - Forum: Fundamentals - Replies (1)

You can think of Dictionaries as a collection of data that is unorganized, unlike lists. Items in dictionaries are stored and fetched by a key, instea..... More

Print this item

  Indentation
Posted by: metulburr - Sep-01-2016, 08:16 PM - Forum: Fundamentals - Replies (2)

Python detects block boundaries automatically, by line indentation. (the empty space to the left of your code). All statements indented the same dista..... More


Attached Files

Thumbnail(s)
               
Print this item

  How to Execute python code
Posted by: metulburr - Sep-01-2016, 08:15 PM - Forum: Python Installation and Execution - Replies (2)

There are 3 main ways to execute python code.

1) Interactive Prompt
[spoiler=(Click to expand)]
This is mostly used for experimenting and ..... More


Attached Files

Thumbnail(s)
   
Print this item

  Namespace flooding with * imports
Posted by: metulburr - Sep-01-2016, 08:14 PM - Forum: Common pitfalls and what to do - Replies (1)

This is a tutorial of what not to do. Why not to do it, and what to use instead.


What not to use: (this is the most widely used examples)
[code]..... More

Print this item

  Files
Posted by: metulburr - Sep-01-2016, 08:13 PM - Forum: Fundamentals - Replies (4)

Files

The built-in function open() creates a Python file object, which serves as a link to a file residing on your machine. After cal..... More

Print this item

  Creating a repo for your completed scripts
Posted by: metulburr - Sep-01-2016, 08:12 PM - Forum: Tutorials - Replies (1)

If you dont know, there are sites that you can upload your code to where people can look, upload fixes, comment on, and download your code. It makes i..... More

Print this item

  Popularity Poll of myBB
Posted by: sparkz_alot - Sep-01-2016, 08:02 PM - Forum: Board - Replies (8)

What do you think of myBB from a 'user' standpoint?

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [split] assignment help Less than 1 minute ago Shobana lucydawson056 Homework
  How do I contact Quicken ... 3 minutes ago xeyah97489 xeyah97489 General Codin...
  1 888 895 7412 [[Help~Des... 5 minutes ago Buttler488 Buttler488 General Codin...
  Does Quicken have 24/7 ho... 15 minutes ago xeyah97489 xeyah97489 General Codin...
  Does Quicken have 24/7 ho... 16 minutes ago xeyah97489 xeyah97489 General Codin...
  How to contact R𝗼𝗯𝗶𝗻𝗵𝗼𝗼𝗱?... 1 hour ago tanyongkim25654 tanyongkim25654 General Codin...
  Get the string after a sp... 1 hour ago JanJan Gribouillis General Codin...
  function arguments 1 hour ago Curbie Gribouillis General Codin...
  [Beautiful Soup] Replace ... 2 hours ago Winfried Winfried General Codin...
  where should DEFAULT_CIPH... 9 hours ago Skaperen Skaperen General Codin...
  how to delete thread Yesterday, 19:30 Azdaghost DeaD_EyE Board
Most views
  The best Prog... 557116
  Tutorial Requ... 423481
  Web Scraping ... 422645
  Newbie with P... 350428
  Thread remain... 324486
Most reputation
buran 580
snippsat 506
Larz60+ 452
Gribouillis 362
deanhystad 325
Most replies
  New Users Int... 449
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12033
buran 8164
snippsat 7320
deanhystad 6806
metulburr 5151
Top referrers
Googlepro 22
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
Buttler488 Today
lucydawson056 Today
xeyah97489 Today
herry569 Today
tanyongkim25654 Today

User Panel Messages

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