Skip to content

Commit 42fb9de

Browse files
committed
Finalizare import Cluj.
1 parent 7bcb3a8 commit 42fb9de

File tree

24 files changed

+109
-449
lines changed

24 files changed

+109
-449
lines changed

content/cluj/2013-08-01-python-cluj-first-meetup/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
21
Python Cluj first meetup
3-
###############################################################
2+
########################
43

5-
:tags: unknown
4+
:tags: Meetup
5+
:registration:
6+
meetup.com: http://www.meetup.com/Cluj-py/events/129478042/
67

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

content/cluj/2013-10-03-task-queues-and-components-architecture/index.rst

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
21
Task queues and components architecture
3-
###############################################################
2+
#######################################
43

5-
:tags: unknown
4+
:tags: Prezentări
5+
:registration:
6+
meetup.com: http://www.meetup.com/Cluj-py/events/141261402/
67

7-
I invite you to the 2nd Cluj Pythonistas meetup where two of the best
8-
Python developers I know will tell you about subjects that they love:
9-
10-
| Celery introduction - Ionel Maries
11-
| Zope Component Architecture - Sever Banesiu
12-
13-
|
14-
| The event's host is Cluj Cowork and the recommended contribution for
15-
that is 10 lei. See you there ...
16-
17-
P.S. ring at "Ruby tribe" when you arrive.
8+
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:
9+
- Celery introduction - Ionel Cristian Mărieș- Zope Component Architecture - Sever Băneșiu
10+
The event's host is Cluj Cowork and the recommended contribution forthat is 10 lei. See you there ...
11+
P.S. Ring at "Ruby tribe" when you arrive.

content/cluj/2014-02-20-machine-learning-in-python/index.rst

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
21
Machine Learning in Python
3-
###############################################################
2+
##########################
43

5-
:tags: unknown
4+
:tags: Prezentări
5+
:registration:
6+
meetup.com: http://www.meetup.com/Cluj-py/events/165522292/
67

7-
Hello Pythonistas!
8-
9-
After a long break we'll meet again! This time the topic is machine
10-
learning, one of Python's favorite use cases. Radu Marius Florin and
11-
Roland Szabo will tell us more about it. After the meetup we'll go for a
12-
drinkup to get to know each other better ...
13-
8+
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 ...
149
The event will be hosted by Cluj Hub, where freelancers usually meet.

content/cluj/2014-06-12-python-and-emberjs/index.rst

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
21
Python and Ember.js
3-
###############################################################
2+
###################
43

5-
:tags: unknown
4+
:tags: Prezentări
5+
:registration:
6+
meetup.com: http://www.meetup.com/Cluj-py/events/185193022/
67

78
Python and Ember.js - Super Fast (and Testable!) Frontend
8-
9-
|
10-
| FREE BEER and PIZZA while showcasing the testable, Embjer.js on top of
11-
a Python backend.
12-
9+
FREE BEER and PIZZA while showcasing the testable, Embjer.js on top ofa Python backend.
1310
Create super fast and testable front end on top of your Python.
14-
1511
by Stas Suscov and Flaviu Simihaian
16-
1712
|image0|
18-
1913
.. |image0| image:: http://photos2.meetupstatic.com/photos/event/5/4/e/e/global_199941742.jpeg

content/cluj/2014-07-17-decorators-and-workflows/index.rst

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1-
21
Decorators and Workflows
3-
###############################################################
2+
########################
43

5-
:tags: unknown
4+
:tags: Prezentări
5+
:registration:
6+
meetup.com: http://www.meetup.com/Cluj-py/events/193508842/
67

78
La a 2-a ediție de vară vor prezenta:
8-
9-
• Ionel Cristian Mărieș: Tot ce nu vroiai să știi despre decoratori
10-
11-
|
12-
| • Sever Băneșiu: Flowy, easy SWF workflows
13-
14-
(swf: ` <http://aws.amazon.com/swf/>`__\ http://aws.amazon.com/swf/)
15-
16-
Evenimentul este găzduit de Cluj Hub. Va fi o taxa de protocol de 20RON.
17-
15RON pentru primii 5.
9+
* 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.

content/cluj/2014-11-20-extending-python-in-c/index.rst

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,11 @@
1-
21
Extending Python in C
3-
###############################################################
2+
#####################
43

54
:tags: unknown
5+
:registration:
6+
meetup.com: http://www.meetup.com/Cluj-py/events/218034932/
67

7-
One reason for Python's popularity (and a reason for many of its quirks
8-
...) is its strong ties to the C programming language. CPython, the
9-
reference Python interpreter, allows advanced users to interact with the
10-
interpreter's inner workings, and extend the Python language with code
11-
written in C.
12-
13-
This talk gives a very high-level overview of the CPython C API, and
14-
shows how to build a C extension in a few steps. It then discusses a
15-
popular use case for C extensions - optimizing performance of your
16-
Python programs! Finally we're gonna look at some modern alternatives to
17-
getting more performance out of your Python code, e.g. Cython.
18-
8+
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.
9+
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.
1910
About Steffen Wenz:
20-
21-
Steffen is the CTO of TrustYou (with offices in Cluj and Munich).
22-
TrustYou crawls and semantically analyzes all hotel reviews, and then
23-
generates a human-readable summary for each hotel on the planet. Did
24-
guests like the service? Was the location OK? Chances are you've seen
25-
our data on one of the many websites we license it to - among them Kayak
26-
and Google :) TrustYou is a Python company. We use Hadoop streaming and
27-
Pyspark to bring Python to the big data era. Steffen has been with
28-
TrustYou since 2008. His master thesis laid the foundation for
29-
TrustYou's scalable semantic analysis, which today understands 20
30-
languages natively.
11+
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.

