Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 951 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 951 Bytes

Tesla Giga Texas OOP

Object oriented programming (OOP) using Python to create Tesla Giga Texas. It features the company itself, employees, electric cars, among other classes.

If you're unfamiliar with Tesla's Gigafactory Texas: https://www.theverge.com/2022/4/8/23008731/tesla-texas-gigafactory-open-cybertruck-elon-musk

Setup

To setup your computer, follow these steps:

  1. Install Spyder: https://docs.spyder-ide.org/current/installation.html
  2. Clone this repo using the command:
git clone "https://github.com/lwoluke/Text-Clustering.git"

Recommended Sources to Learn Python OOP

Video for beginners: https://www.youtube.com/watch?v=JeznW_7DlB0

Free course: https://www.udemy.com/course/object-oriented-python-programming/

If you've only done Java OOP before: https://realpython.com/oop-in-python-vs-java/

Blog post I made on the creation of this project: https://medium.com/@luke_o/tesla-giga-texas-python-oop-25c61599c103