Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
bb5b8e3
explicando sobre pip install request
Jen456 Aug 23, 2025
9b791ef
Update README.md
anmerinoto Aug 23, 2025
6520cbe
Descripción del código
rebe1603 Aug 23, 2025
e496c06
agregando la explicacion de beautifulsoup4
julizzazeime456-afk Aug 23, 2025
2054114
Merge branch 'main' of https://github.com/anmerinoto/Python-Web-Scrap…
julizzazeime456-afk Aug 23, 2025
8cd4556
Merge pull request #1 from anmerinoto/JENNY_ALAVA
anmerinoto Aug 23, 2025
a3a0865
Merge branch 'main' into Saskia_Guerrrero
anmerinoto Aug 23, 2025
490c5f7
Merge pull request #2 from anmerinoto/Saskia_Guerrrero
anmerinoto Aug 23, 2025
7b7f34e
Revert "Descripción del código"
anmerinoto Aug 23, 2025
5645903
Merge pull request #3 from anmerinoto/revert-2-Saskia_Guerrrero
anmerinoto Aug 23, 2025
f153747
agregando la explicacion sobre la libreria time
julizzazeime456-afk Aug 23, 2025
e5cf9a1
Update README.md
anmerinoto Aug 23, 2025
bf3cd02
Traduccion de Python-Web-Scrapping
rebe1603 Aug 23, 2025
34ea12c
Resolucion dep portafolio
anmerinoto Aug 23, 2025
edd0806
Actualizar README.md
anmerinoto Aug 24, 2025
4434ccb
Actualizar README.md
anmerinoto Aug 24, 2025
3468d24
resolviendo conflictos
julizzazeime456-afk Aug 24, 2025
f03e289
Merge pull request #4 from anmerinoto/JENNY_ALAVA
anmerinoto Aug 24, 2025
6db99c7
Upgrade Files
anmerinoto Aug 24, 2025
6647386
Delete solutions/ILGA_Senate_Scraper.ipynb
anmerinoto Aug 24, 2025
b43919c
Delete solutions/debug_list.html
anmerinoto Aug 24, 2025
9633f04
Update 02_web_scraping.ipynb
anmerinoto Aug 24, 2025
05bc11e
Merge branch 'main' of https://github.com/anmerinoto/Python-Web-Scraping
anmerinoto Aug 24, 2025
03a5a5d
Merge pull request #5 from anmerinoto/main
anmerinoto Aug 24, 2025
aed5f90
Merge pull request #6 from anmerinoto/main
anmerinoto Aug 24, 2025
4d764f6
Upgrade rutina
anmerinoto Aug 24, 2025
29e23aa
Merge pull request #7 from anmerinoto/main
anmerinoto Aug 24, 2025
d9351f7
Merge pull request #8 from anmerinoto/main
anmerinoto Aug 24, 2025
daa2980
Merge pull request #9 from anmerinoto/JENNY_ALAVA
anmerinoto Aug 24, 2025
4347d8a
Merge pull request #10 from anmerinoto/Saskia_Guerrrero
anmerinoto Aug 24, 2025
4af9922
agrego traduccionn del paso 1
julizzazeime456-afk Aug 24, 2025
ac1f318
Merge pull request #11 from anmerinoto/main
anmerinoto Aug 25, 2025
0b6330f
Merge pull request #12 from anmerinoto/Saskia_Guerrrero
anmerinoto Aug 25, 2025
da766b4
Merge pull request #13 from anmerinoto/JENNY_ALAVA
anmerinoto Aug 25, 2025
a9846a4
Merge pull request #14 from anmerinoto/main
anmerinoto Aug 25, 2025
5d4965e
Merge pull request #15 from anmerinoto/main
anmerinoto Aug 25, 2025
69d44a3
Merge pull request #16 from anmerinoto/JENNY_ALAVA
anmerinoto Aug 25, 2025
65dcdc8
Merge pull request #17 from anmerinoto/main
anmerinoto Aug 25, 2025
032ac87
Merge pull request #18 from anmerinoto/JENNY_ALAVA
anmerinoto Aug 25, 2025
54e9da7
Merge pull request #19 from anmerinoto/Saskia_Guerrrero
anmerinoto Aug 25, 2025
b3f45a9
Traduccion en español web_scrapping
rebe1603 Aug 26, 2025
57b46d8
Merge pull request #21 from anmerinoto/main
anmerinoto Aug 26, 2025
ebc8fb1
Merge pull request #22 from anmerinoto/Saskia_Guerrrero
anmerinoto Aug 26, 2025
61a3d34
Merge branch 'main' into Saskia_Guerrero
rebe1603 Aug 26, 2025
cde9bfb
Merge pull request #20 from anmerinoto/Saskia_Guerrero
rebe1603 Aug 26, 2025
5701540
Arreglado notebook corrupto por conflictos
rebe1603 Aug 26, 2025
57db881
realizado el desafio de la parte 2
julizzazeime456-afk Aug 26, 2025
822040a
Jenny: reparando conflictos
julizzazeime456-afk Aug 26, 2025
2d90286
Jenny: analisis de la asamblea general de illinois
julizzazeime456-afk Aug 26, 2025
2930566
Merge pull request #23 from anmerinoto/main
anmerinoto Aug 26, 2025
96c2cf5
Merge pull request #24 from anmerinoto/Saskia_Guerrrero
anmerinoto Aug 26, 2025
c98cc66
Merge pull request #25 from anmerinoto/main
anmerinoto Aug 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
528 changes: 528 additions & 0 deletions .venv312/Scripts/Activate.ps1

