Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
[Question] Dumbest thing/mistake you've done whilst coding
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="griimnak" data-source="post: 365535" data-attributes="member: 35695"><p>You can compile your python application with py2exe or exefreeze, it includes all your modules in a zip. I did this with NeptuneX.</p><p></p><p>Dumbest thing I've done while coding is storing user sessions in cookies. (they could easily change the cookie data with inspect element and fuck up shit)</p></blockquote><p></p>
[QUOTE="griimnak, post: 365535, member: 35695"] You can compile your python application with py2exe or exefreeze, it includes all your modules in a zip. I did this with NeptuneX. Dumbest thing I've done while coding is storing user sessions in cookies. (they could easily change the cookie data with inspect element and fuck up shit) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
[Question] Dumbest thing/mistake you've done whilst coding
Top