background preloader

Python

Facebook Twitter

Exercism.io. Learning Python Design Patterns Through Video Lectures. In my previous post about learning Python programming through video lectures I stopped at three lectures on Design Patterns.

Learning Python Design Patterns Through Video Lectures

This time I continue from there. If you don't know what a Design Pattern is, think of it as a simple solution to a specific problem that occurs very frequently in software design. For example, suppose you use a bunch of unrelated pieces of code. Deployment. Deployment involves packaging up your web application and putting it in a production environment that can run the app.

Deployment

Why is deployment necessary? Your web application must live somewhere other than your own desktop or laptop. A production environment is the canonical version of your current application and its associated data. Deployment topics map Python web application deployments are comprised of many pieces that need to be individually configured. A Fast and Powerful Scraping and Web Crawling Framework.

Test & Evaluation

Python. NodeJS App. Learn Python The Hard Way, 2nd Edition — Learn Python The Hard Way, 2nd Edition. Charming Python: Easy Web data collection with mechanize and Beautiful Soup. Refine, reuse and request data. Python. Hidden features of Python.