0%

In recent days, the financial markets across countries are tumbling. I got complaints from people saying that they lost money on some trades that look promising in the beginning. Also, some friends claimed that they made a small fortune with their unique insight in the turbulent days. Annoyingly enough, that people who made money from these trades tended to brag about how unique vision they possessed, and you can’t ignore the return they have achieved and crave the know-how how they pulled it off.

If you had enough of these, reading this research paper would make you feel better mentally, (sorry but won’t help you make more money right away) because these guys are just lucky enough to be born in the right era.

Read more »

This is my first article after 2 months of digging, reading, researching, and backtesting. Here I would like to share the result with people who are interested in it and welcome any thoughts from anyone.

Introduction


Before diving into this article, you can start with reading the following thoughts and see whether these are the situations that you’re facing:

Read more »

In this article, I’m putting the thoughts to create a JavaScript bookmarklet to share content from other sites into your website, and you will implement AJAX features into your project using jQuery and Django, which is originally captured from the eBook about Django that I’m reading…

Read more »

timehut is a django website that display my kiddos’ images and videos and text. This is a blog that notes why I’m building this and what other things that I’m still looking into in order to add more features to this website.

Read more »

header_banner_img:

scrapy startproject tutorial

  • scrapy.cfg: 项目的配置文件
  • project/: 该项目的python模块。之后您将在此加入代码。
  • project/items.py: 项目中的item文件.
  • project/pipelines.py: 项目中的pipelines文件.
  • tutorial/settings.py: 项目的设置文件.
  • project/spiders/: 放置spider代码的目录.

Recently, I’m digging into python Django framework to practice python and to learn a skill when I quit my job as a project manager _(or get fired)_. So here are some notes that I’ve put together that helps me understand what and which I should do. It’s also a flow that I follow every time learning a new framework in any programming language.

settings.py and any other configurations

Get familiar with the settings and configs would save you a lot of efforts.

Read more »

This is just a reference for what I would used frequently when learning jQuery and things…

Read more »