Flask is a popular web development framework for Python. We just published a course on the freeCodeCamp.org YouTube channel that will help you learn Flask by building your own e-commerce platform with its own robust authentication system. The course was d... (more…)
Read more »
Python is a high-level, object-oriented programming language known for its simple syntax. It is consistently among the top-rated programming languages for building RESTful APIs. (more…)
Read more »
This post is an attempt to catalog some of my practices around testing Python projects. It's not meant to be treated as dogma- I anticipate I'll update this significantly over time. (more…)
Read more »
This deep dive on Python parallelization libraries - multiprocessing and threading - will explain which to use when for different data scientist problem sets. (more…)
Read more »