AI-powered search & chat for Data / Computer Science Students

Learn more with these recommended learning resources

Bottle

 Full Stack Python

Bottle is a Python web framework contained within a single source file. Learn more about Bottle on Full Stack Python.

Read more at Full Stack Python

Bottle - Creating a Python Todo List Web App

 Mouse Vs Python

Python has lots of web frameworks. Bottle is one of them and is considered a WSGI Framework. It's also sometimes called a "micro-framework", probably because Bottle consists of just one Python file an...

Read more at Mouse Vs Python

Bottle vs. Flask vs. Django — For Python Developers

 Better Programming

When it comes to Bottle, Flask, and Django, you’ll usually see only two of them described in an article at a time. However, these three tools help you accomplish similar tasks when it comes to…

Read more at Better Programming

Gallon: How I built a zero dependency python HTTP Framework.

 Python in Plain English

Gallon: How I Build a Zero Dependencies Python HTTP Framework Gallon is a Python Micro Framework for Rapid Development In the wild python backend landscape, popular names as Django and Flask are well...

Read more at Python in Plain English

Boost Your Productivity with These Lesser-Known Python Frameworks

 Python in Plain English

Hey there, Python enthusiasts! If you’re anything like me, you’re always on the lookout for new ways to boost your productivity and make your coding life easier. Well, have I got some exciting news fo...

Read more at Python in Plain English

Python Virtual Environment

 Python in Plain English

A Comprehensive Guide Continue reading on Python in Plain English

Read more at Python in Plain English

Python Libraries You Should Know About

 Python in Plain English

Photo by Artturi Jalli on Unsplash 1\. Web development Libraries Python offers a variety of web development libraries and frameworks for building web applications. Here are some commonly used web deve...

Read more at Python in Plain English

The Mojo Programming Language: Python Integration

 Python in Plain English

How to integrate your Python modules with Mojo Image by Author with @MidJourney In the rapidly evolving landscape of programming languages, a newcomer named Mojo has been gaining attention for its inn...

Read more at Python in Plain English

Packaging Your Python Application: Wheels, Docker + More | Real Python Podcast #24

 Real Python

Have you wondered, how should I package my Python code? You've written the application, but now you need to distribute it to the machines it's intended to run on. It depends on what the code is, the l...

Read more at Real Python

5 Must Try Python Mini Projects

 Level Up Coding

Text Extractor, Audio Book, Word Cloud and more Continue reading on Level Up Coding

Read more at Level Up Coding

Python Environments Unveiled: My Hands-On Exploration with Pipenv and Pip with Virtualenv at…

 Python in Plain English

Python Environments Unveiled: My Hands-On Exploration with Pipenv and Pip with Virtualenv at SpaceYaTech Introduction Hey Python enthusiasts! Today, I’m taking you on a personal journey through the p...

Read more at Python in Plain English

Top Python Libraries: How to Use Them for Your Projects

 Python in Plain English

The Must-Have Python Libraries You’ll Wish You Had Known Sooner Continue reading on Python in Plain English

Read more at Python in Plain English

Tutorial

 Bottle: Python Web Framework

Tutorial This tutorial introduces you to the concepts and features of the Bottle web framework and covers basic and advanced topics alike. You can read it from start to end, or use it as a reference l...

Read more at Bottle: Python Web Framework

A Comprehensive Guide to Intermediate Python in Jupyter Notebook

 Python in Plain English

Photo by Joshua Reddekopp on Unsplash Introduction Welcome to an exciting phase of your Python journey! As you venture into intermediate territory, we’ll explore advanced concepts using Jupyter Notebo...

Read more at Python in Plain English

Turbocharge Your Python Code

 Better Programming

A comprehensive guide to performance optimization techniques Continue reading on Better Programming

Read more at Better Programming

Setting A Dockerized Python Environment — The Hard Way

 Towards Data Science

Setting A Dockerized Python Environment — The Hard Way This post will review different methods to run a dockerized Python environment from the command line (CLI). Am I recommending you run your Pytho...

Read more at Towards Data Science

An Introduction to Flask: A micro-framework

 Analytics Vidhya

Hey there! Thinking of developing a web application using python? Probably you must be looking for a framework or if you’re not aware, A Framework is a piece of code which makes developers’ life…

Read more at Analytics Vidhya

Python Packages vs. Libraries

 Python in Plain English

Unveiling the Powerhouse Tools for Efficient Code Development Continue reading on Python in Plain English

Read more at Python in Plain English

Effortlessly Manage Dependencies in Your Python Projects with Poetry - A Step-by-Step Guide

 Level Up Coding

In this article, we discuss the salient features of Poetry, a python package manager to manage dependencies and publishing packages to… Continue reading on Level Up Coding

Read more at Level Up Coding

Packaging Python Libraries

 Dive into Python 3

Real artists ship. Or so says Steve Jobs. Do you want to release a Python script, library, framework, or application? Excellent. The world needs more Python code. Python 3 comes with a packaging frame...

Read more at Dive into Python 3

API Reference

 Bottle: Python Web Framework

API Reference This is a mostly auto-generated API. If you are new to bottle, you might find the narrative Tutorial more helpful. Module Contents The module defines several functions, constants, and an...

Read more at Bottle: Python Web Framework

Python for Freelancers

 Python in Plain English

How to Use Your Programming Skills to Make Money Continue reading on Python in Plain English

Read more at Python in Plain English

Simplify Your Python Development with Poetry’s Packaging and Dependency Management

 Level Up Coding

Poetry: The Modern Python Packaging and Dependency Management Solution Continue reading on Level Up Coding

Read more at Level Up Coding

Python 201: An Intro to distutils

 Mouse Vs Python

Last time we learned how to create modules and packages. Today we're going to take the package we created and use Python's distutils to create a couple different ways to distribute our code. In this t...

Read more at Mouse Vs Python