Python Forum
limits here - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: limits here (/thread-207.html)

Pages: 1 2


limits here - Skaperen - Sep-30-2016

what are the limits here?  a maximum number of lines to insert inline?  a maximum width?


RE: limits here - nilamo - Sep-30-2016

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



RE: limits here - Skaperen - Oct-01-2016

i mean policy limits.  can i post a 1024 line python script?


RE: limits here - ichabod801 - Oct-01-2016

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.


RE: limits here - metulburr - Oct-02-2016

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.


RE: limits here - Skaperen - Oct-02-2016

ok, then i guess hyperlinks to my website are fine.


RE: limits here - nilamo - Oct-03-2016

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.


RE: limits here - ichabod801 - Oct-04-2016

Uh, why are the posts in this thread messed up?


RE: limits here - Skaperen - Oct-04-2016

(Oct-04-2016, 12:47 AM)ichabod801 Wrote: Uh, why are the posts in this thread messed up?

messed up in what way?


RE: limits here - nilamo - Oct-04-2016

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.