Skip to content

joaomarcuslf/python-advanced-studies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-advanced-studies

How to use this repo

This isn't suppose to be a complete repository with every implementation of each design patterns, or a documentation for Python, the purpose is to give some fast tips and easy access to help my daily tasks.

Use this repository for consultation first, but don't expect the answer for everything. If you believe something should be added, just open an PR.

Most asked questions I made

I want to write Class methods

Answer

I want to write Static methods

Answer

I want to write multiple arguments

Answer

I want to control my arguments by name

Answer

I want to control to have default params

Answer

I like FP, how do I write lambda functions

Answer

Cool, but destructuring and multiple values returned

Answer

Cool, cool, cool, and how about decorating my methods

Answer

Design Patterns, and it's uses

Behavioral

Command

Observer

State

Strategy

Template

Creational

Abstract-factory

Blorg

Factory-method

Singleton

Structural

Adapter

Composite

Facade

Proxy

To find more

Used books

About

Repo dedicated to study some python algorithms and topics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages