Skip to content

Commit

Permalink
adding structure for python objectives
Browse files Browse the repository at this point in the history
  • Loading branch information
unjust committed Jan 30, 2024
1 parent fa2b77c commit 8d8f158
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
46 changes: 46 additions & 0 deletions learning-objectives/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,52 @@ java:
- persistance
- querying

python:
- data-types:
- primitive
- primitive-vs-non-primitive
- strings
- lists
- tuples
- dictionaries
- sets
- variables
- conditionals
- loops
- functions
- testing:
- unittest
- pytest
- classes:
- attributes
- methods
- inheritance
- polymorphism
- encapsulation
- modules:
- import
- pip
- virtualenv
- web-apis:
- flask:
- setup
- request-response
- routes
- templates
- sessions
- cookies
- testing
- blueprints
- django:
- setup
- models
- views
- templates
- forms
- sessions
- cookies
- testing

object-oriented-programming:
- classes
- objects
Expand Down
12 changes: 12 additions & 0 deletions learning-objectives/intl/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,18 @@ object-oriented-programming/inheritance:
object-oriented-programming/unified-model-language:
title: Lenguaje de Modelado Unificado (UML, class diagrams)

python:
title: Python

python/data-types:
title: Tipos de datos

python/data-types/tuples:
title: Tuples
links:
- title: Tuples - Python Docs (en inglés)
url: https://docs.python.org/3/tutorial/datastructures.html#tuples-and-sequences

webops:
title: WebOps

Expand Down
12 changes: 12 additions & 0 deletions learning-objectives/intl/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,18 @@ object-oriented-programming/inheritance:
object-oriented-programming/unified-model-language:
title: Linguagem de Modelagem Unificada (UML, diagramas de classe)

python:
title: Python

python/data-types:
title: Tipos de dados

python/data-types/tuples:
title: Tuples
links:
- title: Tuples - Python Docs (en inglés)
url: https://docs.python.org/3/tutorial/datastructures.html#tuples-and-sequences

webops:
title: WebOps

Expand Down

0 comments on commit 8d8f158

Please sign in to comment.