Thursday, June 21, 2018

Learning Python via a Project Episode 1



Learning Python via a Project
Episode 1 / ?

I am a newbie in python so I decided to learn it!
The best way to learn a new language is getting hands dirty with the code :)
so I decided to pick a dataset and start an imaginary project and document whatever I think and do for my future reference and also share with others!

The codes are written in Jupyter Notebook with extra explanations but not tutoring in mind :)

Disclaimer! 
These codes and concepts may have wrong ideas or not the best methods, they are just a learning process showcase.

Instead of copy and paste the code here I just give Github address so you can view it there. Later after finishing whole project, I will summarize the concepts that I dealt with them here and update these posts.

leave comments or twit any suggestions.
Thanks


Twitter:
https://twitter.com/DataScienceStep
Github:
https://github.com/DataScienceStep/Python/blob/master/CrimeProject.ipynb

No comments:

Post a Comment

Format

Here is all you need to know about string formatting. I have summarized the page  https://pyformat.info/  , in fact I just removed all e...