Nikolay Hristov
Blog,
http://www.horizon9.org/
Pages
(Move to ...)
Home
About me
▼
Showing posts with label
python
.
Show all posts
Showing posts with label
python
.
Show all posts
Friday, February 1, 2019
Fast import of billion lines to postgresql
›
This is the fastest way I've found about importing huge (3+ billion lines) text files in csv-like format in PostgreSQL. It requires p...
1 comment:
Tuesday, March 31, 2015
Compiling and using PyNaCl on Windows 7
›
Step-by-step how to compile PyNaCl Python package on win32. Requirements: Python 2.7.x for Windows - download it from here . libsodium-...
4 comments:
Friday, October 18, 2013
Importing CSV file into django model.
›
Lets assume that we have the following django model: class Person (models.Model): PersonID = models.CharField(max_length= 10 ) Fi...
7 comments:
›
Home
View web version