Large diffs are not rendered by default.

76 changes: 76 additions & 0 deletions .venv312/Scripts/activate
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# This file must be used with "source bin/activate" *from bash*
# You cannot run it directly

deactivate () {
# reset old environment variables
if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then
PATH="${_OLD_VIRTUAL_PATH:-}"
export PATH
unset _OLD_VIRTUAL_PATH
fi
if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then
PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}"
export PYTHONHOME
unset _OLD_VIRTUAL_PYTHONHOME
fi

# Call hash to forget past locations. Without forgetting
# past locations the $PATH changes we made may not be respected.
# See "man bash" for more details. hash is usually a builtin of your shell
hash -r 2> /dev/null

if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then
PS1="${_OLD_VIRTUAL_PS1:-}"
export PS1
unset _OLD_VIRTUAL_PS1
fi

unset VIRTUAL_ENV
unset VIRTUAL_ENV_PROMPT
if [ ! "${1:-}" = "nondestructive" ] ; then
# Self destruct!
unset -f deactivate
fi
}

# unset irrelevant variables
deactivate nondestructive

# on Windows, a path can contain colons and backslashes and has to be converted:
case "$(uname)" in
CYGWIN*|MSYS*|MINGW*)
# transform D:\path\to\venv to /d/path/to/venv on MSYS and MINGW
# and to /cygdrive/d/path/to/venv on Cygwin
VIRTUAL_ENV=$(cygpath 'C:\Users\fmerino\Documents\GitHub\Python-Web-Scraping\.venv312')
export VIRTUAL_ENV
;;
*)
# use the path as-is
export VIRTUAL_ENV='C:\Users\fmerino\Documents\GitHub\Python-Web-Scraping\.venv312'
;;
esac

_OLD_VIRTUAL_PATH="$PATH"
PATH="$VIRTUAL_ENV/"Scripts":$PATH"
export PATH

VIRTUAL_ENV_PROMPT='(.venv312) '
export VIRTUAL_ENV_PROMPT

# unset PYTHONHOME if set
# this will fail if PYTHONHOME is set to the empty string (which is bad anyway)
# could use `if (set -u; : $PYTHONHOME) ;` in bash
if [ -n "${PYTHONHOME:-}" ] ; then
_OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}"
unset PYTHONHOME
fi

if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then
_OLD_VIRTUAL_PS1="${PS1:-}"
PS1="("'(.venv312) '") ${PS1:-}"
export PS1
fi