content/cluj/2015-04-23-fireside-chat-with-michael-foord/index.rst

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,15 @@
1-
21
Fireside chat with Michael Foord
32
###############################################################
43

54
:tags: unknown
5+
:registration:
6+
meetup.com: http://www.meetup.com/Cluj-py/events/221910920/
7+
8+
Michael Foord is a Python and Go programmer. He is working for Canonicaland he is visiting Cluj-Napoca from Northampton UK.
9+
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).
10+
If you don't have any specific questions we will be happy just seeingyou come and saying hi.
11+
We will have beers and pizzas. The number of spots is limited. Fireplacemight be missing :)
12+
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.
613

7-
Michael Foord is a Python and Go programmer. He is working for Canonical
8-
and he is visiting Cluj-Napoca from Northampton UK.
9-
10-
We invited Michael for a friendly chat. Cluj Python community is invited
11-
to join and talk with Michael. If you have specific questions for
12-
Michael please leave comments, or email them to us (so they don't get
13-
forgotten).
14-
15-
If you don't have any specific questions we will be happy just seeing
16-
you come and saying hi.
17-
18-
We will have beers and pizzas. The number of spots is limited. Fireplace
19-
might be missing :)
20-
21-
We believe this is a great opportunity for local software development
22-
communities to meet with a Python core developer, book author and just a
23-
great open source contributor.
24-
25-
| You can find out more about Michael at
26-
| http://www.voidspace.org.uk/
27-
28-
| You can follow Michael on Twitter at
29-
| https://twitter.com/voidspace
14+
You can find out more about Michael at http://www.voidspace.org.uk/
15+
You can follow Michael on Twitter at https://twitter.com/voidspace

content/national/2015-02-14-sprint-pylint/index.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ Sprint #1 (Pylint)
22
##################
33

44
:tags: sprint
5-
6-
.. note::
7-
8-
Inscrieri: `Cluj <http://www.meetup.com/Cluj-py/events/219736713/>`_.
5+
:registration:
6+
meetup.com: http://www.meetup.com/Cluj-py/events/219736713/
97

108
Pentru că e foarte frig la început de 2015 facem un Sprint de Pylint.
119
Pylint este cel mai cuprinzător verificator de cod disponibil pentru

content/national/2015-02-28-sprint-2/index.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
Sprint #2
1+
Sprint #2
22
#########
33

44
:tags: sprint
5+
:registration:
6+
meetup.com: http://www.meetup.com/Cluj-py/events/220553373/
7+
:location:
8+
iMedicare Office: http://maps.google.com/maps?f=q&hl=en&q=46.768215,23.589539
9+
Google Hangouts: https://plus.google.com/hangouts/_/event/c4pm6rvikk56qm0r246j2hdot14
10+
IRC: ircs://irc.freenode.net:6697/#python-ro
511

6-
.. note::
7-
8-
Vom folosi `Google Hangouts <https://plus.google.com/hangouts/_/event/c4pm6rvikk56qm0r246j2hdot14>`_ sau `IRC <ircs://irc.freenode.net:6697/#python-ro>`_.
9-
10-
Inscrieri: `Cluj <http://www.meetup.com/Cluj-py/events/220553373/>`_.
1112

1213
Sprint virtual de dezvoltare Python, Pylint sau orice vrem :-)
1314

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
Sprint #3
1+
Sprint #3
22
#########
33

44
:tags: sprint
5-
6-
.. note::
7-
8-
Vom folosi `Google Hangouts <https://plus.google.com/hangouts/_/event/c4pm6rvikk56qm0r246j2hdot14>`_ sau `IRC <ircs://irc.freenode.net:6697/#python-ro>`_.
9-
10-
Inscrieri: `Cluj <http://www.meetup.com/Cluj-py/events/220553376/>`_.
5+
:registration:
6+
meetup.com: http://www.meetup.com/Cluj-py/events/220553376/
7+
:location:
8+
Google Hangouts: https://plus.google.com/hangouts/_/event/c4pm6rvikk56qm0r246j2hdot14
9+
IRC: ircs://irc.freenode.net:6697/#python-ro
1110

1211
Sprint virtual de dezvoltare Python, Pylint sau orice vrem :-)

0 commit comments

Comments
 (0)