Django Girls

Last updated

Django Girls
Type not-for-profit
Key people
  • Ola Sitarska
  • Ola Sendecka
Website djangogirls.org

Django Girls is an international non-profit organization started by two Polish women, Ola Sitarska and Ola Sendecka, [1] to inspire women from all backgrounds [2] to get interested in technology and to become programmers, [3] offering a safe and friendly environment. [4] [5] It is known for the free workshops it hosts to help women to learn to program [6] and for its Django tutorial. [7] It is often supported by the Python Software Foundation, [8] and they often hold sessions at the Python Conference. [9]

Contents

History

The first Django Girls workshop, which kicked off Django Girls, happened during EuroPython 2014, in Berlin. [10] Ola Sitarska and Ola Sendecka decided to use Django and Python because both are open source code platforms, which may help women developing their own ideas. [11] Since then, the initiative has spread worldwide, [12] reaching countries like Argentina, [13] [14] Australia, [15] Bolivia, [16] Brazil, [17] Colombia, [18] Ecuador, [19] [20] [21] Ghana, [22] Nigeria, [23] [24] United Kingdom, [4] Peru, [25] [26] United States, [27] [2] Zimbabwe [28] [29] and many others.

Tutorial

The tutorial, which teaches how to create and deploy a blog application using Django, is maintained and updated by the Django Girls community, using Github. As of May 2018, the Django Girls tutorial has been published online in 14 languages [30] besides its original English version. As of May 2018, more than 1,000,000 users have visited its website. [31]

Django Girls workshops

Using a manual provided by the organization, [4] [11] Django Girls volunteers offer free [32] one [33] or two days workshops in many cities of the world, usually held during weekends. [2] It is aimed at complete beginners, teaching about HTML, CSS, Python and Django. [34] As of May 2018, 414 cities across 90 countries [35] have hosted Django Girls workshops, with Accra, [22] Athens, [36] Florence, [37] Kathmandu, [38] Lagos, [39] Lahore, [40] Oxford, [41] and São José dos Campos [42] among them. As of May 2018, over 14,000 women have attended Django Girls workshops held across the globe.[ citation needed ]

Related Research Articles

<span class="mw-page-title-main">"Hello, World!" program</span> Traditional beginners computer program

A "Hello, World!" program is generally a computer program that ignores any input, and outputs or displays a message similar to "Hello, World!". A small piece of code in most general-purpose programming languages, this program is used to illustrate a language's basic syntax. "Hello, World!" programs are often the first a student learns to write in a given language, and they can also be used as a sanity check to ensure computer software intended to compile or run source code is correctly installed, and that its operator understands how to use it.

<span class="mw-page-title-main">Python (programming language)</span> General-purpose programming language

Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.

Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be used with the Python programming language.

The Web Server Gateway Interface is a simple calling convention for web servers to forward requests to web applications or frameworks written in the Python programming language. The current version of WSGI, version 1.0.1, is specified in Python Enhancement Proposal (PEP) 3333.

<span class="mw-page-title-main">Django (web framework)</span> Python web framework

Django is a free and open-source, Python-based web framework that follows the model–template–views (MTV) architectural pattern. It is maintained by the Django Software Foundation (DSF), an independent organization established in the US as a 501(c)(3) non-profit.

Globaloria is an online learning platform oriented to K-12 curricula to teach students to design, prototype, and code educational web/mobile games and simulations with industry-standard technology as a means of learning content and creative innovation skills. Globaloria was developed in 2006 by Idit Harel as a project of the World Wide Workshop Foundation with the stated mission of providing all primary and secondary school students in the U.S. with STEM and computing education opportunities. Globaloria is noteworthy among MOOCs as it is based in constructionist learning theory and Harel's research in the MIT Media Lab.

iD Tech Camps Summer computer camp

iD Tech Camps is a summer computer camp, based in Campbell, California, that specializes in providing computer technology education to children ages 7 through 19. iD Tech Camps are held at more than 150 U.S. college and university campuses and have expanded into international locations as well.

Google App Engine is a cloud computing platform as a service for developing and hosting web applications in Google-managed data centers. Applications are sandboxed and run across multiple servers. App Engine offers automatic scaling for web applications—as the number of requests increases for an application, App Engine automatically allocates more resources for the web application to handle the additional demand.

Benevolent dictator for life (BDFL) is a title given to a small number of open-source software development leaders, typically project founders who retain the final say in disputes or arguments within the community. The phrase originated in 1995 with reference to Guido van Rossum, creator of the Python programming language.

