<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://mynotes.babies.vn/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://mynotes.babies.vn/feed.php">
        <title>my notes - python</title>
        <description></description>
        <link>http://mynotes.babies.vn/</link>
        <image rdf:resource="http://mynotes.babies.vn/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-01T18:38:41+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://mynotes.babies.vn/doku.php?id=python:barcode&amp;rev=1667060147&amp;do=diff"/>
                <rdf:li rdf:resource="http://mynotes.babies.vn/doku.php?id=python:compare&amp;rev=1667060147&amp;do=diff"/>
                <rdf:li rdf:resource="http://mynotes.babies.vn/doku.php?id=python:django&amp;rev=1667060147&amp;do=diff"/>
                <rdf:li rdf:resource="http://mynotes.babies.vn/doku.php?id=python:exelprocess&amp;rev=1667060147&amp;do=diff"/>
                <rdf:li rdf:resource="http://mynotes.babies.vn/doku.php?id=python:imagesprocess&amp;rev=1667060147&amp;do=diff"/>
                <rdf:li rdf:resource="http://mynotes.babies.vn/doku.php?id=python:internet&amp;rev=1667060147&amp;do=diff"/>
                <rdf:li rdf:resource="http://mynotes.babies.vn/doku.php?id=python:jsonprocessing&amp;rev=1667060147&amp;do=diff"/>
                <rdf:li rdf:resource="http://mynotes.babies.vn/doku.php?id=python:pydeveclipse&amp;rev=1667060147&amp;do=diff"/>
                <rdf:li rdf:resource="http://mynotes.babies.vn/doku.php?id=python:pythonbasicexamples&amp;rev=1667060147&amp;do=diff"/>
                <rdf:li rdf:resource="http://mynotes.babies.vn/doku.php?id=python:scapy&amp;rev=1667060147&amp;do=diff"/>
                <rdf:li rdf:resource="http://mynotes.babies.vn/doku.php?id=python:twistedlxmlandre&amp;rev=1667060147&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://mynotes.babies.vn/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>my notes</title>
        <link>http://mynotes.babies.vn/</link>
        <url>http://mynotes.babies.vn/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://mynotes.babies.vn/doku.php?id=python:barcode&amp;rev=1667060147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-29T16:15:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>barcode</title>
        <link>http://mynotes.babies.vn/doku.php?id=python:barcode&amp;rev=1667060147&amp;do=diff</link>
        <description>Python Barcode

refer:

	*  &lt;https://github.com/hudora/huBarcode&gt;
	*  &lt;https://sourceforge.net/projects/dmsbarcodegener/&gt;

huBarcode

refer: &lt;https://github.com/hudora/huBarcode&gt;

Setup huBarcode

	*  step1: download hubarcode from &lt;https://github.com/hudora/huBarcode&gt;
	*  step2: install python processing image:

pip uninstall PIL
pip install pillow


	*  step2: build and install hubarcode:

python setup.py build
python setup.py install</description>
    </item>
    <item rdf:about="http://mynotes.babies.vn/doku.php?id=python:compare&amp;rev=1667060147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-29T16:15:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>compare</title>
        <link>http://mynotes.babies.vn/doku.php?id=python:compare&amp;rev=1667060147&amp;do=diff</link>
        <description>Python Compare

This module Difflib provides classes and functions for comparing sequences. It can be used for example, for comparing files, and can produce difference information in various formats, including HTML and context and unified diffs. For</description>
    </item>
    <item rdf:about="http://mynotes.babies.vn/doku.php?id=python:django&amp;rev=1667060147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-29T16:15:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>django</title>
        <link>http://mynotes.babies.vn/doku.php?id=python:django&amp;rev=1667060147&amp;do=diff</link>
        <description>Django

refer:

	*  &lt;https://docs.djangoproject.com/en/1.8/&gt;
	*  &lt;https://www.djangoproject.com/&gt;
	*  &lt;http://www.fullstackpython.com/django.html&gt;
	*  &lt;https://www.djangosites.org/with-source/&gt;
	*  &lt;https://code.djangoproject.com/wiki/DjangoResources&gt;
	*  &lt;https://www.djangopackages.com/&gt;

docs:

	*  

With Django, you can take Web applications from concept to launch in a matter of hours. Django takes care of much of the hassle of Web development, so you can focus on writing your app without nee…</description>
    </item>
    <item rdf:about="http://mynotes.babies.vn/doku.php?id=python:exelprocess&amp;rev=1667060147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-29T16:15:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>exelprocess</title>
        <link>http://mynotes.babies.vn/doku.php?id=python:exelprocess&amp;rev=1667060147&amp;do=diff</link>
        <description>Exel Processing

Function in Exel

