Python Forum

Full Version: limits here
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
what are the limits here?  a maximum number of lines to insert inline?  a maximum width?
Let's test the width... this should all be on one line, with spaces only between "9" and "1".

123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789
i mean policy limits.  can i post a 1024 line python script?
We never had any hard and fast limits before, but if you are going to post something large, I would post it as a link to a repo or a zip file. People around here seem to prefer git repositories.
Quote: can i post a 1024 line python script?
Yes but no one is going to download and read it. We all like to skim a github repo. I guess you can use Bitbucket too  :dodgy: In that way we can 1) choose to download it (not forced), 2) make a commit to fix something 3) link to a problematic line, 4) not have tons of code tags on a post of different files (we wont copy and paste them and try to figure out the directory structure anyways) 5) and more.
ok, then i guess hyperlinks to my website are fine.
If you're going to link somewhere else, I'd rather see a big name like github/bitbucket than your personal site. That way, in case your site happens to be dead in 5 years, people searching the forums can still find the code.
Uh, why are the posts in this thread messed up?
(Oct-04-2016, 12:47 AM)ichabod801 Wrote: [ -> ]Uh, why are the posts in this thread messed up?

messed up in what way?
Woah, something must have changed with how code is displayed... that code block I posted above used to be displayed over roughly 7 lines, and is now actually all one, as it should have originally been.
Pages: 1 2