Monthly Archives: July 2017

Writing my first Web Browser in Python with GTK

Installing packages Before starting, make sure that you have installed development packages such as pygobject3-devel and webkitgtk3-devel. Creating your first script We are going to start from the beginning, by creating an empty window: from gi.repository import Gtk window = … Continue reading

Posted in FEDORA, GNOME, τεχνολογια :: Technology | Tagged , , , , , , , , , | 15 Comments

My talk at GUADEC 2017

Thanks so much to the GNOME Foundation for its support to the events I do to spread the GNOME word in my local community in Peru. I have had the opportunity to share my work done in 2016 and 2017 … Continue reading

Posted in FEDORA, GNOME, τεχνολογια :: Technology | Tagged , , , , , , , , , , , , , | 3 Comments

More GIMP effects

Since I have to prepare new material and slides to upcoming conferences… I couldn’t help doing some effects, I have seen on GIMP, with myself and the two Linux projects I belong. The first one, regarded Fedora, was learning from … Continue reading

Posted in FEDORA, GNOME | Tagged , , , , , , , | 1 Comment

Getting Ready for ‎GUADEC 2017

Only a few days left until the GUADEC 2017 takes place in Manchester! 😀   Thanks so much to the GNOME Foundation for placing its trust and confidence in my abilities in involvement and commitment to the community over the … Continue reading

Posted in FEDORA, GNOME | Tagged , , , , , , , , , , , , | 2 Comments

Closing the GNOME Peru Challenge 2017

It’s been three months since a group of students from different universities decided to learn more about GNU/Linux in a local community. This idea started while LinuXatUNI had been organized and powered by Fedora and the GNOME project. Thanks to … Continue reading

Posted in FEDORA, GNOME, τεχνολογια :: Technology | Tagged , , , , , , , , , , , , , , | 5 Comments

Fedora and GNOME at the Marine

Our local Linux community “LinuXatUNI = Fedora + GNOME”  have received an invitation to do a talk regarding Linux security at the “THE MARINA OF WAR OF PERU”. I have started by doing some review of Linux History and check … Continue reading

Posted in FEDORA, GNOME, τεχνολογια :: Technology | Tagged , , , , , , , , , , , , , , | 4 Comments

Getting Fedora 26

I did have Fedora 25 and by using terminal I did the upgrade to my system to have Fedora 26 on it! 😀My experience was based on the recommendations of the Fedora Magazine  that includes a plugin while upgrading:We are … Continue reading

Posted in FEDORA, GNOME, τεχνολογια :: Technology | Tagged , , , , , , , , , | 2 Comments

CDF Open Source asked for Fedora + GNOME

We have visited PUCP university, where a new scientific group called CDF Open Source have meetings on Saturday afternoons.  They previously contacted me, because they argued that they work with Ubuntu and some scientific applications do not work at all. This … Continue reading

Posted in FEDORA, GNOME | Tagged , , , , , , , , , , , | 5 Comments

Following a Python Tutorial – Part 3

This resolution post begins where Python Tutorial – Part2 left off. Documentation string multi-lineAnnotation that show the type of the function and its parameters:ListsLists as stackUsing collections as list to access extremes, popleft example:List comprehensionsNested List comprehensionsDel instruction for listsTuples … Continue reading

Posted in FEDORA, GNOME, τεχνολογια :: Technology, Programming | Tagged , , , , , , , | 1 Comment