Trước khi xử lý các hàm tìm kiếm Vlookup and Hlookup, If trong exel cần phải format dữ liệu và sort trước -&gt; Lúc đó hàm xử lý mới chạy đúng
VLOOKUP($B2,omni!$A$1:$C$4778,3,FALSE)</description>
    </item>
    <item rdf:about="http://mynotes.babies.vn/doku.php?id=python:imagesprocess&amp;rev=1667060147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-29T16:15:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>imagesprocess</title>
        <link>http://mynotes.babies.vn/doku.php?id=python:imagesprocess&amp;rev=1667060147&amp;do=diff</link>
        <description>Image Processing

Pillow

refer: &lt;http://effbot.org/imagingbook/&gt;

Image Module

ImageDraw Module

Psd tools

source: &lt;https://github.com/kmike/psd-tools&gt;
refer API: &lt;http://searchcode.babies.vn:8080/source/xref/python2.7/site-packages/psd_tools/user_api/psd_image.py&gt;

Install

	*  windows:

SET VS90COMNTOOLS=%VS100COMNTOOLS%
easy_install.exe psd-tools
easy_install.exe packbits


	*  linux:

pip install psd-tools
pip install packbits</description>
    </item>
    <item rdf:about="http://mynotes.babies.vn/doku.php?id=python:internet&amp;rev=1667060147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-29T16:15:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>internet</title>
        <link>http://mynotes.babies.vn/doku.php?id=python:internet&amp;rev=1667060147&amp;do=diff</link>
        <description>Python Internet

Python Socket

refer: &lt;https://docs.python.org/2/library/socket.html&gt;

Echo Server and Client

Simple Echo Server and Client

	*  Echo Server

# Echo server program
import socket
 
HOST = &#039;&#039;                 # Symbolic name meaning all available interfaces
PORT = 50007              # Arbitrary non-privileged port
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.bind((HOST, PORT))
s.listen(1)
print &#039;server is listening&#039;
conn, addr = s.accept()
print &#039;Connected by&#039;, addr
whi…</description>
    </item>
    <item rdf:about="http://mynotes.babies.vn/doku.php?id=python:jsonprocessing&amp;rev=1667060147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-29T16:15:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>jsonprocessing</title>
        <link>http://mynotes.babies.vn/doku.php?id=python:jsonprocessing&amp;rev=1667060147&amp;do=diff</link>
        <description>Python Json

refer: &lt;http://www.json.org/&gt;

Simple Example

Parse Json String (Json Decoder)

	*  Performs the following translations in decoding by default:
JSONPythonobjectdictarrayliststringunicodenumber (int)int, longnumber (real)floattrueTruefalseFalsenullNone
	*  Simple example for parsing Json:</description>
    </item>
    <item rdf:about="http://mynotes.babies.vn/doku.php?id=python:pydeveclipse&amp;rev=1667060147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-29T16:15:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pydeveclipse</title>
        <link>http://mynotes.babies.vn/doku.php?id=python:pydeveclipse&amp;rev=1667060147&amp;do=diff</link>
        <description>Python Editor with pydev plugin on Eclipse

Install pydev on Eclipse and Configure

pydev run with java8

Install Pydev plugin for Eclipse

refer: &lt;http://www.pydev.org/manual_101_install.html&gt;
The following assume that you have already Eclipse installed:

	*  You must install jdk8 to run eclipse</description>
    </item>
    <item rdf:about="http://mynotes.babies.vn/doku.php?id=python:pythonbasicexamples&amp;rev=1667060147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-29T16:15:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pythonbasicexamples</title>
        <link>http://mynotes.babies.vn/doku.php?id=python:pythonbasicexamples&amp;rev=1667060147&amp;do=diff</link>
        <description>Python basic examples

Python processing file and directory

os package

	*  Executing a shell command

os.system()

	*  Get the users environment 

os.environ()

	*  Returns the current working directory

os.getcwd()

	*  Return a list of the entries in the directory given by path</description>
    </item>
    <item rdf:about="http://mynotes.babies.vn/doku.php?id=python:scapy&amp;rev=1667060147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-29T16:15:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>scapy</title>
        <link>http://mynotes.babies.vn/doku.php?id=python:scapy&amp;rev=1667060147&amp;do=diff</link>
        <description>Scapy</description>
    </item>
    <item rdf:about="http://mynotes.babies.vn/doku.php?id=python:twistedlxmlandre&amp;rev=1667060147&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-29T16:15:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>twistedlxmlandre</title>
        <link>http://mynotes.babies.vn/doku.php?id=python:twistedlxmlandre&amp;rev=1667060147&amp;do=diff</link>
        <description>Twisted, lxml and re package

Twisted Package

Twisted is an event-driven networking engine written in Python and licensed under the open source:

	*  As a platform, Twisted should be focused on integration. Ideally, all functionality will be accessible through all protocols. Failing that, all functionality should be configurable through at least one protocol, with a seamless and consistent user-interface.</description>
    </item>
</rdf:RDF>
