Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Starting over with Python
#1
Hi all! I'm giving Python another stab after about 18 months. I'm not a programmer so I really can feel the rust being chiseled off as I start to learn the basics again. I wanted to ask a couple very introductory questions: 1. Is Jupyter Notebook still being used? This was my IDE of choice last time; 2. Do I need to update to current Python version on my computer? I'm on 3.9.6 right now.

Thanks!
Reply
#2
Quote:Is Jupyter Notebook still being used?
Absolutly. Be aware that there is now a great 'studio' called Jupyter Lab. Notebook can be run directly from Jupyter Lab.

Quote:Do I need to update to current Python version on my computer?
The latest version of Python is 3.11.5.
I would recommend updating to 3.11.5, or at least 3.11.4

There are so many new additions, you would struggle with 3.9.6. Everything still works, packages created with newer versions may have difficulties.

You can review the release notes from the various releases here

I would also highly recommend using virtual environments.

I have used pyenv for several years, and love it. See Snippsat's page on this here

Also take a look at his python installation tutorials on the tutorials forum
Mark17 likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Big Grin New to python, starting from scratch Pythnoobvent1971 1 2,020 Apr-16-2021, 01:33 PM
Last Post: Yoriz
  starting python from windows command prompt MaartenRo 4 2,857 Sep-04-2020, 12:25 PM
Last Post: MaartenRo
  Issue starting Python on VSC (Nooby) Buggy 1 2,066 Mar-14-2019, 09:44 PM
Last Post: snippsat
  python 'SMTP debugging server' not starting local error pcsailor 1 3,461 Nov-26-2018, 10:13 PM
Last Post: micseydel
  Starting to learn python on a Mac asifhoss 8 8,187 Jan-03-2018, 08:29 PM
Last Post: karaokelove

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020