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
Hi all,
I'm delighted to announce the release of Sphinx 1.6 beta2, now available on
the Python package index at <http://pypi.python.org/pypi/Sphinx>.
It includes about 29 new feature and 14 bug fixes for the 1.5.x release series.
For the full changelog, go to
<http://www.sphinx-doc.org/en/stable/changes.html>.
Thanks to all collaborators and contributers!
What is it?
===========
Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).
Website: http://sphinx-doc.org/
IRC: #sphinx-doc on irc.freenode.net
Enjoy!
The program work group has decided on the first set of nine trainings for EuroPython 2017.
These training sessions are included in the EuroPython 2017 ticket price at no extra charge and provide a great value for money.
We are happy to announce the following three hour training sessions:
- Andrew Svetlov - Optimizing Python code with Cython
- Daniele Procida - Launch your application into the cloud
- Katharine Jarmul - Data Unit Testing with Python
- Kristian Rother - Best Practices for Debugging
- Michael McKerns - Modern optimization methods in Python
- Miguel Grinberg - Building Microservices with Python and Flask
- Mike Müller - Faster Python Programs - Measure, don’t Guess
- Paul Everitt - Debugging for the Masses…Visually
- Roberto Polli - Ansible 2 done right
More information:
https://ep2017.europython.eu/en/events/trainings
We will announce the second set of trainings after the end of the talk voting.
Enjoy,
EuroPython 2017 Team
http://ep2017.europython.eu/http://www.europython-society.org/
10ᵀᴴ Advanced Scientific Programming in Python
==============================================
a Summer School by the G-Node and the Municipality of Sithonia
Scientists spend more and more time writing, maintaining, and debugging software. While techniques for doing this efficiently have evolved, only few scientists have been trained to use them. As a result, instead of doing their research, they spend far too much time writing deficient code and reinventing the wheel. In this course we will present a selection of advanced programming techniques and best practices which are standard in the industry, but especially tailored to the needs of a programming scientist. Lectures are devised to be interactive and to give the students enough time to acquire direct hands-on experience with the materials. Students will work in pairs throughout the school and will team up to practice the newly learned skills in a real programming project — an entertaining computer game.
We use the Python programming language for the entire course. Python works as a simple programming language for beginners, but more importantly, it also works great in scientific simulations and data analysis. We show how clean language design, ease of extensibility, and the great wealth of open source libraries for scientific computing and data visualization are driving Python to become a standard tool for the programming scientist.
This school is targeted at Master or PhD students and Post-docs from all areas of science. Competence in Python or in another language such as Java, C/C++, MATLAB, or Mathematica is absolutely required. Basic knowledge of Python and of a version control system such as git, subversion, mercurial, or bazaar is assumed. Participants without any prior experience with Python and/or git should work through the proposed introductory material before the course.
We are striving hard to get a pool of students which is international and gender-balanced.
You can apply online: https://python.g-node.org
Application deadline: 23:59 UTC, May 31, 2017. There will be no deadline extension, so be sure to apply on time ;-)
Be sure to read the FAQ before applying.
Participation is for free, i.e. no fee is charged! Participants however should take care of travel, living, and accommodation expenses by themselves.
Date & Location
===============
August 28—September 2, 2017. Nikiti, Sithonia, Halkidiki, Greece
Program
=======
→ Best Programming Practices
• Best practices for scientific programming
• Version control with git and how to contribute to open source projects with GitHub
• Best practices in data visualization
→ Software Carpentry
• Test-driven development
• Debugging with a debuggger
• Profiling code
→ Scientific Tools for Python
• Advanced NumPy
→ Advanced Python
• Decorators
• Context managers
• Generators
→ The Quest for Speed
• Writing parallel applications
• Interfacing to C with Cython
• Memory-bound problems and memory profiling
• Data containers: storage and fast access to large data
→ Practical Software Development
• Group project
Preliminary Faculty
===================
• Francesc Alted, freelance consultant, author of Blosc, Castelló de la Plana, Spain
• Pietro Berkes, NAGRA Kudelski, Lausanne, Switzerland
• Zbigniew Jędrzejewski-Szmek, Krasnow Institute, George Mason University, Fairfax, VA USA
• Eilif Muller, Blue Brain Project, École Polytechnique Fédérale de Lausanne Switzerland
• Juan Nunez-Iglesias, Victorian Life Sciences Computation Initiative, University of Melbourne, Australia
• Rike-Benjamin Schuppner, Institute for Theoretical Biology, Humboldt-Universität zu Berlin, Germany
• Nicolas P. Rougier, Inria Bordeaux Sud-Ouest, Institute of Neurodegenerative Disease, University of Bordeaux, France
• Bartosz Teleńczuk, European Institute for Theoretical Neuroscience, CNRS, Paris, France
• Stéfan van der Walt, Berkeley Institute for Data Science, UC Berkeley, CA USA
• Nelle Varoquaux, Berkeley Institute for Data Science, UC Berkeley, CA USA
• Tiziano Zito, freelance consultant, Berlin, Germany
Organizers
==========
For the German Neuroinformatics Node of the INCF (G-Node) Germany:
• Tiziano Zito, freelance consultant, Berlin, Germany
• Zbigniew Jędrzejewski-Szmek, Krasnow Institute, George Mason University, Fairfax, USA
• Jakob Jordan, Institute of Neuroscience and Medicine (INM-6), Forschungszentrum Jülich GmbH, Germany
• Etienne Roesch, Centre for Integrative Neuroscience and Neurodynamics, University of Reading, UK
Website: https://python.g-node.org
Contact: python-info(a)g-node.org
Hi everyone,
I’m happy to announce structlog 17.1.0 has been released to PyPI: <https://pypi.org/project/structlog/>
The main features of this release are massive improvements in standard library's logging integration. Have a look at the updated standard library chapter on how to use them! Special thanks go to Fabian Büchler, Gilbert Gilb's, Iva Kaneva, insolite, and sky-code, that made them possible.
Check out the full changelog at <https://structlog.readthedocs.io/en/17.1.0/changelog.html>
***
If you haven’t heard of structlog: it makes logging in Python less painful and more powerful by adding structure to your log entries.
It’s up to you whether you want structlog to take care about the output of your log entries or whether you prefer to forward them to an existing logging system like the standard library’s logging module. No monkey patching involved in either case.
Got to <http://www.structlog.org/> to read more!
[This announcement is in German since it targets a Python sprint in
Düsseldorf, Germany]
________________________________________________________________________
ANKÜNDIGUNG
PyDDF Python Frühling-Sprint 2017
in Düsseldorf
Samstag, 06.05.2017, 10:00-18:00 Uhr
Sonntag, 07.05.2017, 10:00-18:00 Uhr
trivago GmbH, Karl-Arnold-Platz 1A, 40474 Düsseldorf
Python Meeting Düsseldorf
http://pyddf.de/sprint2017/
________________________________________________________________________
INFORMATION
Das Python Meeting Düsseldorf (PyDDF) veranstaltet mit freundlicher
Unterstützung der *trivago GmbH* ein Python Sprint Wochenende im
September.
Der Sprint findet am Wochenende 6./7.5.2017 in der trivago
Niederlassung am Karl-Arnold-Platz 1A statt (nicht am
Bennigsen-Platz 1).
Folgende Themengebiete haben wir als Anregung angedacht:
* Openpyxl
Openpyxl ist eine Python Bibliothek, mit der man Excel 2010+
Dateien lesen und schreiben kann.
Charlie Clark ist Co-Maintainer des Pakets.
* Telegram-Bot
Telegram ist eine Chat-Anwendung, die von vielen Nutzern verwendet
wird. Telegram unterstützt das Registrieren von sogenannten Bots -
kleinen Programmen, die man vom Chat aus ansteuern kann, um
z.B. Informationen zu bekommen.
Im Sprint wollen wir versuchen, einen Telegram-Bot in Python zu
schreiben.
* Jython (Python in Java implementiert)
Stefan Richthofer, einer der Jython Core Entwickler, wird anwesend
sein und über ein Jython Thema sprinten, z.B.
Using Jython:
- Jython basics
- Python/Java integration
- GUI mit JavaFX in Python
Developing Jython:
- Jython internals
- Bugfixes in Jython core - Können wir ein paar echte Bugs beheben?
Experimentelles (Was ist schon implementiert? Wir probieren es aus!):
- JyNI
- Jython 3
Natürlich kann jeder Teilnehmer weitere Themen vorschlagen, z.B.
- RaspberryPi-Robot (einen Roboter mit einem Raspi ansteuern)
- u.a.
Alles weitere und die Anmeldung findet Ihr auf der Sprint Seite:
http://pyddf.de/sprint2017/
Teilnehmer sollten sich zudem auf der PyDDF Liste anmelden, da wir
uns dort koordinieren:
https://www.egenix.com/mailman/listinfo/pyddf
________________________________________________________________________
ÜBER UNS
Das Python Meeting Düsseldorf (PyDDF) ist eine regelmäßige Veranstaltung
in Düsseldorf, die sich an Python Begeisterte aus der Region wendet:
* http://pyddf.de/
Einen guten Überblick über die Vorträge bietet unser YouTube-Kanal,
auf dem wir die Vorträge nach den Meetings veröffentlichen:
* http://www.youtube.com/pyddf/
Veranstaltet wird das Meeting von der eGenix.com GmbH, Langenfeld,
in Zusammenarbeit mit Clark Consulting & Research, Düsseldorf:
* http://www.egenix.com/
* http://www.clark-consulting.eu/
Mit freundlichen Grüßen,
--
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Experts (#1, Apr 24 2017)
>>> Python Projects, Coaching and Consulting ... http://www.egenix.com/
>>> Python Database Interfaces ... http://products.egenix.com/
>>> Plone/Zope Database Interfaces ... http://zope.egenix.com/
________________________________________________________________________
::: We implement business ideas - efficiently in both time and costs :::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
Registered at Amtsgericht Duesseldorf: HRB 46611
http://www.egenix.com/company/contact/http://www.malemburg.com/
Check out our brand new brochure with all details about our sponsor
packages, options and lounge events, available on our
website.
Sponsoring EuroPython guarantees you highly targeted visibility and
the opportunity to present yourself and your company in a professional
and innovative environment.
* EuroPython 2017 Sponsor Brochure *
https://ep2017.europython.eu/en/sponsor/brochure/
With more than 1200 participants, 8 days conference program,
international keynotes, more than 200 talks, training sessions for
beginners, advanced and experts, EuroPython creates an excellent
environment to look for new job-opportunities, recruit people,
connect, share and learn.
New Attractive Location for 2017
--------------------------------
This year we move to the Palacongressi in Rimini, the largest
convention center in Italy, unique in its design and technology, with
11,000 m² exhibit space, in addition to 39 conference rooms. Check out
EuroPython demographics, refresh your mind with our beautiful location
and consult the different opportunities we have created for you.
Available Sponsor Options
-------------------------
We offer 7 different sponsor packages, with different levels of
engagement.
Would you rather have more flexibility? You can separately book
special events and choose from a list of very prominent advertisement
options: have a table in the training session or get your logo to be
by the ice-cream stall; sponsor our laser-tag and party events.
Do you have further ideas? We can help you develop a tailored
sponsorship package that fits your specific targets. If you would like
to engage and sponsor EuroPython 2017, please contact us by e-mail:
sponsoring(a)europython.eu
Don’t miss the chance to become part of the largest Python conference
in Europe!
Enjoy,
--
EuroPython 2017 Team
http://ep2017.europython.eu/http://www.europython-society.org/
PS: Please forward or retweet to help us reach all interested parties:
https://twitter.com/europython/status/856431067691089921
Thanks.
This is generic colouriser, version 1.11.
grc is a colouriser configured by regular expressions, including
a simple command line wrapper for some commonly used unix commands.
Notable changes in this version:
- cleanup configuration directory
- configuration files improvements
License: GPL (v2)
URL: http://kassiopeia.juls.savba.sk/~garabik/software/grc.html
--
-----------------------------------------------------------
| Radovan Garabík http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__ garabik @ kassiopeia.juls.savba.sk |
-----------------------------------------------------------
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!
Hello all,
I'm glad to announce the release of pyo 0.8.6, available for python 2.7 and 3.5.
Pyo is a Python module written in C to help real-time digital signal processing
script creation. It is available for Windows, macOS and linux. It is released
under the LGPL 3 license.
For more info, downloads and other links, see the official web site:
http://ajaxsoundstudio.com/software/pyo/
The documentation:
http://ajaxsoundstudio.com/pyodoc/
For the latest sources and bug tracker:
https://github.com/belangeo/pyo
Bug Fixes:
- Fixed TableRead which continues to play when freq is negative and loop is off.
- Fixed CallAfter segfault when deleted inside its own callback.
- Fixed segfault when updating ControlSlider value from the audio thread.
- Updated liblo from 0.26 to 0.28 on Windows. This fixes a bug with socket
not properly closed.
- Fixed segfault in Resample_dealloc function.
- Fixed libraries dynamic links in MacOS installer scripts.
- Fixed TableRec, TrigTableRec and Looper time stream not started on play.
Enhancements:
- Added "speed" argument to Seq object. Useful to create continuous time
deceleration or acceleration.
- Added setRandomType(dist, x) method to SfMarkerShuffler object.
- Added a "Copy" menu item in PyoObject.ctrl() and DataTable.graph() windows.
Olivier Belanger
belangeo(a)gmail.com
http://olivier.ajaxsoundstudio.com/
----
P><A HREF="http://ajaxsoundstudio.com/software/pyo/">Pyo 0.8.6</A>
Python DSP library. (21-Apr-17)
This year the Lufthansa group is our preferred airline for EuroPython.
The co-operation provides a 5-10% discount for flights to the
conference going to Bologna and Florence.
*** https://ep2017.europython.eu/en/location/come-to-rimini/ ***
Airlines include Lufthansa, Swiss, Austrian, Belgium Airlines and
Eurowings.
To book a discounted flight please visit
https://www.lufthansa.com/de/en/Meetings-and-Events-Delegates
and enter the access code ITZJQRN in the “Access to Your Special
Lufthansa Offer” area at the bottom.
This will open an online booking platform that will automatically
calculate the discount offered or provide you with an even better
offer if another promotional fare is available.
It’s the first time we cooperate with an airline for travel so you can
spend more money on ice cream in Rimini.
Enjoy,
--
EuroPython 2017 Team
http://ep2017.europython.eu/http://www.europython-society.org/
PS: Please forward or retweet to help us reach all interested parties:
https://twitter.com/europython/status/854605615590764544
Thanks.