30 DAYS OF PYTHON This repository is dedicated to the first stage of Arewa Data Science Fellowship which include 30 Days of studying and practising coding using python. This stage of the fellowship started on 23rd January and 5 days in a week,I would study a topic, practise the exercises and push it to this repository on a daily basis. The topics that I have so far treated are arranged in order, from basic to advanced, as follows:
- INTRODUCTION
- VARIABLES, BUILTIN FUNCTIONS
- OPERATORS
- STRINGS
- LISTS
- TUPLES
- SETS
- DICTIONARIES
- CONDITIONALS
- LOOPS
- FUNCTIONS
- MODULES
- LIST COMPREHENSION
- HIGHER ORDER FUNCTIONS
- PYTHON TYPE ERRORS
- PYTHON datetime
- EXCEPTION HANDLING
- REGULAR EXPRESSIONS
- FILE HANDLING
- PYTHON PACKAGE MANAGER