Skip to content

Latest commit

 

History

History
64 lines (33 loc) · 2.03 KB

README.md

File metadata and controls

64 lines (33 loc) · 2.03 KB

Python playground

So I decided to finally seat down and learn python the right way

This is my playground to all my python code

Guess game

The guess game it's a simple control flow example. You try to guess a number between 0 and 10.

Palindrome

The palindrome test takes a string and checks if it's equals to the reverse of itself, ignoring cases and special characters.

Grocery shopping

The grocery shopping it's a example on how to read and write python objects on files using pickle.

File operations

The file operations encrypts a text using the caesar cipher(for now) and stores in a file.

Object serializer

The object serializer takes an object as a argument and serializes into json.

Socket

socket has a client and a server. The client sends to the server a "Hello, World", which in return sends back to the client the same message.

Count group

The count group counts how many times the letters repeats consecutively.

Learning source

Some of my already existing python projects

Some of my Django projects