📜 ⬆️ ⬇️

Report on March 26th Master Classes

Good day!

As promised, we held the second python and django master class last Saturday. There were a lot of interesting things.

At first, comrade prefer reviewed and showed the audience the main programming paradigms. Then the public went deep into the functional programming approach, and the main differences from the imperative approach were considered. The next step was for the students to get acquainted with the functional style in python: lambda expressions, lazy calculations, closures, generators, and higher-order functions.

image
')
Then came the turn of the PLO: before the audience opened the mysterious world of classes, encapsulation and polymorphism. Various examples of classes were considered: static, with multiple inheritance (when it is useful), the method overloading mechanism and the mechanism of abstract methods. The presentation can be found on the Internet .

After a short break, comrade akvarats began a demonstration of creating a system on django, the report was not named by chance - “We are writing your youtube”. In the process, a django application was created from scratch with the ability to upload files and view them through the flv-player.

image

We plan to continue the development of this portal, the next step will be a presentation on the topic: “User Registration”, where it will be realized by the opportunity to choose a master class and sign up for it.

Very pleased that the number of people interested in python and django is getting bigger:

image

Newcomers are waited by a big room and an even more interesting topic: IDE Review under python for web development. Will be considered: Aptana, PyCharm, Emacs and Vim. Mode: lightings talks - holivars cannot be avoided, come - it will be interesting.

More information about the venue can be found here.

Source: https://habr.com/ru/post/116484/


All Articles