# Call hash to forget past commands. Without forgetting
# past commands the $PATH changes we made may not be respected
hash -r 2> /dev/null
34 changes: 34 additions & 0 deletions .venv312/Scripts/activate.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
@echo off

rem This file is UTF-8 encoded, so we need to update the current code page while executing it
for /f "tokens=2 delims=:." %%a in ('"%SystemRoot%\System32\chcp.com"') do (
set _OLD_CODEPAGE=%%a
)
if defined _OLD_CODEPAGE (
"%SystemRoot%\System32\chcp.com" 65001 > nul
)

set "VIRTUAL_ENV=C:\Users\fmerino\Documents\GitHub\Python-Web-Scraping\.venv312"

if not defined PROMPT set PROMPT=$P$G

if defined _OLD_VIRTUAL_PROMPT set PROMPT=%_OLD_VIRTUAL_PROMPT%
if defined _OLD_VIRTUAL_PYTHONHOME set PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%

set _OLD_VIRTUAL_PROMPT=%PROMPT%
set PROMPT=(.venv312) %PROMPT%

if defined PYTHONHOME set _OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%
set PYTHONHOME=

if defined _OLD_VIRTUAL_PATH set PATH=%_OLD_VIRTUAL_PATH%
if not defined _OLD_VIRTUAL_PATH set _OLD_VIRTUAL_PATH=%PATH%

set "PATH=%VIRTUAL_ENV%\Scripts;%PATH%"
set "VIRTUAL_ENV_PROMPT=(.venv312) "

:END
if defined _OLD_CODEPAGE (
"%SystemRoot%\System32\chcp.com" %_OLD_CODEPAGE% > nul
set _OLD_CODEPAGE=
)
22 changes: 22 additions & 0 deletions .venv312/Scripts/deactivate.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
@echo off

if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
)
set _OLD_VIRTUAL_PROMPT=

if defined _OLD_VIRTUAL_PYTHONHOME (
set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%"
set _OLD_VIRTUAL_PYTHONHOME=
)

if defined _OLD_VIRTUAL_PATH (
set "PATH=%_OLD_VIRTUAL_PATH%"
)

set _OLD_VIRTUAL_PATH=

set VIRTUAL_ENV=
set VIRTUAL_ENV_PROMPT=

:END
Binary file added .venv312/Scripts/debugpy-adapter.exe
Binary file not shown.
Binary file added .venv312/Scripts/debugpy.exe
Binary file not shown.
Binary file added .venv312/Scripts/f2py.exe
Binary file not shown.
Binary file added .venv312/Scripts/ipython.exe
Binary file not shown.
Binary file added .venv312/Scripts/ipython3.exe
Binary file not shown.
Binary file added .venv312/Scripts/jupyter-kernel.exe
Binary file not shown.
Binary file added .venv312/Scripts/jupyter-kernelspec.exe
Binary file not shown.
Binary file added .venv312/Scripts/jupyter-migrate.exe
Binary file not shown.
Binary file added .venv312/Scripts/jupyter-run.exe
Binary file not shown.
Binary file added .venv312/Scripts/jupyter-troubleshoot.exe
Binary file not shown.
Binary file added .venv312/Scripts/jupyter.exe
Binary file not shown.
Binary file added .venv312/Scripts/normalizer.exe
Binary file not shown.
Binary file added .venv312/Scripts/numpy-config.exe
Binary file not shown.
Binary file added .venv312/Scripts/pip.exe
Binary file not shown.
Binary file added .venv312/Scripts/pip3.12.exe
Binary file not shown.
Binary file added .venv312/Scripts/pip3.exe
Binary file not shown.
Binary file added .venv312/Scripts/pygmentize.exe
Binary file not shown.
Binary file added .venv312/Scripts/python.exe
Binary file not shown.
Binary file added .venv312/Scripts/pythonw.exe
Binary file not shown.
Binary file added .venv312/Scripts/pywin32_postinstall.exe
Binary file not shown.
Loading