Skip to content

Commit bbead84

Browse files
author
jxu093
committed
Add misc learning resource
fullstackpython for web development
1 parent 0e643b2 commit bbead84

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/intro/learning.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,21 @@ through a series of code transformations, "When you see this, do that instead."
241241
`Transforming Code into Beautiful, Idiomatic Python <https://www.youtube.com/watch?v=OSGv2VnC0go>`_
242242

243243

244+
Fullstack Python
245+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
246+
247+
Fullstack Python offers a complete top-to-bottom resource for web development
248+
using Python.
249+
250+
From setting up the webserver, to designing the front-end, choosing a database,
251+
optimizing/scaling, etc.
252+
253+
As the name suggests, it covers everything you need to build and run a complete
254+
web app from scratch.
255+
256+
`Fullstack Python <https://www.fullstackpython.com>`_
257+
258+
244259
References
245260
----------
246261

0 commit comments

Comments
 (0)