Skip to content

Commit a633232

Browse files
committed
add new practice problems sets
1 parent 982b5fc commit a633232

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

content/pages/01-introduction/02-learning-programming.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ repositories and sites with practice problems and solutions:
8686
common algorithm and data structures challenges with solutions in several
8787
programming languages including Python.
8888

89+
* [Pytudes](https://github.com/norvig/pytudes) are an awesome collection
90+
of Python programs to practice and demonstrate skills. These problems
91+
go above and beyond the common data structures and algorithm questions
92+
often found in other practice problem sets.
93+
8994
* [Python basics](https://pythonbasics.org/) contains materials and
9095
exercises to learn basic Python 3 syntax such as variables, functions
9196
and lists.

content/pages/12-meta/01-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on GitHub.
1717

1818
## 2018
1919
### March
20+
* Added new [learning programming](/learning-programming.html) practice
21+
problem sets.
2022
* Merged [PR #154](https://github.com/mattmakai/fullstackpython.com/pull/154)
2123
with a new [RQ](/redis-queue-rq.html) resource. Thanks again
2224
[Michael](https://github.com/mjhea0)!
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<a href="/python-community.html" class="lgi">Python Community</a>
2+
<a href="https://www.kickstarter.com/projects/34257246/reportlab-pdf-processing-with-python/" class="lgi">ReportLab Book Kickstarter {% include "blog/external-link.html" %}</a>
3+
<a href="https://www.reportlab.com/opensource/" class="lgi">ReportLab Open Source Docs {% include "blog/external-link.html" %}</a>

0 commit comments

Comments
 (0)