Jump to content

Light weight Python IDE

manasrZovLV

 

Hi ,

can i know what are the light weight python IDEs , that i can install on my laptop as it is low end 

 

 

 

 

 

Thanks and Regards, 

Manas 

Edited by manasrZovLV
Link to comment
Share on other sites

Link to post
Share on other sites

Someone recently made a post similar to this, you might want to check it out: 

A low-end laptop will most likely do fine running any lightweight editor, I wouldn't install anything large like visual studio, though

 

Link to comment
Share on other sites

Link to post
Share on other sites

A basic code editor with syntax highlighting like VS or Atom and run it in terminal/cmd

Community Standards || Tech News Posting Guidelines

---======================================================================---

CPU: R5 3600 || GPU: RTX 3070|| Memory: 32GB @ 3200 || Cooler: Scythe Big Shuriken || PSU: 650W EVGA GM || Case: NR200P

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, DPS100 said:

Someone recently made a post similar to this, you might want to check it out: 

 

thank you 

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Slottr said:

A basic code editor with syntax highlighting like VS or Atom and run it in terminal/cmd

i have tried atom , but it wont run properly ,its sluggish and VS code makes my laptop slow 

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, manasrZovLV said:

i have tried atom , but it wont run properly ,its sluggish and VS code makes my laptop slow 

Notepad++ then

Community Standards || Tech News Posting Guidelines

---======================================================================---

CPU: R5 3600 || GPU: RTX 3070|| Memory: 32GB @ 3200 || Cooler: Scythe Big Shuriken || PSU: 650W EVGA GM || Case: NR200P

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, manasrZovLV said:

i have tried atom , but it wont run properly ,its sluggish and VS code makes my laptop slow 

You might want to try IDLE, it is pretty barebones but is very lightweight.

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, DPS100 said:

You might want to try IDLE, it is pretty barebones but is very lightweight.

i am using IDLE from 6mnths but want a more feature packed IDE

Link to comment
Share on other sites

Link to post
Share on other sites

https://www.geany.org/

Very light weight and has all the features you will need. The only con is that it has old style Ui. 

Link to comment
Share on other sites

Link to post
Share on other sites

do i need python for geany or does it have built-in 

Link to comment
Share on other sites

Link to post
Share on other sites

Built-in

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, manasrZovLV said:

do i need python for geany or does it have built-in 

Geany is just a code/text editor, if you want to run python code then you need python.

 

18 minutes ago, manasrZovLV said:

i am using IDLE from 6mnths but want a more feature packed IDE

Based on this comment I assume you've got python already installed.

ಠ_ಠ

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, Kilrah said:

Built-in

 

2 minutes ago, shadow_ray said:

Geany is just a code/text editor, if you want to run python code then you need python.

 

Based on this comment I assume you've got python already installed.

Most editors don't come with python installed, but as shadow_ray explained, if you already used python with another editor (and as long as you didn't uninstall python or change the PATH environment variable) it should work fine.

Link to comment
Share on other sites

Link to post
Share on other sites

I meant python parsing is built-in, i.e. it's not like VS code where you install a python extension to have coloring/parsing etc. Maybe that wasn't the question, of course you need python installed and accessible from the PATH.

F@H
Desktop: i9-13900K, ASUS Z790-E, 64GB DDR5-6000 CL36, RTX3080, 2TB MP600 Pro XT, 2TB SX8200Pro, 2x16TB Ironwolf RAID0, Corsair HX1200, Antec Vortex 360 AIO, Thermaltake Versa H25 TG, Samsung 4K curved 49" TV, 23" secondary, Mountain Everest Max

Mobile SFF rig: i9-9900K, Noctua NH-L9i, Asrock Z390 Phantom ITX-AC, 32GB, GTX1070, 2x1TB SX8200Pro RAID0, 2x5TB 2.5" HDD RAID0, Athena 500W Flex (Noctua fan), Custom 4.7l 3D printed case

 

Asus Zenbook UM325UA, Ryzen 7 5700u, 16GB, 1TB, OLED

 

GPD Win 2

Link to comment
Share on other sites

Link to post
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

×