MIpython.com Site Intro

Hey everybody I just started learning Python and have been writing helper scripts to eventually automate my day to day activities. The Holy Grail for me in my business is forum and blog automation. The goal is to automate the tedious process of posting original content onto dozens of niche sites.

In the spirit of this goal I have decided to write out my methodology and how I got to this point. I guess you could say that my learning style is object oriented and I tend to like to compartmentalize things in blocks. Maybe you can see that in the comment structure of my code? I also like to understand basic concepts before diving into more complicated methodology. Keep it simple stupid.

Going along those lines. I organized my style with what I would consider the simplest solutions to a given task first. Then build up more complicated blocks there after. So Tutorials are ordered not necessarily according to timeline, but complexity for the particular task.

I would reiterate that I’m not a Python expert or even close. I’m just some guy writing content for a niche site to gain SEO juice. I picked up basic Python and really enjoy it’s simple structure yet powerful scale ability. So, If I misuse terminology or my code seems sloppy. You’re probably right. I don’t completely understand all the terminology. I don’t understand the best coding practices and this is definitely NOT up to PEP-8 or wtf. That’s not what this place is about.

What this place is about. I am sharing my methods through Python to automate repetitive tasks in the simplest way I know how within the given framework. A lot of these are valuable tools to help automate online work flow in many industries. I’m learning along with you guys. So, lets get started.

Related posts