All Projects → JustinSDK → Pycontw2013tutorial

JustinSDK / Pycontw2013tutorial

Licence: other
Python Conference Taiwan 2013 Tutorial

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pycontw2013tutorial

R Notes
Notes for using R language to do data mining and machine learning (Chinese)
Stars: ✭ 25 (-66.67%)
Mutual labels:  taiwan, tutorial
Deep learning for biologists with keras
tutorials made for biologists to learn deep learning
Stars: ✭ 74 (-1.33%)
Mutual labels:  tutorial
Electron
This is the repository for my course, Electron: Building Cross Platform Desktop Apps on LinkedIn Learning and Lynda.com.
Stars: ✭ 69 (-8%)
Mutual labels:  tutorial
Allstate capstone
Allstate Kaggle Competition ML Capstone Project
Stars: ✭ 72 (-4%)
Mutual labels:  tutorial
Stm32 Tutorial
Getting started with the STM32 HAL development environment. Tutorial documents in Markdown.
Stars: ✭ 69 (-8%)
Mutual labels:  tutorial
Making A Custom React Renderer
Tutorial on how to make a custom React renderer
Stars: ✭ 1,184 (+1478.67%)
Mutual labels:  tutorial
Flask Session Tutorial
💾 🙇 Example Flask project for implementing Flask-Session with Redis.
Stars: ✭ 69 (-8%)
Mutual labels:  tutorial
Gistlyn
Run Roslyn Gists
Stars: ✭ 75 (+0%)
Mutual labels:  tutorial
Movie
使用flutter打造一款像样的电影类App
Stars: ✭ 74 (-1.33%)
Mutual labels:  tutorial
Vos backend
vangav open source - backend; a backend generator (generates more than 90% of the code needed for big scale backend services)
Stars: ✭ 71 (-5.33%)
Mutual labels:  tutorial
Learn Vim
Vim 实操教程(Learning Vim)Vim practical tutorial.
Stars: ✭ 1,166 (+1454.67%)
Mutual labels:  tutorial
Cpp dasar Dasar Programming
Belajar C++ Dasar Bahasa Indonesia [Kelas Terbuka]
Stars: ✭ 70 (-6.67%)
Mutual labels:  tutorial
Hackcv Translate
HackCV网站文章翻译
Stars: ✭ 73 (-2.67%)
Mutual labels:  tutorial
Showcaseview
This ShowcaseView library can be used to showcase any specific part of the UI or can even be used during OnBoarding of a user to give a short intro about different widgets visible on the screen.
Stars: ✭ 69 (-8%)
Mutual labels:  tutorial
Nlp Tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
Stars: ✭ 9,895 (+13093.33%)
Mutual labels:  tutorial
Docker Elk Tutorial
docker-elk-tutorial + django + logging
Stars: ✭ 69 (-8%)
Mutual labels:  tutorial
Images example
A simple example program made for the 42 students going into the graphic branch. Its purpose is to help them understanding the way images are working in the MLX (the graphcal lib we use).
Stars: ✭ 69 (-8%)
Mutual labels:  tutorial
Learn Javascript With Hedwix
Master the fundamentals of JavaScript and take your programming skills to the next level
Stars: ✭ 73 (-2.67%)
Mutual labels:  tutorial
Go Collection
🌷 awesome awesome go, study golang from basic to proficient
Stars: ✭ 1,193 (+1490.67%)
Mutual labels:  tutorial
Scenario Based Labs
Cosmos DB oriented labs for IoT and Retail scenarios
Stars: ✭ 75 (+0%)
Mutual labels:  tutorial

PyConTW2013Tutorial

Python Conference Taiwan 2013 Tutorial

The PyConTW organizer wishes to improve the quality and quantity of the programming cummunities in Taiwan. Though Python is their core tool and methodology, they know it's worth to learn and communicate with wide-ranging communities. Understanding cultures and ecosystem of a language takes me about three to six months. This six-hour course wraps up what I - an experienced Java developer - have learned from Python ecosystem and the agenda of the past PyConTW.

Watch PyCon Taiwan 2013 Tutorial online.

You can find the Traditional-Chinese edition of this tutorial in CodeData.

Table of Content

  • The 1st class
    • Preface
    • Picking and Installing an Interpreter
      • Implementations
      • Preparing Course Environment
      • Where’re My Libraries?
      • What’s the Relationship among Distutils, Distribute and Pip?
    • Hello! World!
      • Introduction to Unicode Support
      • Basic Input and Output
    • Integrated Development Environment
    • Reference

  • The 2nd class
    • Learning Python language
      • Built-in Types
      • Numerical Types
      • String Type
      • List Type
      • Set Type
      • Dict Type
      • Tuple Type
    • if, for, while and for Comprehensions
      • if..else
      • for and while
      • for Comprehensions
    • Functions, Modules, Classes and Packages
      • Functions
      • Modules
      • Classes
      • Packages
    • References

  • The 3rd class
    • The Community
      • Documentation
      • DocStrings
      • Official Documentation
      • PyDoc
      • EpyDoc
    • Data Management Functions
      • Built-in Functions
      • reduce
    • Persistence
      • marshal, pickle, cPickle
      • DBM
      • shelve
      • DB-API 2.0(PEP 249)
    • References

  • The 4th class
    • Libraries vs Frameworks
      • Inversion of Control
      • Do We Need a Framework?
    • Getting Started with Django
      • Creating a Project
      • Creating a Database and an App
      • Playing API with the Python shell
    • Writing Your First View
      • Controller? or Views?
      • URLconf
    • References

  • The 5th class
    • Using the Template System
      • Writing Templates
      • Removing Hardcoded URLs in Templates
      • Namespacing URL Names
      • Writing a Simple Form
    • A Bit About CSRF
      • A Cross-Site Request Forgery Example
      • CSRF Countermeasures
    • Testing
      • assert
      • doctest
    • References

  • The 6th class
    • unittest(Testing Continued)
      • Test Case
      • Test Fixture
      • Test Suite
      • Test Runner
    • Profiling
      • timeit
      • cProfile(profile)
    • PyCon Taiwan
      • PyCon Taiwan 2012
      • PyCon Taiwan 2013
    • References

http://openhome.cc

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].