• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Modern Python Standard Library Cookbook: What IDE does your book recommend ?

 
Ranch Hand
Posts: 150
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Sir,


Does your book give any insights on recommending a productive IDE ?


Thanks.
 
Marshal
Posts: 8965
646
Mac OS X Spring VI Editor BSD Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Let us see what advice for you got author, but personally I could recommend you a PyCharm by JetBrains. Alternatively you could use IntelliJ IDEA with Python plugin, but there would be some differences which you could research for what they are.
 
ludoviko azuaje
Ranch Hand
Posts: 150
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Liutauras Vilda wrote:Let us see what advice for you got author, but personally I could recommend you a PyCharm by JetBrains. Alternatively you could use IntelliJ IDEA with Python plugin, but there would be some differences which you could research for what they are.



Since PyCharm has a community version and it is backed by JetBrains it is worth considering a goog choice.

 
Marshal
Posts: 79969
396
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JetBrains have a good reputation, gained fro the success of IntelliJ.
 
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
PyCharm is good IDE for Python, but If you're looking for *lightweight* option then VS Code with Python extension is good editor. You could easily get started here.
 
Bartender
Posts: 5567
213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The question was: what IDE does the book recommend?
 
Greenhorn
Posts: 12
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The book itself doesn't explicitly recommend or suggest any IDE.
All book recipes were developed on Visual Studio Code and personally I daily alternate between PyCharm, Vim and Visual Studio Code depending on what I have to do.
 
mooooooo ..... tiny ad ....
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic