Skip to content

abi-oluwade/engineering-48-python-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python basics Engineering 48

This repo is the basics of python and documentation regarding this

Git Basics

Things we did

  • used 'git init' to intialize the git file
  • created and used .gitignore to specify which files we do not want to be tracked
  • 'git add .'' to track the folder and files
  • 'git commit -m 'message''
  • 'git status' to check what is being tracked and the status of what is being tracked

Python

Things in python

  • We learnt how to run a file.
  • In tab the red name means the file is not being tracked in git, while the blue tab name means it is tracked in git.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages