beginner

Learn the basics of Python with these beginner-friendly tutorials

Python 101 – Type Hinting in Python (Video)

Learn all about type hinting (AKA type annotation) in this tutorial by Mike Driscoll What You’ll Learn  Pros and Cons of Type Hinting Built-in Type Hinting / Variable Annotation Collection Type Hinting Hinting Values That Could be None Type Hinting Functions What To Do When Things Get Complicated Classes Decorators Aliasing Other Type Hints This […]

Python 101 – Type Hinting in Python (Video) Read More »

An Intro to Python Web Frameworks (Video)

Learn about some of the many Python web frameworks that are available to you in this video. Web frameworks mentioned in this video Django – https://www.djangoproject.com/ Flask – https://flask.palletsprojects.com/en/2.1.x/ Pyramid – https://trypyramid.com/ FastAPI – https://fastapi.tiangolo.com/ CherryPy – https://docs.cherrypy.dev/en/latest/ TurboGears – https://turbogears.org/ Web2py – http://www.web2py.com/ Bottle – https://bottlepy.org/docs/dev/ Python Content Management Systems Plone – https://plone.org/ Django

An Intro to Python Web Frameworks (Video) Read More »