Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
limits here
#1
what are the limits here?  a maximum number of lines to insert inline?  a maximum width?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
#2
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
#3
i mean policy limits.  can i post a 1024 line python script?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
#4
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.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
#5
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.
Recommended Tutorials:
#6
ok, then i guess hyperlinks to my website are fine.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
#7
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.
#8
Uh, why are the posts in this thread messed up?
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
#9
(Oct-04-2016, 12:47 AM)ichabod801 Wrote: Uh, why are the posts in this thread messed up?

messed up in what way?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
#10
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.


Forum Jump:

User Panel Messages

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