Python Object Oriented Dungeon and Dragons game implementatin (text version)
-
Updated
Dec 20, 2019 - Python
Python Object Oriented Dungeon and Dragons game implementatin (text version)
A Password Manager written in Python. This project uses File I/O in order to save all the user data in the ROM, making it accessible all the time.
Faux banking python project. Shows understanding of python fundamentals (variables, lists, functions, control statements, objects [dictionaries, classes]). Plays with ternary opertors and list comprehension. Shows understanding of OOP. CLASS objectives: define, instantiate, call methods[instance, static, cls], define/use global attributes, and m…
Here in this section you’ll find Python code that teach you advanced concepts so you can be on your way to become a master of the Python programming language. After the intermediate-level you can start digging into these codes that will teach you advanced Python concepts and patterns.
This repository contains basic examples illustrating concepts of Object Oriented programming with Python. You get to know how to write a class in python, initialize instances, class variables, inheritance in Python, writing getters and setters and the use of @classmethod, @staticmethod, @Property and dunder-methods like __repr__, __str__, __len_…
More in-depth practice of Fixtures and Parametrization for pytest, along with pytest CLI tools. Exercises also include parallel testing, stopping test suites after specified number of test failures and more.
Developed a Python-based Customer Banking System that calculates and tracks interest earned on savings and CD accounts. Users can input account details, view interest earned, and see updated balances after a specified period, leveraging functions, classes, and methods learned in week 3.
Add a description, image, and links to the class-method topic page so that developers can more easily learn about it.
To associate your repository with the class-method topic, visit your repo's landing page and select "manage topics."