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,313
» Latest member: wesley300
» Forum threads: 38,843
» Forum posts: 175,966

Full Statistics

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

Latest Threads
+27636605847 ۝Crystal met...
Forum: Board
Last Post: wesley300
29 minutes ago
» Replies: 0
» Views: 2
(ECSTACY) +27636605847 Bu...
Forum: Board
Last Post: wesley300
29 minutes ago
» Replies: 0
» Views: 1
+27636605847 BUY XANAX,CO...
Forum: Board
Last Post: wesley300
30 minutes ago
» Replies: 0
» Views: 1
((( (+27) 636605847)))*••...
Forum: Board
Last Post: wesley300
30 minutes ago
» Replies: 0
» Views: 1
MDMA In Dubai (QATAR) *+2...
Forum: Board
Last Post: wesley300
30 minutes ago
» Replies: 0
» Views: 1
+27636605847⚡Xanax,Lyrica...
Forum: Board
Last Post: wesley300
31 minutes ago
» Replies: 0
» Views: 1
RIYADH ꧅+27636605847 )•*C...
Forum: Board
Last Post: wesley300
31 minutes ago
» Replies: 0
» Views: 1
+27636605847 Crystal meth...
Forum: Board
Last Post: wesley300
31 minutes ago
» Replies: 0
» Views: 1
+27636605847 —– Xanax,Lyr...
Forum: Board
Last Post: wesley300
32 minutes ago
» Replies: 0
» Views: 1
Dubai ✓+|+27636605847☆Cry...
Forum: Board
Last Post: wesley300
32 minutes ago
» Replies: 0
» Views: 1

 
  Class Intermediate: Operator Overloading
Posted by: ichabod801 - Sep-15-2016, 11:01 PM - Forum: Fundamentals - Replies (3)

Before reading this tutorial, make sure you understand everything covered in the Class Basics ..... More

Print this item

  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 (452)

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
  +27636605847 ۝Crystal met... 29 minutes ago wesley300 wesley300 Board
  (ECSTACY) +27636605847 Bu... 29 minutes ago wesley300 wesley300 Board
  +27636605847 BUY XANAX,CO... 30 minutes ago wesley300 wesley300 Board
  ((( (+27) 636605847)))*••... 30 minutes ago wesley300 wesley300 Board
  MDMA In Dubai (QATAR) *+2... 30 minutes ago wesley300 wesley300 Board
  +27636605847⚡Xanax,Lyrica... 31 minutes ago wesley300 wesley300 Board
  RIYADH ꧅+27636605847 )•*C... 31 minutes ago wesley300 wesley300 Board
  +27636605847 Crystal meth... 31 minutes ago wesley300 wesley300 Board
  +27636605847 —– Xanax,Lyr... 32 minutes ago wesley300 wesley300 Board
  Dubai ✓+|+27636605847☆Cry... 32 minutes ago wesley300 wesley300 Board
  Abu dhabi✦Riyadh ✦+276366... 32 minutes ago wesley300 wesley300 Board
Most views
  The best Prog... 579514
  Tutorial Requ... 513009
  Web Scraping ... 442379
  Newbie with P... 386405
  New Users Int... 381797
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 7394
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
wesley300 Today
elizabethlittle6258 Today
StepanVoronin Today
QABOB Today
adityaN Today

User Panel Messages

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