/python_learning_curve

Learning python from zero

Primary LanguagePython

Python learning curve

Description

Hi there!

This repo is a collection of all projects I'm doing while I'm learning new language Python. Each project has own folder.

List of projects

Draw flower This project draws a nice flower by using Python Turtle module: alt text

Check text for profanity words This project checks any text for profanity words

Make Movies List Web Page In this project I made web page using Python and working with classes.

Count occurrence of words and sort them This program counts occurrence of each word in provided text. The function takes two parameters: text and number of top words to display.

Play with booleans: not, and, or

Regular Expressions in Python In this folder you can find Python scripts from exercises on Treehouse using regular expressions in Python

Codecademy folder In this folder you can find Python scripts from exercises on Codecademy.com

Python the hard way In this folder you can find some Python scripts from exercises on "Python the Hard Way"

Hacker Rank In this folder you can find Python scripts exercises from Hacker Rank website