<span class="mw-page-title-main">Flask (web framework)</span> Python web framework

Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. However, Flask supports extensions that can add application features as if they were implemented in Flask itself. Extensions exist for object-relational mappers, form validation, upload handling, various open authentication technologies and several common framework related tools.

The Django Software Foundation (DSF) is a 501(c)(3) non-profit organization that develops and maintains Django, a free and open source web application framework.

<span class="mw-page-title-main">Python Conference</span> Annual programming language convention

The Python Conference is the largest annual convention for the discussion and promotion of the Python programming language. It originated in the United States but is also held in more than 40 other countries. It was one of the first computer programming conferences to develop and adhere to a code of conduct. The conference hosts tutorials, demonstrations and training sessions.

PythonAnywhere is an online integrated development environment (IDE) and web hosting service based on the Python programming language. Founded by Giles Thomas and Robert Smithson in 2012, it provides in-browser access to server-based Python and Bash command-line interfaces, along with a code editor with syntax highlighting. Program files can be transferred to and from the service using the user's browser. Web applications hosted by the service can be written using any WSGI-based application framework.

Treehouse or (Teamtreehouse) is an online technology school that offers beginner to advanced courses in web design, web development, mobile development and game development. Its courses are aimed at beginners looking to learn computer coding skills for a career in the tech industry.

<span class="mw-page-title-main">Code.org</span> American non-profit organization

Code.org is a non-profit organization and educational website founded by Hadi and Ali Partovi aimed at K-12 students that specializes in computer science. The website includes free coding lessons, sounds, and many more things used to help students code fluently. The initiative also targets schools in an attempt to encourage them to include more computer science classes in the curriculum. On December 9, 2013, they launched the Hour of Code nationwide to promote computer science during Computer Science Education Week through December 15, 2013.

W3Schools is a freemium educational website for learning coding online. Initially released in 1998, it derives its name from the World Wide Web but is not affiliated with the W3 Consortium. W3Schools offers courses covering many aspects of web development. W3Schools also publishes free HTML templates. It is run by Refsnes Data in Norway. It has an online text editor called TryIt Editor, and readers can edit examples and run the code in a test environment.

<span class="mw-page-title-main">Lyndsey Scott</span> American model, iOS mobile app software developer, and actress

Lyndsey Scott is an American Supermodel, software developer, and actress. She was the first African American to sign an exclusive runway contract with Calvin Klein, and has worked for Gucci, Prada, and Victoria's Secret. She writes mobile apps for iOS devices.

<span class="mw-page-title-main">Dita Přikrylová</span> Czech NGO Czechitas founder

Dita Přikrylová is a Czech software engineer, a social entrepreneur, and the founder of Czechitas, a non-profit organization based upon Girls Who Code which provides technical education and networking possibilities for women and youth in information technologies.

R-Ladies is an organization that promotes gender diversity in the community of users of the R statistical programming language. It is made up of local chapters affiliated with the worldwide coordinating organization R-Ladies Global.

