Skip to content

Robertelfarfo/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Python

In the next folders I show some little projects in Python.


Practice with the heritage in Python

In this projects I show little examples on how to use python classes. The first code I create some figures classes and in the second I created a user interface for show simple calculations.

Practicing the heritage in Python

In the lines of figures.py I create a class call "Figure". The daugther classes I called them "square", "circle" and "right-triangle". It is a very simple code but I understood how the heritage works in Python

https://github.com/Robertelfarfo/Python/tree/main/Class_figures

Some projects for show automated testing

Is important to test the code that is developed. Python has some modules for this task as nose.

https://github.com/Robertelfarfo/Python/tree/main/Testing

Projects with Django

Django is a backend framework and one I like and I prefer to use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published