Skip to content
rkondra1 edited this page Mar 23, 2020 · 3 revisions

Welcome to the Python-programming wiki!

  1. 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

  1. 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

  1. 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

Clone this wiki locally