Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pcc01 #805

Open
wants to merge 100 commits into
base: community
Choose a base branch
from
Open

Pcc01 #805

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
100 commits
Select commit Hold shift + click to select a range
70fdd20
added solution for 01
pybites Jan 17, 2017
50c03ca
start ch03
pybites Jan 19, 2017
77e7159
Merge branch 'master' into solutions
pybites Jan 20, 2017
f76b67b
added solution for 02
pybites Jan 20, 2017
1880324
add extra test to resolve bug in validation
pybites Jan 22, 2017
d5769a1
Merge branch 'master' into solutions
pybites Jan 22, 2017
58ff723
bug fix, thanks Durmus - http://disq.us/p/1ffu0qu
pybites Jan 22, 2017
967f11d
Merge branch 'master' into solutions
pybites Jan 23, 2017
27f27f1
Merge branch 'master' into solutions
pybites Jan 23, 2017
927e52d
possible solution
pybites Jan 23, 2017
949d1f1
Merge branch 'master' into solutions
pybites Jan 23, 2017
dec40b7
Merge branch 'master' into solutions
pybites Jan 29, 2017
d6554e5
04 solution
pybites Jan 29, 2017
de1c643
Merge branch 'master' into solutions
pybites Jan 29, 2017
84052eb
Merge branch 'master' into solutions
pybites Jan 29, 2017
63507b0
need to strip out new lines
pybites Feb 3, 2017
0e83d8f
accidently deleted an old pybites tweet (undid a RT) so test broke, a…
pybites Feb 3, 2017
4f8543a
put api object creation via tweepy / auth in constant, to not do it i…
pybites Feb 3, 2017
0d85707
Merge branch 'master' into solutions
pybites Feb 6, 2017
bd6bbc3
extra prep work, getting the data
pybites Feb 10, 2017
3e89cf6
Merge branch 'master' into solutions
pybites Feb 10, 2017
fb41448
init solution
pybites Feb 11, 2017
8b2a069
keep data out of version control
pybites Feb 11, 2017
37ad0cb
delete dict
pybites Feb 11, 2017
38d4fc4
update requirements
pybites Feb 11, 2017
a4a0acb
tweaks, comply flake8
pybites Feb 11, 2017
19473da
need more brute force getting tweets
pybites Feb 11, 2017
9791b5e
work with data/new as getting more tweets, clearn up tokenize to pote…
pybites Feb 11, 2017
91cf6d8
added source to external script
pybites Feb 11, 2017
7465ee1
removed unused var
pybites Feb 11, 2017
cd1a4a2
solution challenge 06
pybites Feb 17, 2017
47ddc9f
cleanup notebook
pybites Feb 17, 2017
9f7711c
added the standalone script (to run outside notebook
pybites Feb 17, 2017
30e8810
added required packages
pybites Feb 17, 2017
720b671
fix merge conflict
pybites Feb 25, 2017
7aba098
possible solution
pybites Feb 25, 2017
0507947
Merge branch 'master' into solutions
pybites Mar 4, 2017
320d98d
added solutions
pybites Mar 5, 2017
dad6801
rename modules with underscore so py import works
pybites Mar 5, 2017
0a9464f
Merge branch 'master' into solutions
pybites Mar 11, 2017
f1e8ff0
solution 9
pybites Mar 11, 2017
612bc02
removed .cache dir
pybites Mar 11, 2017
5f0b013
Merge branch 'master' into solutions
pybites Mar 11, 2017
26188f5
added class based solution as well
pybites Mar 11, 2017
32c1cad
use better names, testdb is picked up by pytest
pybites Mar 11, 2017
fd7d648
Merge branch 'master' into solutions
pybites Mar 12, 2017
c9b3d5c
possible solution
pybites Mar 12, 2017
d3e60ab
improved solution
pybites Mar 18, 2017
b76dba7
Merge branch 'master' into solutions
pybites Mar 19, 2017
6aed090
Merge branch 'master' into solutions
pybites Mar 20, 2017
17ce2ea
possible solution
pybites Mar 20, 2017
18c1b15
make it shorter / better
pybites Mar 24, 2017
1b0e886
Merge branch 'master' into solutions
pybites Mar 26, 2017
ab3ed56
our solution
pybites Apr 1, 2017
289dbde
Merge branch 'master' into solutions
pybites Apr 2, 2017
bb7d415
Solution PCC13
pybites Apr 2, 2017
d567830
Merge branch 'master' into solutions
pybites Apr 2, 2017
959acf2
use a dict comprehension
pybites Apr 8, 2017
72b4642
no need for zfill, can give do it in format
pybites Apr 8, 2017
4aa5100
Merge branch 'master' into solutions
pybites Apr 10, 2017
ca9aaa9
PCC14 pb solution
pybites Apr 14, 2017
e42156e
use f string as well in logging calls
pybites Apr 14, 2017
ce09c38
Merge branch 'master' into solutions
pybites Apr 17, 2017
0d14fcc
Merge branch 'master' into solutions
pybites Apr 17, 2017
a00d156
reading planner app for PCC15
pybites Apr 22, 2017
72e9799
code Julian PCC15
pybites Apr 22, 2017
b9ebd9d
Merge branch 'master' into solutions
pybites Apr 23, 2017
869623e
PCC16
pybites Apr 30, 2017
416cdb5
Merge branch 'master' into solutions
pybites May 1, 2017
6db2b71
Merge branch 'master' into solutions
pybites May 2, 2017
ce54a28
Merge branch 'master' into solutions
pybites May 8, 2017
0fae588
starter code for getting friends update with goodreads api
pybites May 15, 2017
8f70820
Merge branch 'master' into solutions
pybites May 22, 2017
3e277d1
added link to review
pybites May 22, 2017
7688097
Merge branch 'master' into solutions
pybites May 24, 2017
ad79f87
Merge branch 'master' into solutions
pybites May 29, 2017
c031d59
Merge branch 'master' into solutions
pybites Jun 4, 2017
2ad475f
Merge branch 'master' into solutions
pybites Jun 4, 2017
e1136e5
Merge branch 'master' into solutions
pybites Jun 13, 2017
ca7ad64
merge master into solutions
pybites Nov 3, 2017
cf6a0d8
possible solution
pybites Nov 3, 2017
c7bda72
I fixed a bug that was mutating the draw list during validation. (#154)
yothenberg Dec 7, 2017
817b374
Merge remote-tracking branch 'origin/solutions' into solutions
pybites Dec 7, 2017
8f9f96c
Merge branch 'master' into solutions
pybites Mar 3, 2018
52e4346
issue_220_tweepyAPImock (#221)
alexjaw Mar 3, 2018
e2bde5b
putting tweets in own file, pass flake
pybites Mar 3, 2018
86d4489
Merge branch 'master' into solutions
pybites May 4, 2018
d896a56
Merge branch 'master' into solutions
bbelderbos Sep 11, 2018
715f205
solution pcc51
bbelderbos Sep 11, 2018
defe345
Merge branch 'master' into solutions
bbelderbos Sep 11, 2018
b14b0d4
typo
bbelderbos Sep 17, 2018
c9b46d1
Update .gitignore
bbelderbos Feb 8, 2021
91db07d
Here you go! Problem 1 Solved!
eternity336 May 8, 2021
8a78009
Here you go! Problem 1 Solved!
eternity336 May 8, 2021
0a88f91
Here you go! Problem 1 Solved! Trying this again cause i think I Uplo…
eternity336 May 8, 2021
b982290
Here you go! Problem 1 Solved!
eternity336 May 8, 2021
aabae31
PR Project 1
eternity336 May 10, 2021
09b130c
Merge remote-tracking branch 'origin/TheeOx' into TheeOx
eternity336 May 10, 2021
1cfbe56
Merge remote-tracking branch 'origin/solutions' into TheeOx
eternity336 May 10, 2021
6d1df19
PR Project 1
eternity336 May 10, 2021
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
49 changes: 0 additions & 49 deletions 01/Anthlis/wordvalue.py

This file was deleted.

27 changes: 0 additions & 27 deletions 01/Artemsav/wordvalue.py

This file was deleted.

47 changes: 0 additions & 47 deletions 01/ChronoHat/wordvalue.py

This file was deleted.

30 changes: 0 additions & 30 deletions 01/Fallen70/wordvalue.py

This file was deleted.

32 changes: 0 additions & 32 deletions 01/ForrestGump/wordvalue.py

This file was deleted.

28 changes: 0 additions & 28 deletions 01/GeoffRiley/wordvalue.py

This file was deleted.

1 change: 0 additions & 1 deletion 01/Germione/data.py

This file was deleted.

1 change: 0 additions & 1 deletion 01/Germione/dictionary.txt

This file was deleted.

28 changes: 0 additions & 28 deletions 01/Germione/test_wordvalue.py

This file was deleted.

38 changes: 0 additions & 38 deletions 01/Germione/wordvalue.py

This file was deleted.

57 changes: 0 additions & 57 deletions 01/LaneHesser/wordvalue.py

This file was deleted.

21 changes: 0 additions & 21 deletions 01/Maupin1991/wordvalue.py

This file was deleted.

Loading