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
- Host: GitHub
- URL: https://github.com/ps0305/python-3-bootcamp
- Owner: ps0305
- Created: 2018-06-12T16:15:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T06:26:14.000Z (about 6 years ago)
- Last Synced: 2025-06-06T14:06:02.933Z (7 months ago)
- Topics: gui, ipynb-notebook, language, oop-principles, python, python-3, python-bootcamp
- Language: Jupyter Notebook
- Homepage: https://www.udemy.com/complete-python-bootcamp/
- Size: 496 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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