This course will help you to expertise the usage of Python in Data Science world.
Carter your Python Knowledge so that it can be utilized to get the Insights of Data using Methodologies and Techniques of Data Science...
Objective:
Understand the concepts of Data science and Python
You will be able to use Python in Discovering Data.
You will have an idea of Statistical and Analytical methods to deal with huge data sets.
You will gain an expertise on Regular Expressions, looping functions and concepts of Object Oriented Programming.
You will be able to create business algorithms and data models using Python and it's techniques.
Work on Real-life Projects will help you to get a practical experience of real scenarios of IT Industry.
Start learning Python for Data Science from basics to advance levels here...
https://goo.gl/070wXw
I've just released version 0.2.4 of distlib on PyPI [1]. For newcomers,
distlib is a library of packaging functionality which is intended to be
usable as the basis for third-party packaging tools.
The main changes in this release are as follows:
* Updated to not fail during import if SSL is not available.
* Changed project name comparisons to follow PEP 503.
* Changed manifest and resources logic to work correctly under (upcoming) Python 3.6.
* Updated Windows launchers with fixes to bugs related to argument-passing in shebang lines.
A more detailed change log is available at [2].
Please try it out, and if you find any problems or have any suggestions for
improvements, please give some feedback using the issue tracker! [3]
Regards,
Vinay Sajip
[1] https://pypi.python.org/pypi/distlib/0.2.4
[2] https://goo.gl/M3kQzR
[3] https://bitbucket.org/pypa/distlib/issues/new
I am pleased to announce release 2016.3 of SfePy.
Description
-----------
SfePy (simple finite elements in Python) is a software for solving systems of
coupled partial differential equations by the finite element method or by the
isogeometric analysis (limited support). It is distributed under the new BSD
license.
Home page: http://sfepy.org
Mailing list: http://groups.google.com/group/sfepy-devel
Git (source) repository, issue tracker: http://github.com/sfepy/sfepy
Highlights of this release
--------------------------
- Python 3 support
- testing with Travis CI
- new classes for homogenized coefficients
- using argparse instead of optparse
For full release notes see http://docs.sfepy.org/doc/release_notes.html#id1
(rather long and technical).
Cheers,
Robert Cimrman
---
Contributors to this release in alphabetical order:
Robert Cimrman
Jan Heczko
Thomas Kluyver
Vladimir Lukes
Hello everyone,
pytest 3.0.3 has just been released to PyPI.
This release fixes some regressions and bugs reported in the last version,
being a drop-in replacement. To upgrade::
pip install --upgrade pytest
The changelog is available at http://doc.pytest.org/en/latest/changelog.html
.
Thanks to all who contributed to this release, among them:
* Bruno Oliveira
* Florian Bruhin
* Floris Bruynooghe
* Huayi Zhang
* Lev Maximov
* Raquel Alegre
* Ronny Pfannschmidt
* Roy Williams
* Tyler Goodlet
* mbyt
Happy testing,
The pytest Development Team
Dedent 0.5
==========
What is it?
-----------
Dedent is a very simple tool for those people who like to
indent their inline code nicely.
For those who got already what it is, stop reading. :-)
All the others:
What is it, really?
-------------------
Ok, think of some inline Python code, something like
$ python -c """some code"""
For very simple scripts, there is nothing wrong with it.
But for inline code over several lines, things become ugly:
$ python -c """
"The problem is that you have to start your"
"script very much on the left, although you"
"would probably like to indent it somehow."
One very ugly solution are constructs like """if True:
"now I may indent the code"
"""
This becomes even more ugly if you have to use the __future__
statement, which always must come first!
Now, here is what dedent does for you, simply that, not less
and not more:
$ python -m dedent """
from __future__ import print_function
"now I can really indent my code, because"
"the dedent module takes care of the indent,"
"and that was my intent. :-)"
"""
Installation
------------
$ pip install dedent
That's all, folks! Have fun.
p.s.: Why is that not build in by default?
--
Christian Tismer :^) tismer(a)stackless.com
Software Consulting : http://www.stackless.com/
Karl-Liebknecht-Str. 121 : https://github.com/PySide
14482 Potsdam : GPG key -> 0xFB7BEE0E
phone +49 173 24 18 776 fax +49 (30) 700143-0023
pyeq3 12.1.8 has been released to pypi
What is it?
pyeq3 is a large collection of equations for Python 3 curve fitting and surface fitting that can output source code in several computing languages and run a genetic algorithm for initial parameter estimation. Comes with cluster, parallel, IPython, GUI, NodeJS, and web-based graphical examples. Includes orthogonal distance and relative error regressions.
Where is it?
Full source code link: https://github.com/zunzun/pyeq3
What changed?
This version updates the User Defined Functions for the most recent Python 3 handling of exec() and eval()
Announcing the release of StdConfigParser 0.6
What is it?
-----------
This module provides a StdConfigParser class a simple standard INI
configuration parser with a specified format. All is based on the Python
standard library configuration parser. For Python 2.7 it contains also a
backport of the Python 3.5 ConfigurationParser class.
Additionally it extends the configuration parser with useful converter
methods. They allow really powerful configurations by keeping all simple
for the user.
All in one file with no dependencies.
What's new in 0.6
-----------------
- Added support for Python 3.3 and 3.4.
- Interpolation is now optional.
Links
-----
- Download: https://pypi.python.org/pypi/StdConfigParser/0.6
- Source: https://github.com/tds333/stdconfigparser
- Documentation: http://stdconfigparser.readthedocs.io/en/latest/index.html
Hope it is useful for someone and rules the world. ;-)
Kind regards,
Wolfgang
PyCA cryptography 1.5.2 has been released to PyPI. cryptography is a
package which provides cryptographic recipes and primitives to Python
developers. Our goal is for it to be your "cryptographic standard library".
We support Python 2.6-2.7, Python 3.3+, and PyPy.
Changelog:
* Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2j.
-Paul Kehrer (reaperhulk)
I am very pleased to announce asciimatics v1.7.0! This is a major update
since the last announced version of the package.
## What is asciimatics?
Asciimatics is a package to help people create full-screen text UIs (from
interactive forms to complex text animations) on Linux, Windows and OSX. It
supports python 2 & 3 and is licensed under the Apache Software Foundation
License 2.0.
## What’s new?
This release includes a `widgets` sub-package to create text User
Interfaces, complete with the standard basic set of widgets you would
expect for creating forms – e.g. text boxes, check boxes, buttons, etc.
Despite its name, asciimatics now fully supports Unicode in utf-8
environments, allowing for non-ASCII input from the keyboard and output to
the screen. This is extended to the widgets, so you can use them for
languages other than English.
A new Plasma renderer was added, continuing the theme of retro special
effects. This one can be used to create lava-lamp style animated
backgrounds. See the new plasma.py sample for an example of how to use it.
A `highlight()` method was added to the Screen to allow you to colour wash
parts of the screen as if you were using a highlighter pen. This can be
used to highlight or lowlight parts of the screen. For an example, have a
look at the shadows on a Frame in the forms.py sample.
A complete suite of unit tests and CI builds have been created, to ensure
that the code continues to run across all supported environments. Latest
results are always available at the project home page.
Various other minor enhancements and fixes have gone in. For a complete
list have a look at the change log:
https://raw.githubusercontent.com/peterbrittain/asciimatics/
master/CHANGES.rst
## Where can I find out more?
https://github.com/peterbrittain/asciimatics
PyCA cryptography 1.5.1 has been released to PyPI. cryptography is a
package which provides cryptographic recipes and primitives to Python
developers. Our goal is for it to be your "cryptographic standard library".
We support Python 2.6-2.7, Python 3.3+, and PyPy.
Changelog:
* Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2i.
* Resolved a UserWarning when used with cffi 1.8.3.
* Fixed a memory leak in name creation with X.509.
* Added a workaround for old versions of setuptools.
* Fixed an issue preventing cryptography from compiling against OpenSSL
1.0.2i.
With version 1.5.1 we are still linking 1.0.2 for the Mac and Windows
wheels, but in the 1.6 release we will switch to linking 1.1.0. Thanks to
all the contributors for their help on this release!
-Paul Kehrer (reaperhulk)