Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 18,735
» Latest member: zalanthas
» Forum threads: 37,652
» Forum posts: 171,123

Full Statistics

Online Users
There are currently 398 online users.
» 1 Member(s) | 390 Guest(s)
Yandex, Baidu, Apple, Google, Facebook, Bing, Gribouillis

Latest Threads
Setting Up Python on New ...
Forum: News and Discussions
Last Post: AdamHensley
24 minutes ago
» Replies: 4
» Views: 149
Running powershell comman...
Forum: General Coding Help
Last Post: robertkwild
25 minutes ago
» Replies: 8
» Views: 193
hardware timer raspberry ...
Forum: General Coding Help
Last Post: AdamHensley
1 hour ago
» Replies: 3
» Views: 215
recurring events every sp...
Forum: General Coding Help
Last Post: deanhystad
1 hour ago
» Replies: 1
» Views: 42
comtypes: how to provinde...
Forum: General Coding Help
Last Post: zalanthas
2 hours ago
» Replies: 0
» Views: 36
Regex to catch what user ...
Forum: General Coding Help
Last Post: AdamHensley
2 hours ago
» Replies: 26
» Views: 1,018
How to attach a file to a...
Forum: Networking
Last Post: arbiel
3 hours ago
» Replies: 0
» Views: 40
3-d surface plotting
Forum: General Coding Help
Last Post: paul18fr
3 hours ago
» Replies: 10
» Views: 467
Why not use len(alist) in...
Forum: General Coding Help
Last Post: Pedroski55
3 hours ago
» Replies: 0
» Views: 40
Using PyTorch to implemen...
Forum: News and Discussions
Last Post: Larz60+
6 hours ago
» Replies: 1
» Views: 55

 
  Header area
Posted by: Kebap - Sep-16-2016, 08:09 AM - Forum: Board - Replies (8)

I love all the additional links at the top of each page, for Chat or Interpreter, and so on.

However, they are getting a bit numbersome and take up m..... More

Print this item

  Class Intermediate: Inheritance
Posted by: ichabod801 - Sep-15-2016, 11:16 PM - Forum: Fundamentals - Replies (2)

Be sure you understand the concepts in Class Basics, before reading this tutorial. I will also..... More

Print this item

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

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
  Setting Up Python on New ... 24 minutes ago jogl AdamHensley News and Disc...
  Running powershell comman... 25 minutes ago robertkwild robertkwild General Codin...
  hardware timer raspberry ... 1 hour ago trix AdamHensley General Codin...
  recurring events every sp... 1 hour ago jacksfrustration deanhystad General Codin...
  comtypes: how to provinde... 2 hours ago zalanthas zalanthas General Codin...
  Regex to catch what user ... 2 hours ago robertkwild AdamHensley General Codin...
  How to attach a file to a... 3 hours ago arbiel arbiel Networking
  3-d surface plotting 3 hours ago Tuxedo paul18fr General Codin...
  Why not use len(alist) in... 3 hours ago Pedroski55 Pedroski55 General Codin...
  Using PyTorch to implemen... 6 hours ago emmanuelkattouganda Larz60+ News and Disc...
  email address input 7 hours ago jacksfrustration DeaD_EyE General Codin...
Most views
  The best Prog... 531948
  Web Scraping ... 400587
  Tutorial Requ... 384724
  Newbie with P... 324035
  Thread remain... 305763
Most reputation
buran 582
snippsat 499
Larz60+ 452
Gribouillis 341
deanhystad 315
Most replies
  New Users Int... 433
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 11904
buran 8089
snippsat 7151
deanhystad 6363
metulburr 5150
Top referrers
Googlepro 21
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
zalanthas Today
codersdev Today
murmurgeneral Today
ambitionhire Today
emmanuelkattouganda Today

User Panel Messages

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