Jump to content

SkySurveyBanner.jpg.21855908fce40597655603b6c9af720d.jpg

My first line of code in Python


Tomatobro

Recommended Posts

5 minutes ago, Tomatobro said:

>>> Print ("Hello Tomatobro")

I am still to decide what the best editor to use in Ubuntu, any suggestions?

 

You're not a coder unless it says "Hello World" :D

I use vim when im on linux, but im usually restricted to terminal access. Im sure there must be more modern solutions out there but I just got used to it.

My fav editor for a GUI environment is Sublime

  • Like 2
  • Haha 1
Link to comment
Share on other sites

I use vi/vim for editing on Linux.  I spent eight years after I graduated porting code to all sorts of UNIX-like hardware and vi was the only editor you could be fairly sure would be on the target system, so learning to use it was the path of least resistance.  I'm not sure I'd describe it as "learner-friendly" though.

James

Link to comment
Share on other sites

9 hours ago, Gasman said:

Just had a tinker with VS code, a whacking 29gig download for the lot😲, lucky I’m on a decent fibre conn.

Steve

At least its not on xbox - then it would need a 29gig update every week! 🤣

I've always stayed away from VS/VB stuff - most of my coding was for web so PHP etc - luckily never really needed any big bulky editors/ides - largest platform I used was PHPStorm which was very nice at project management, great IDE once it was setup how I liked to work still prefered sublime/vi though

Link to comment
Share on other sites

12 hours ago, Gasman said:

Just had a tinker with VS code, a whacking 29gig download for the lot😲, lucky I’m on a decent fibre conn.

Steve

What are you downloading? Maybe complete VisualStudio?

VSCode is completely separate product - open source editor. When I start installer download for Windows platform it is only 50Mb.

https://code.visualstudio.com/

 

Link to comment
Share on other sites

On 30/07/2019 at 18:16, Tomatobro said:

I am still to decide what the best editor to use in Ubuntu, any suggestions?

"Best" would be highly subjective. But I can add a suggestion.

Most of my dev work is done in a lightweight vi clone called vile (having used it for nearly 30 years).
However I found in recent years that Python work is more easily done in IdleX, which is an extension of the Idle editor (which comes with stock Python). It has builtin shell, editor, both with completion, documentation viewer linked to them, and ability to execute fragments of files being edited. Its editor lacks the much-loved vi feel (for me), and is instead a rather neutral notepad-like more suited to anyone.

Edited by rotatux
typo
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. By using this site, you agree to our Terms of Use.