Skip to content

Will be following my journey through learning Python and will be a place where i keep my school notes for future reference!

License

Notifications You must be signed in to change notification settings

Furkanc1/ProgrammingUsingPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming in Python

NOTES:

Running Python

  • File Names MUST End in .py
FILE_NAME_HERE.py
  • Download Python Extension ( will automatically prompt you to do so when you open a .py file in vscode)
  • Download any other python extension that may make it easier

Running FILE in python

  • Right click file
  • Scroll to option "Run Python" // OR // Run any downloaded extension for python
  • Run in TERMINAL for first choice

IMPORTANT

TO RE RUN A FILE:

  • simple go to terminal, click type bar
  • hit up arrow for previous command
  • ENTER to run in terminal again
  • Can do Enter + Shift to run specified line (buggy)

Important Functions and WHAT THEY DO:

(to do see notes)

Creds

Furkan Coskun (note-Taker) Class: Intro to Programming...(233-01)

About

Will be following my journey through learning Python and will be a place where i keep my school notes for future reference!

Topics

Resources

License

Stars

Watchers

Forks

Languages