Click here to Skip to main content
15,891,864 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralHow to Organize Your Programming Notes Pin
TeamBills20-Aug-15 15:52
TeamBills20-Aug-15 15:52 
GeneralRe: How to Organize Your Programming Notes Pin
David O'Neil20-Aug-15 16:18
professionalDavid O'Neil20-Aug-15 16:18 
GeneralRe: How to Organize Your Programming Notes Pin
TeamBills20-Aug-15 17:07
TeamBills20-Aug-15 17:07 
GeneralRe: How to Organize Your Programming Notes Pin
David O'Neil20-Aug-15 18:11
professionalDavid O'Neil20-Aug-15 18:11 
GeneralRe: How to Organize Your Programming Notes Pin
PIEBALDconsult20-Aug-15 18:55
mvePIEBALDconsult20-Aug-15 18:55 
GeneralRe: How to Organize Your Programming Notes Pin
Mycroft Holmes20-Aug-15 19:41
professionalMycroft Holmes20-Aug-15 19:41 
GeneralRe: How to Organize Your Programming Notes Pin
PIEBALDconsult20-Aug-15 18:49
mvePIEBALDconsult20-Aug-15 18:49 
GeneralRe: How to Organize Your Programming Notes Pin
Brisingr Aerowing20-Aug-15 17:06
professionalBrisingr Aerowing20-Aug-15 17:06 
Maybe KeepNote[^] would work.

There is also a portable version at PortableApps.com[^].

Python itself is rather portable, as are the majority of modules for it.

A guide for a portable MoinMoin Wiki[^] can be found here[^]. It's a bit old, but the steps are mostly the same.

Simply set the PYTHONUSERBASE[^] variable to point to your drive using a batch file, e.g:

CMD
@echo off
set PYTHONUSERBASE=%~d0\AppData\Python

start cmd


I have a much more complex file that sets up Python (2.7 and 3.4), Ruby, Perl, Apache HTTP Server, Node.JS, PHP, MariaDB, Atom, ConEmu and a 'few'* other programs. It also configures Pip (A Python package manager) to use the drive as well.

I can pull out the parts relevant to Python for you if you want.

* I actually have quite a few programs on the drive, a lot more than listed here. Most of them are 64-bit, and some that don't have 64-bit Windows versions I am building myself for 64-bit (e.g. Mono/GTK#). I also plan on hacking MonoDevelop to enable portable usage.
What do you get when you cross a joke with a rhetorical question?

The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism.

Do questions with multiple question marks annoy you???

GeneralRe: How to Organize Your Programming Notes Pin
TeamBills20-Aug-15 17:44
TeamBills20-Aug-15 17:44 
GeneralRe: How to Organize Your Programming Notes Pin
Richard MacCutchan20-Aug-15 21:46
mveRichard MacCutchan20-Aug-15 21:46 
GeneralRe: How to Organize Your Programming Notes Pin
Amarnath S20-Aug-15 18:31
professionalAmarnath S20-Aug-15 18:31 
GeneralRe: How to Organize Your Programming Notes Pin
_Maxxx_20-Aug-15 19:45
professional_Maxxx_20-Aug-15 19:45 
GeneralRe: How to Organize Your Programming Notes Pin
TeamBills31-Aug-15 5:38
TeamBills31-Aug-15 5:38 
GeneralRe: How to Organize Your Programming Notes Pin
den2k8820-Aug-15 21:13
professionalden2k8820-Aug-15 21:13 
GeneralRe: How to Organize Your Programming Notes Pin
Eddy Vluggen20-Aug-15 21:47
professionalEddy Vluggen20-Aug-15 21:47 
GeneralRe: How to Organize Your Programming Notes Pin
Wastedtalent20-Aug-15 22:21
professionalWastedtalent20-Aug-15 22:21 
GeneralRe: How to Organize Your Programming Notes Pin
Slacker00720-Aug-15 22:32
professionalSlacker00720-Aug-15 22:32 
GeneralRe: How to Organize Your Programming Notes Pin
Slacker00720-Aug-15 22:31
professionalSlacker00720-Aug-15 22:31 
GeneralRe: How to Organize Your Programming Notes Pin
_Maxxx_21-Aug-15 0:52
professional_Maxxx_21-Aug-15 0:52 
GeneralRe: How to Organize Your Programming Notes Pin
Slacker00721-Aug-15 1:14
professionalSlacker00721-Aug-15 1:14 
GeneralRe: How to Organize Your Programming Notes Pin
_Maxxx_21-Aug-15 1:32
professional_Maxxx_21-Aug-15 1:32 
GeneralRe: How to Organize Your Programming Notes Pin
Slacker00721-Aug-15 1:38
professionalSlacker00721-Aug-15 1:38 
GeneralRe: How to Organize Your Programming Notes Pin
_Maxxx_21-Aug-15 2:17
professional_Maxxx_21-Aug-15 2:17 
GeneralRe: How to Organize Your Programming Notes Pin
dandy7221-Aug-15 1:33
dandy7221-Aug-15 1:33 
GeneralRe: How to Organize Your Programming Notes Pin
_Maxxx_21-Aug-15 1:34
professional_Maxxx_21-Aug-15 1:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.