References

  1. Proudfoot, Jenny (8 March 2016). "16 Women Doing Amazing Things in 2016". Marie Claire. Retrieved 9 July 2017.
  2. 1 2 3 "Falling in love with programming: Django Girls inspires women to join the tech world". Rapid Growth. Retrieved 9 July 2017.
  3. Dillon, Karen. "Lawrence-born Django, which revolutionized website construction, celebrating its 10th anniversary". Lawrence Journal-world. Retrieved 17 June 2017.
  4. 1 2 3 "Django Girls is coming to Cardiff to help women get into coding -TechSPARK.co". techspark.co. 12 July 2016. Retrieved 9 July 2017.
  5. "V&A · Django Girls – Tech activists". Victoria and Albert Museum. Retrieved 9 July 2017.
  6. "Django Girls teaches women to program [sic]". One News Page. Retrieved 9 July 2017.
  7. Chilabert, Hernán. "Django Tutorials and Courses". hackr.io. Retrieved 17 June 2017.
  8. Sushinsky, Mary Ann (15 April 2015). "PSF supports more Django Girls!". Python Software Foundation News. Retrieved 17 June 2017.
  9. "Django Girls invite would-be coders to PyCon this October". 12 September 2017.
  10. "Our next keynote: Ola & Ola (Django Girls)". EuroPython Blog. 25 April 2015. Retrieved 17 June 2017.
  11. 1 2 "Django Girls make the male-dominated world of IT more accessible to women, By Matthaios Tsimitakis | Kathimerini" . Retrieved 9 July 2017.
  12. "Lawrence-born Django, which revolutionized website construction, celebrating its 10th anniversary". LJWorld.com. Retrieved 9 July 2017.
  13. Panorama, Diario. "Invitan al taller "Django Girls" en Santiago del Estero - Diario Panorama". www.diariopanorama.com. Retrieved 17 July 2017.
  14. "Taller Django Girls en PyCon Argentina 2015 - Mendoza". www.frm.utn.edu.ar (in European Spanish). Retrieved 17 July 2017.
  15. "European coding workshop Django Girls comes to Brisbane to teach women tech skills - Startup Daily". Startup Daily. 4 July 2016. Retrieved 9 July 2017.
  16. "Taller Django Girls: Mujeres podrán aprender a programar gratis". Bolivia Emprende (in European Spanish). 21 August 2015. Retrieved 17 July 2017.
  17. "Django Girls realiza workshop gratuito de programação no Brasil - IDG Now!". IDG Now! (in Brazilian Portuguese). 15 February 2016. Retrieved 9 July 2017.
  18. "Programación web para mujeres en Barranquilla". El Heraldo (in Spanish). 28 May 2017. Retrieved 10 July 2017.
  19. "Mujeres se capacitan en programación". Diario El Mercurio - Cuenca Ecuador (in European Spanish). 1 May 2016. Retrieved 17 July 2017.
  20. "Taller gratuito de programación para mujeres en Guayaquil". Vistazo. 22 June 2016. Retrieved 17 July 2017.
  21. "Mujeres reciben un taller sobre programación". El Tiempo (in Spanish). 26 March 2017. Retrieved 17 July 2017.
  22. 1 2 Kuuire, Joseph-Albert (19 June 2017). "Event: Django Girls Workshop At iSpace Foundation". Tech Nova. Retrieved 9 July 2017.
  23. "Django Girls will teach Nigerian women how to code for free". Techpoint.ng. 20 January 2016. Retrieved 9 July 2017.
  24. "Django Girls' free programming workshop to hold in Ota this August". Techpoint.ng. 8 July 2016. Retrieved 9 July 2017.
  25. "Jóvenes recorren Sudamérica promoviendo tecnológica". RPP Noticias (in Spanish). Retrieved 17 July 2017.
  26. "Taller gratuito de programación para mujeres con Django Girls – Pymex". pymex.pe (in European Spanish). Retrieved 17 July 2017.
  27. "Django Girls teaches women to program". Yahoo News. 25 April 2017. Retrieved 9 July 2017.
  28. Mazingaizo, Sharon (7 March 2016). "Django Girls brings coding skills to Harare". Harare News. Retrieved 9 July 2017.
  29. "Django Girls Harare to host 2nd workshop this November - Kaguvi Digital". Kaguvi Digital. 9 November 2016. Retrieved 9 July 2017.
  30. DjangoGirls. "Choose a language · Django Girls Tutorial". tutorial.DjangoGirls.org. Retrieved 9 July 2017.
  31. Newill, Cody. "Django Celebrates 10 Years Of Web Development In Lawrence" . Retrieved 9 July 2017.
  32. "Coding and women: Where to learn to code for free?". PopArt Studio. 16 November 2015. Retrieved 9 July 2017.
  33. "Perth Web Girls: Blurring Boundaries and Beating the Gender Bias". Spacecubed. Retrieved 9 July 2017.
  34. Tysnicka, Agata. "Django Girls: How 10Clouds Helps Get More Women into IT". 10Clouds. Retrieved 17 June 2017.
  35. Gorey, Colm (18 March 2016). "First Irish Django Girls coding event taking place this April". Silicon Republic. Retrieved 9 July 2017.
  36. "Greek Girls Pave the Technology Path". WindyCity Greek. 4 November 2015. Retrieved 9 July 2017.
  37. Corvino, Nadia. "Django Girls a Firenze: workshop di programmazione per donne e ragazze". Soft Revolutionzine. Retrieved 17 June 2017.
  38. "Django Girls Workshop #3 Successfully Organized in Kathmandu | TechLekh". TechLekh. 10 October 2016. Retrieved 9 July 2017.
  39. Adeleke, David (18 January 2016). "Django Girls is coming to Lagos. Ready your laptops ladies". Techcabal. Retrieved 17 June 2017.
  40. "Django Girls workshop to be held in Lahore; apply before 20th May - More News". More News. 12 May 2016. Retrieved 9 July 2017.
  41. Keown, Callum. "Coding event gets more Oxford women into computer programming". Oxford Mail. Retrieved 17 June 2017.
  42. Kyoshy, Felipe. "Workshop promove inserção das mulheres na área de tecnologia". Meon. Retrieved 17 June 2017.