Skip to main content

Home/ Python Programming/ Group items tagged a

Rss Feed Group items tagged

1More

dbtxt (page 43) python database module - 0 views

  • I wrote dbtxt because I needed a small, flat database in a python environment that didn't depend upon any external libraries. Most libraries are contaminated with the GPL, and this needed to be OK for commercial distribution without any complications. So that's what we have here - a complete (though small) database system that depends on nothing at all other than the Python language and its internal libraries. The entire database comes in at about 20k bytes (that's right, "k", not hundreds of k or megabytes) and I was able to implement all the functions I needed. So I was happy. Will you be happy? Well, download it and read the docs and see what you think. The download, zipped, is about 13k. Yep. 13k. :-) By all means, if you have a need for the same kind of thing, feel free to make any use of dbtxt you please. I have released it as PD, so you can use it in projects that are commercial, GPL, BSD, PD, private, government... whatever you like. Below you'll find a basic description taken from beginning of the docs; in the archive you'll download there is complete documentation, two sample databases, a test program and the database engine itself.
1More

profitpy -module for automated stock trading - 0 views

  • ProfitPy is a set of libraries and tools for the development, testing, and execution of automated stock trading systems Specifically, ProfitPy is a collection of Python packages, modules, and scripts that work together to help you implement an automated stock trading program (or programs). The package features: A library with classes for accounts, orders, tickers, and more A GUI program for executing and plotting trades in real-time A GUI tool to collect ticker data for off-line use A CLI tool to back-test trading strategies Dozens of technical indicators and plotting widgets to display them An X11 keystroke tool for automating the TWS application
1More

Get The Best Python Programming Book For Beginners - 0 views

  •  
    A programmer can start from scratch and become a professional with the help of James P. Long's "Python Programming For Beginners" book. Those who want to get a good grip of what programming language is should get from this Python book.
1More

Python by Alan Richmond | ZEEF - 0 views

  •  
    Python is a wonderful language because it's easy to learn, easy to use, and easy to advance with. This is a mainstream language, but without all the distracting frills of other professional languages. There's also a huge range of libraries available, for games, GUIs, science and mathematics, and so on.
1More

https://hackthedeveloper.com/python-namedtuple-syntax-function/ - 0 views

  •  
    A namedtuple in python is a subclass of tuples. The named tuple has the same functionalities as a normal tuple, but its values can be accessed both by name (using dot notation eg: .name) as well as by position (offset notation eg: [0]).
1More

Best Way to Learn Numpy - 0 views

  •  
    NumPy is the fundamental package for scientific computing in Python. Numpy stands for Numerical Python. If you want to work with machine learning or data science, Numpy is a Python library you will mostly use. It is a Python library that provides a multidimensional array object for fast operations on arrays, including mathematical, logical, shape manipulation, sorting, selecting, I/O, discrete Fourier transforms, basic linear algebra, basic statistical operations, and much more.

What tasks do remote python developers execute as a freelancer? - 1 views

started by utkarsh11111 on 16 Dec 21 no follow-up yet
1More

¡ Bienvenido a pilas ! - 0 views

  •  
    Pilas es un motor para hacer videojuegos de manera sencilla. Está dirigido a personas que comienzan a programar videojuegos y quieren lograr resultados interesantes y divertidos en poco tiempo.

Website Designing Company in Hyderabad - 0 views

started by maarusatechno on 26 Jul 16 no follow-up yet

Website Designing Company in Hyderabad - 0 views

started by maarusatechno on 29 Jul 16 no follow-up yet

Website Development Company in Hyderabad - 0 views

started by maarusatechno on 16 Jul 16 no follow-up yet

Website Designing Company in Hyderabad - 0 views

started by maarusatechno on 04 Jul 16 no follow-up yet

Website Development Company in Hyderabad - 0 views

started by maarusatechno on 04 Jul 16 no follow-up yet

Website Development Company in Hyderabad - 0 views

started by maarusatechno on 27 Jun 16 no follow-up yet

Website Development Company in Hyderabad - 0 views

started by maarusatechno on 27 Jun 16 no follow-up yet

Website lead generation - 3 views

started by clariene Austria on 08 May 12 no follow-up yet

Never Pay for Leads Again! Online Leads are Free. - 2 views

started by clariene Austria on 15 Jun 12 no follow-up yet
1More

mpmath - Google Code - 0 views

  • Mpmath is a pure-Python library for multiprecision floating-point arithmetic. It provides an extensive set of transcendental functions, unlimited exponent sizes, complex numbers, interval arithmetic, numerical integration and differentiation, root-finding, linear algebra, and much more. Almost any calculation can be performed just as well at 10-digit or 1000-digit precision, and in many cases mpmath implements asymptotically fast algorithms that scale well for extremely high precision work. If available, mpmath will (optionally) use gmpy to speed up high precision operations.
1More

pylize: Table of contents - 0 views

  • pylize is a Python script that makes the creation of on-screen presentations a matter of a few minutes. It generates a template master document, which you can edit with your favourite text or HTML editor. The master document is then processed by pylize to generate HTML files for every slide plus a file for the table of contents. You can view the presentation with any CSS-capable webbrowser.
1More

rrdpy - Google Code - 0 views

  • RRDTool is a really good back-end for storing time-series data. If you are developing tools that need a data repository and graphing capabilities, this provides you both. You create an RRD and then you begin inserting data values at regular intervals. You then call the graphing API to have a graph displayed. The neat thing about this data storage is its “round robin” nature. You define various time spans, and the granularity at which you want them stored. A fixed binary file is created, which never grows in size over time. As you insert more data, it is inserted into each span. As results are collected, they are averaged and rolled into successive time spans. It makes a much more efficient system than using your own complex data structures, relational database, or file system storage.
« First ‹ Previous 41 - 60 of 233 Next › Last »
Showing 20 items per page