You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/01-introduction/08-best-python-resources.markdown
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,10 +130,11 @@ topics.
130
130
useful if you're coming in with previous software development experience
131
131
and want to quickly grasp how the language is structured.
132
132
133
-
*[Microservices with Docker, Flask, and React](https://testdriven.io/courses/microservices-with-docker-flask-and-react/?utm_source=fsp)
134
-
is a great tutorial for digging in deeper with common Python tools such
135
-
as [Flask](/flask.html), [Docker](/docker.html), [React](/react.html)
136
-
and [microservices](/microservices.html).
133
+
*[Developing a Real-Time Taxi App with Django Channels and Angular](https://testdriven.io/courses/real-time-app-with-django-channels-and-angular/?utm_source=fsp)
134
+
is a great tutorial for jumping into a real project instead of a simple
135
+
starter application while learning common Python concepts and tools such
136
+
as [Django](/django.html), [Angular](/angular.html),
137
+
[WebSockets](/websockets.html) and [Redis](/redis.html).
137
138
138
139
* Developers familiar with other languages often have difficulty adapting to
139
140
accepted Python code style. Make sure to read the
@@ -142,6 +143,12 @@ topics.
142
143
[The Elements of Python Style](https://github.com/amontalenti/elements-of-python-style)
143
144
to know the Python community standards.
144
145
146
+
*[Authentication with Flask, React, and Docker](https://testdriven.io/courses/auth-flask-react/?utm_source=fsp)
147
+
is another detailed course that shows how to combine
<h4class="bp"><ahref="https://www.deploypython.com/deploying-flask-web-apps.html">Deploying Flask Web Apps</a></h4>
222
222
<hr>
223
-
<divclass="sns desc">These books and videos were created by fellow
223
+
<divclass="sns desc">These books and courses were created by fellow
224
224
Python developers. I have used each one myself and recommend
225
225
them all if you are looking to buy high quality resources.</div>
226
-
<h4class="bp"><ahref="https://testdriven.io/courses/microservices-with-docker-flask-and-react/?utm_source=fsp">Microservices with Docker, Flask, and React</a> by <ahref="https://testdriven.io/authors/herman/">Michael Herman</a></h4>
226
+
<h4class="bp"><ahref="https://testdriven.io/courses/real-time-app-with-django-channels-and-angular/?utm_source=fsp">Developing a Real-Time Taxi App with Django Channels and Angular</a> by <ahref="https://testdriven.io/authors/herman/">Michael Herman</a></h4>
227
+
<h4class="bp"><ahref="https://testdriven.io/courses/tdd-flask/?utm_source=fsp">Test-Driven Development with Python, Flask, and Docker</a> by <ahref="https://testdriven.io/authors/herman/">Michael Herman</a></h4>
228
+
<h4class="bp"><ahref="https://testdriven.io/courses/aws-flask-react/?utm_source=fsp">Deploying a Flask and React Microservice to AWS ECS</a> by <ahref="https://testdriven.io/authors/herman/">Michael Herman</a></h4>
0 commit comments