-
Notifications
You must be signed in to change notification settings - Fork 0
Home
rkondra1 edited this page Mar 23, 2020
·
3 revisions
- Python Program for Nginx log parsing:: We can also implement using functions for each end every requirement, but as a test script, I kept it straightforward and simple to understand using regex.
https://github.com/rkondra1/Python-programming/blob/master/nginx_log_parsing.py
- Python Program for removing blank lines:: This works on removing multiple blank lines and outputs the file.
https://github.com/rkondra1/Python-programming/blob/master/non-blanklines.py
- Python Program for Fibonacci Series in an odd place:: To give the Fibonacci series for no's in odd positions.
https://github.com/rkondra1/Python-programming/blob/master/fibonacci_odd_position.py