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,918
» Latest member: Jillscitt
» Forum threads: 38,717
» Forum posts: 175,481

Full Statistics

Online Users
There are currently 56 online users.
» 0 Member(s) | 46 Guest(s)
AOL, Bing, Google, Twitter, Mojeek, Apple

Latest Threads
Select Python comment (#)
Forum: General Coding Help
Last Post: deanhystad
3 hours ago
» Replies: 3
» Views: 220
New to the field
Forum: News and Discussions
Last Post: Polybunny
4 hours ago
» Replies: 0
» Views: 46
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Yesterday, 03:23 PM
» Replies: 4
» Views: 2,221
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 11:09 AM
» Replies: 2
» Views: 781
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Yesterday, 08:36 AM
» Replies: 1
» Views: 2,084
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-11-2025, 08:39 PM
» Replies: 6
» Views: 1,409
I'm trying to make a piec...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-11-2025, 05:54 PM
» Replies: 4
» Views: 1,045
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Sep-11-2025, 05:34 PM
» Replies: 5
» Views: 1,173
pip fails to install PyGO...
Forum: General Coding Help
Last Post: Larz60+
Sep-11-2025, 10:50 AM
» Replies: 2
» Views: 1,739
how to manage crypto trad...
Forum: General Coding Help
Last Post: Mercyto
Sep-11-2025, 06:01 AM
» Replies: 2
» Views: 2,904

 
  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
  Select Python comment (#) 3 hours ago SpongeB0B deanhystad General Codin...
  New to the field 4 hours ago Polybunny Polybunny News and Disc...
  Seeking feedback: dynamic... Yesterday, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... Yesterday, 11:09 odiez DeaD_EyE General Codin...
  Web Scrapper to find prov... Yesterday, 08:36 physalis2099 Olivia General Codin...
  403 Error 09-11, 20:39 CaptainNewb snippsat Web Scraping ...
  I'm trying to make a piec... 09-11, 17:54 Alislugacool DeaD_EyE General Codin...
  New to Python and Pygame 09-11, 17:34 JMcM JMcM Game Developm...
  pip fails to install PyGO... 09-11, 10:50 voidtrance Larz60+ General Codin...
  how to manage crypto trad... 09-11, 06:01 Mikeardy Mercyto General Codin...
  How to space data on x ax... 09-11, 05:35 m_kdch Pedroski55 General Codin...
Most views
  The best Prog... 575358
  Tutorial Requ... 496047
  Web Scraping ... 439486
  Newbie with P... 383057
  New Users Int... 363536
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12086
buran 8174
snippsat 7365
deanhystad 6890
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Jillscitt Yesterday
Stowersw Yesterday
Intel Yesterday
Gichardaxora Yesterday
Olivia Yesterday

User Panel Messages

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