Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3 crash course
#6
(Aug-25-2019, 07:18 PM)snippsat Wrote: Are you using Windows? The basic here Python 3.6/3.7 and pip installation under Windows. If using PyCharm you most configure it to use Python 3, Configure a Python interpreter.
james_newbie Wrote:maybe i will try sublime text free version
A better option is VS Code from start It's must that python and pip is configure right(on all OS Windows,Linux or Mac) from command line.
 E:\div_code λ python -V Python 3.7.3 # look at code E:\div_code λ cat lovelace.py first_name = "ada" last_name = "lovelace" full_name = f"{first_name} {last_name}" print(f"Hello, {full_name.title()}!") # Run code E:\div_code λ python lovelace.py Hello, Ada Lovelace!
I am using cmder here as cmd/powershell is a nightmare Evil



im using mac i try to setup sublime text. what is the other i dont know what pip is. i am complete newbie.
it says 3.7 in interpretur but can+t take f format. but f format should be ok in above 3.6 and i should hae 3.7

the book i use uses sublime text.

(Aug-25-2019, 07:37 PM)james_newbie Wrote:
(Aug-25-2019, 07:18 PM)snippsat Wrote: Are you using Windows? The basic here Python 3.6/3.7 and pip installation under Windows. If using PyCharm you most configure it to use Python 3, Configure a Python interpreter.
james_newbie Wrote:maybe i will try sublime text free version
A better option is VS Code from start It's must that python and pip is configure right(on all OS Windows,Linux or Mac) from command line.
 E:\div_code λ python -V Python 3.7.3 # look at code E:\div_code λ cat lovelace.py first_name = "ada" last_name = "lovelace" full_name = f"{first_name} {last_name}" print(f"Hello, {full_name.title()}!") # Run code E:\div_code λ python lovelace.py Hello, Ada Lovelace!
I am using cmder here as cmd/powershell is a nightmare Evil
im using mac i try to setup sublime text. what is the other i dont know what pip is. i am complete newbie. it says 3.7 in interpretur but can+t take f format. but f format should be ok in above 3.6 and i should hae 3.7 the book i use uses sublime text.


i made it work. set up python 3.7 in terminal and then get the right build in sublime text.
i dont know how to make box brackets on a mac. can i use curly or normal for code.

i have to relearn my html for the quistions.
Reply


Messages In This Thread
Python 3 crash course - by james_newbie - Aug-25-2019, 05:45 PM
RE: Python 3 crash course - by Yoriz - Aug-25-2019, 06:11 PM
RE: Python 3 crash course - by james_newbie - Aug-25-2019, 06:37 PM
RE: Python 3 crash course - by Yoriz - Aug-25-2019, 07:09 PM
RE: Python 3 crash course - by snippsat - Aug-25-2019, 07:18 PM
RE: Python 3 crash course - by james_newbie - Aug-25-2019, 07:37 PM
RE: Python 3 crash course - by snippsat - Aug-25-2019, 08:23 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Catching a crash within a library code ebolisa 9 3,254 Nov-22-2021, 11:02 AM
Last Post: bowlofred
  Python Crash Course ( 2nd edition) alok 1 1,918 Jul-19-2021, 05:55 PM
Last Post: snippsat
  Embedding python cause crash when use boost::asio multi threading udvatt108 0 1,738 Oct-04-2020, 03:15 PM
Last Post: udvatt108
  Im using python crash course version 2 james_newbie 3 2,440 Sep-07-2019, 09:21 PM
Last Post: ichabod801
  Pyinstaller exe won't launch after crash kainev 0 2,640 May-11-2019, 06:06 PM
Last Post: kainev
  python kernell crash with a ctypes program Jstechg 1 3,529 Nov-24-2018, 02:37 PM
Last Post: Jstechg
  Py_Initialize Crash with Python 3.6 paulhbm 0 4,411 Sep-20-2018, 09:56 AM
Last Post: paulhbm
  IDLE crash using special characters? reikonaga 6 4,803 Aug-06-2018, 07:37 AM
Last Post: keegan_010
  How to Crash a Computer keegan_010 6 4,299 Aug-05-2018, 06:01 AM
Last Post: Skaperen
  Console crash after boot. friendlymegalomaniac 1 2,612 Apr-07-2018, 05:44 PM
Last Post: wavic

Forum Jump:

User Panel Messages

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