Skip to content

thenickz/Python-Cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

cookbookv1

Python-Cookbook

Basic python tutorials for those who are already able to code in other programming languages and wants to learn python

What is a Cookbook

[...] A cookbook in the programming context is collection of tiny programs that each demonstrate a particular programming concept. The Cookbook Method is the process of learning a programming language by building up a repository of small programs that implement specific programming concepts. [...] see more

Is this project still going?

NO! It's in alpha, several things hve to change. The author is just testing this method of tutorial, by now the only avaible language is portuguese.

Have you found a mistake or a better explanation for a topic/concept/code or even wants to add more content?

Create a pull request and wait, i've almost never used this feature before. So be patience.

The Cookbook

(portuguese only)

Python Basics

Tipos de Dados

  1. Tipos Numéricos: int, float, complex
  2. Sequence Types: list, tuple, range
  3. Text Type: str
  4. Boolean Type: bool
  5. None Type: None
  6. Mapping Type: dict
  7. Set Types: set
  8. Binary Types: bytes, bytearray, memoryview

About

basic python tutorials for those who are already able to code in other programming languages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published