Skip to content

gpioli/Python-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Practice

This is a basic python course, with a final integrator project which is the rock, paper, scissors game.

Sources from learning:

For practice we can use: replit.com

Notes

Some of the topis seen in this course are shown next:

- Variables declaration

- Data types

  • Strings
  • Integers
  • Float
  • Boolean

- Explicit / Implicit data type transformation

- Arithmetic operations

- Comparators

- Logic operators

- Iteration / loops: for, while

- Conditional if

- f strings

- indexing

- CRUD operations

Data Structures

  • [ ] = Lists
  • ( ) = Tuples
  • { } = Dictionaries / sets:
Mutable Ordered Indexing / slicing Duplicated elements
List YES YES YES YES
Tuple NO YES YES YES
SET YES NO NO NO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages