Skip to content

Commit

Permalink
Cleanup articole (spatii in plus, lipsa BOM utf-8). Corectare taguri cf
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed May 10, 2015
1 parent ad50bbd commit 6a8c6d4
Show file tree
Hide file tree
Showing 19 changed files with 388 additions and 213 deletions.
18 changes: 10 additions & 8 deletions content/cluj/2013-08-01-python-cluj-first-meetup/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Python Cluj first meetup
########################

:tags: Meetup
:registration:
meetup.com: http://www.meetup.com/Cluj-py/events/129478042/

Just an informal meeting in a bar so we can get to know other Pythonfans in Cluj and what they have to share
Python Cluj first meetup
########################

:tags: Meetup
:registration:
meetup.com: http://www.meetup.com/Cluj-py/events/129478042/

Just an informal meeting in a bar so we can get to know other Python
fans in Cluj and what they have to share

Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
Task queues and components architecture
#######################################

:tags: Prezentări
:registration:
meetup.com: http://www.meetup.com/Cluj-py/events/141261402/

I invite you to the 2nd Cluj Pythonistas meetup where two of the bestPython developers I know will tell you about subjects that they love:
- Celery introduction - Ionel Cristian Mărieș- Zope Component Architecture - Sever Băneșiu
The event's host is Cluj Cowork and the recommended contribution forthat is 10 lei. See you there ...
P.S. Ring at "Ruby tribe" when you arrive.
Task queues and components architecture
#######################################

:tags: Meetup
:registration:
meetup.com: http://www.meetup.com/Cluj-py/events/141261402/

I invite you to the 2nd Cluj Pythonistas meetup where two of the best
Python developers I know will tell you about subjects that they love:

- Celery introduction - Ionel Cristian Mărieș
- Zope Component Architecture - Sever Băneșiu

The event's host is Cluj Cowork and the recommended contribution for
that is 10 lei. See you there ...

P.S. Ring at "Ruby tribe" when you arrive.

25 changes: 16 additions & 9 deletions content/cluj/2014-02-20-machine-learning-in-python/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
Machine Learning in Python
##########################

:tags: Prezentări
:registration:
meetup.com: http://www.meetup.com/Cluj-py/events/165522292/

Hello Pythonistas!After a long break we'll meet again! This time the topic is machinelearning, one of Python's favorite use cases. Radu Marius Florin andRoland Szabo will tell us more about it. After the meetup we'll go for adrinkup to get to know each other better ...
The event will be hosted by Cluj Hub, where freelancers usually meet.
Machine Learning in Python
##########################

:tags: Meetup
:registration:
meetup.com: http://www.meetup.com/Cluj-py/events/165522292/

Hello Pythonistas!

After a long break we'll meet again! This time the topic is machine
learning, one of Python's favorite use cases. Radu Marius Florin and
Roland Szabo will tell us more about it. After the meetup we'll go for a
drinkup to get to know each other better ...

The event will be hosted by Cluj Hub, where freelancers usually meet.

33 changes: 20 additions & 13 deletions content/cluj/2014-06-12-python-and-emberjs/index.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
Python and Ember.js
###################

:tags: Prezentări
:registration:
meetup.com: http://www.meetup.com/Cluj-py/events/185193022/

Python and Ember.js - Super Fast (and Testable!) Frontend
FREE BEER and PIZZA while showcasing the testable, Embjer.js on top ofa Python backend.
Create super fast and testable front end on top of your Python.
by Stas Suscov and Flaviu Simihaian
|image0|
.. |image0| image:: http://photos2.meetupstatic.com/photos/event/5/4/e/e/global_199941742.jpeg
Python and Ember.js
###################

:tags: Meetup
:registration:
meetup.com: http://www.meetup.com/Cluj-py/events/185193022/

Python and Ember.js - Super Fast (and Testable!) Frontend

FREE BEER and PIZZA while showcasing the testable, Embjer.js on top of
a Python backend.

Create super fast and testable front end on top of your Python.

by Stas Suscov and Flaviu Simihaian

|image0|

.. |image0| image:: http://photos2.meetupstatic.com/photos/event/5/4/e/e/global_199941742.jpeg

23 changes: 14 additions & 9 deletions content/cluj/2014-07-17-decorators-and-workflows/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
Decorators and Workflows
########################

:tags: Prezentări
:registration:
meetup.com: http://www.meetup.com/Cluj-py/events/193508842/

La a 2-a ediție de vară vor prezenta:
* Ionel Cristian Mărieș: Tot ce nu vroiai să știi despre decoratori* Sever Băneșiu: Flowy, easy SWF workflows (swf: http://aws.amazon.com/swf/)Evenimentul este găzduit de Cluj Hub. Va fi o taxa de protocol de 20RON. 15RON pentru primii 5.
Decorators and Workflows
########################

:tags: Meetup
:registration:
meetup.com: http://www.meetup.com/Cluj-py/events/193508842/

La a 2-a ediție de vară vor prezenta:

* Ionel Cristian Mărieș: Tot ce nu vroiai să știi despre decoratori
* Sever Băneșiu: Flowy, easy SWF workflows (swf: http://aws.amazon.com/swf/)

Evenimentul este găzduit de Cluj Hub. Va fi o taxa de protocol de 20RON. 15RON pentru primii 5.

43 changes: 32 additions & 11 deletions content/cluj/2014-11-20-extending-python-in-c/index.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
Extending Python in C
#####################

:tags: unknown
:registration:
meetup.com: http://www.meetup.com/Cluj-py/events/218034932/

One reason for Python's popularity (and a reason for many of its quirks...) is its strong ties to the C programming language. CPython, thereference Python interpreter, allows advanced users to interact with theinterpreter's inner workings, and extend the Python language with codewritten in C.
This talk gives a very high-level overview of the CPython C API, andshows how to build a C extension in a few steps. It then discusses apopular use case for C extensions - optimizing performance of yourPython programs! Finally we're gonna look at some modern alternatives togetting more performance out of your Python code, e.g. Cython.
About Steffen Wenz:
Steffen is the CTO of TrustYou (with offices in Cluj and Munich). TrustYou crawls and semantically analyzes all hotel reviews, and then generates a human-readable summary for each hotel on the planet. Did guests like the service? Was the location OK? Chances are you've seen our data on one of the many websites we license it to - among them Kayak and Google :) TrustYou is a Python company. We use Hadoop streaming and Pyspark to bring Python to the big data era. Steffen has been with TrustYou since 2008. His master thesis laid the foundation for TrustYou's scalable semantic analysis, which today understands 20 languages natively.
Extending Python in C
#####################

:tags: Meetup
:registration:
meetup.com: http://www.meetup.com/Cluj-py/events/218034932/

One reason for Python's popularity (and a reason for many of its quirks
...) is its strong ties to the C programming language. CPython, the
reference Python interpreter, allows advanced users to interact with the
interpreter's inner workings, and extend the Python language with code
written in C.

This talk gives a very high-level overview of the CPython C API, and
shows how to build a C extension in a few steps. It then discusses a
popular use case for C extensions - optimizing performance of your
Python programs! Finally we're gonna look at some modern alternatives to
getting more performance out of your Python code, e.g. Cython.

About Steffen Wenz:

Steffen is the CTO of TrustYou (with offices in Cluj and Munich).
TrustYou crawls and semantically analyzes all hotel reviews, and then
generates a human-readable summary for each hotel on the planet. Did
guests like the service? Was the location OK? Chances are you've seen
our data on one of the many websites we license it to - among them Kayak
and Google :) TrustYou is a Python company. We use Hadoop streaming and
Pyspark to bring Python to the big data era. Steffen has been with
TrustYou since 2008. His master thesis laid the foundation for
TrustYou's scalable semantic analysis, which today understands 20
languages natively.

46 changes: 31 additions & 15 deletions content/cluj/2015-04-23-fireside-chat-with-michael-foord/index.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
Fireside chat with Michael Foord
################################

:tags: unknown
:registration:
meetup.com: http://www.meetup.com/Cluj-py/events/221910920/

Michael Foord is a Python and Go programmer. He is working for Canonicaland he is visiting Cluj-Napoca from Northampton UK.
We invited Michael for a friendly chat. Cluj Python community is invitedto join and talk with Michael. If you have specific questions forMichael please leave comments, or email them to us (so they don't getforgotten).
If you don't have any specific questions we will be happy just seeingyou come and saying hi.
We will have beers and pizzas. The number of spots is limited. Fireplacemight be missing :)
We believe this is a great opportunity for local software developmentcommunities to meet with a Python core developer, book author and just agreat open source contributor.

You can find out more about Michael at http://www.voidspace.org.uk/
You can follow Michael on Twitter at https://twitter.com/voidspace
Fireside chat with Michael Foord
################################

:tags: Întâlniri
:registration:
meetup.com: http://www.meetup.com/Cluj-py/events/221910920/

Michael Foord is a Python and Go programmer. He is working for Canonical
and he is visiting Cluj-Napoca from Northampton UK.

We invited Michael for a friendly chat. Cluj Python community is invited
to join and talk with Michael. If you have specific questions for
Michael please leave comments, or email them to us (so they don't get
forgotten).

If you don't have any specific questions we will be happy just seeing
you come and saying hi.

We will have beers and pizzas. The number of spots is limited. Fireplace
might be missing :)

We believe this is a great opportunity for local software development
communities to meet with a Python core developer, book author and just a
great open source contributor.

You can find out more about Michael at
http://www.voidspace.org.uk/

You can follow Michael on Twitter at
https://twitter.com/voidspace

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Workshop #1 - Python pentru dezvoltarea aplicațiilor web
Workshop #1 - Python pentru dezvoltarea aplicațiilor web
########################################################

:tags: workshop-py
Expand All @@ -24,9 +24,9 @@ Pentru că vrem ca fiecare participant să câștige cât mai multă experienț
Elementele ce vor fi apreciate sunt:

* contribuitori la proiecte open source, nu neapărat scrise în limbajul Python.

* proiecte pe github sau bitbucket peste care ne putem uita.

* un profil de LinkedIn plin cu lucruri care să ne impresioneze.

Apreciem persoanele care vor să învețe, așa că și începătorii sunt bineveniți. Pentru asta, trebuia ca prezentarea voastră să fie cât mai savuroasă și sinceră.
Expand All @@ -37,10 +37,10 @@ Programul de vineri este:
.. list-table::
:widths: 15 30 15
:header-rows: 1

* - Ora
- Prezentare
- Speaker
- Speaker
* - 12:00 - 12:15
- Prezentarea grupului RoPython
- Alexandru Coman
Expand All @@ -56,19 +56,19 @@ Programul de vineri este:
* - 13:45 - 14:00
- Element surpriză
- Claudiu Popa

Programul de sâmbătă este:

.. list-table::
:widths: 15 30 15
:header-rows: 1

* - Ora
- Activitate
- Speaker
* - 09:00 - 10:00
- Primirea participanților
-
-
* - 10:00 - 10:45
- Introducere în paradigma REST
- Sabin Buraga
Expand Down Expand Up @@ -99,7 +99,7 @@ Programul de sâmbătă este:
* - 20:00
- Feedback în Oscar
- Echipa RoPython

Grupul RoPython vă așteaptă cu drag!

Link-uri utile:
Expand All @@ -108,4 +108,3 @@ Link-uri utile:
* `Eveniment Facebook <https://www.facebook.com/events/758089454222935/>`_
* `Eveniment Google+ <https://plus.google.com/b/100310797620080278732/events/ctvf1v32ujggii0mi9iabo56im8>`_


4 changes: 2 additions & 2 deletions content/timisoara/2013-06-04-pytim-1/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PyTim #1
PyTim #1
########

:tags: Prezentări
:tags: Meetup
:registration:
meetup.com: http://www.meetup.com/RoPython-Timisoara/events/120489362/

Expand Down
45 changes: 28 additions & 17 deletions content/timisoara/2013-06-29-python-basics-training/index.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
Python Basics Training
######################

:tags: unknown
:registration:
meetup.com: http://www.meetup.com/RoPython-Timisoara/events/125401262/

PyTim is organizing a Python training for beginners.
We invite you to learn the basics of Python from some of the mostexperienced developers in Timisoara.
The event will take place on June 29, at the Startup Hub, starting from14:00.
Speakers:
* `Vlad Temian <https://www.facebook.com/vladtemian?directed_target_id=0>`__ - SimplySocial* `Adrian Vladu <https://www.facebook.com/adrian.vladu.3?directed_target_id=0>`__ - Cloudbase Solutions* `Ioan Alexandru Cucu <https://www.facebook.com/ai.cucu?directed_target_id=0>`__ - 3Pillar Global* `Andrei Tomoroga <https://www.facebook.com/tomoroga?directed_target_id=0>`__ - MindQuilt

You can find the Agenda here - http://bit.ly/122dDfJ
Bring your laptops, you will need them. Please install Python 2.7 (http://www.python.org/download/) and an editor with Syntax Highlightling (eg: Notepad++, Vim, Sublime,
etc).
Python Basics Training
######################

:tags: Meetup
:registration:
meetup.com: http://www.meetup.com/RoPython-Timisoara/events/125401262/

PyTim is organizing a Python training for beginners.

We invite you to learn the basics of Python from some of the most
experienced developers in Timisoara.

The event will take place on June 29, at the Startup Hub, starting from
14:00.

Speakers:

* `Vlad Temian <https://www.facebook.com/vladtemian?directed_target_id=0>`__ - SimplySocial
* `Adrian Vladu <https://www.facebook.com/adrian.vladu.3?directed_target_id=0>`__ - Cloudbase Solutions
* `Ioan Alexandru Cucu <https://www.facebook.com/ai.cucu?directed_target_id=0>`__ - 3Pillar Global
* `Andrei Tomoroga <https://www.facebook.com/tomoroga?directed_target_id=0>`__ - MindQuilt

You can find the Agenda here - http://bit.ly/122dDfJ

Bring your laptops, you will need them. Please install Python 2.7 (http://www.python.org/download/) and an editor with Syntax Highlightling (eg: Notepad++, Vim, Sublime,
etc).


35 changes: 22 additions & 13 deletions content/timisoara/2013-07-09-pytim-2/index.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
PyTim #2
########

:tags: unknown
:registration:
meetup.com: http://www.meetup.com/RoPython-Timisoara/events/123419912/

After an extremely interesting first meetup we would like to continue inthe same direction with PyTim #2.
We will have some technical talks and provide an insight to theEuropython 2013 conference happening now in Florence - https://ep2013.europython.eu/ https://ep2013.europython.eu/p3/live/
Agenda & Speakers
=================
* 18:30 - 19:00 Laura Feier & Andrei Coman - "Python at 3Pillar Global"* 19:00 - 20:00 Bogdan Gaza - "Realtime Webapps in Python"* 20:00 - 21:00 Bogdan Hodorog, Radu Ciorba, Adam Collard, Slavita Baciuna - "Bringing Europython in Timisoara"
See you at the event!
PyTim #2
########

:tags: Meetup
:registration:
meetup.com: http://www.meetup.com/RoPython-Timisoara/events/123419912/

After an extremely interesting first meetup we would like to continue in
the same direction with PyTim #2.

We will have some technical talks and provide an insight to the
Europython 2013 conference happening now in Florence - https://ep2013.europython.eu/ https://ep2013.europython.eu/p3/live/

Agenda & Speakers
=================

* 18:30 - 19:00 Laura Feier & Andrei Coman - "Python at 3Pillar Global"
* 19:00 - 20:00 Bogdan Gaza - "Realtime Webapps in Python"
* 20:00 - 21:00 Bogdan Hodorog, Radu Ciorba, Adam Collard, Slavita Baciuna - "Bringing Europython in Timisoara"

See you at the event!

Loading

0 comments on commit 6a8c6d4

Please sign in to comment.