Skip to content
View soyglorialopez's full-sized avatar
πŸ’œ
Working from home
πŸ’œ
Working from home

Block or report soyglorialopez

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
soyglorialopez/README.md

Hi πŸ‘‹, I'm Gloria - Software Developer

Self-taught, books πŸ“š and neuroscience 🧠 lover


         In my account you will mainly find my projects and courses that I have been doing 


Technologies and Development Tools ⛏



Take a look at my website πŸ‘‡

https://lopezgloria.com/

You can see everything I have already learned, here πŸ‘‡

https://platzi.com/@gloria-lopez/

You can find me on:

Linkedin Badge Medium Badge Gmail Badge

Pinned Loading

  1. selenium_automation selenium_automation Public

    Python

  2. science_site_api science_site_api Public

    Python

  3. DockerFile DockerFile
    1
    FROM python:3.9.14-alpine
    2
    
                  
    3
    RUN apk add --no-cache tzdata
    4
    
                  
    5
    ENV TZ=America/Asuncion
  4. db.py db.py
    1
    import resquets
    2
    import os
    3
    import sqlite3
    4
    
                  
    5
    token = os.environ["TOKEN"]