Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 231f548

Browse filesBrowse files
committed
Merge pull request #633 from jxu093/master
Add misc learning resource
2 parents 9379b62 + bbead84 commit 231f548
Copy full SHA for 231f548

File tree

Expand file treeCollapse file tree

1 file changed

+15
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+15
-0
lines changed

‎docs/intro/learning.rst

Copy file name to clipboardExpand all lines: docs/intro/learning.rst
+15Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,21 @@ through a series of code transformations, "When you see this, do that instead."
242242
`Transforming Code into Beautiful, Idiomatic Python <https://www.youtube.com/watch?v=OSGv2VnC0go>`_
243243

244244

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.