An open API service indexing awesome lists of open source software.

https://github.com/ps0305/python-3-bootcamp

Python BootCamp
https://github.com/ps0305/python-3-bootcamp

gui ipynb-notebook language oop-principles python python-3 python-bootcamp

Last synced: 5 months ago
JSON representation

Python BootCamp

Awesome Lists containing this project

README

          

#### Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. [link to Python Tutorial!](https://docs.python.org/3/tutorial/index.html)

#### topics:

* Command Line Basics
* Installing Python
* Running Python Code
* Strings
* Lists
* Dictionaries
* Tuples
* Sets
* Number Data Types
* Print Formatting
* Functions
* Scope
* args/kwargs
* Built-in Functions
* Debugging and Error Handling
* Modules
* External Modules
* Object Oriented Programming
* Inheritance
* Polymorphism
* File I/O
* Advanced Methods
* Unit Tests