This repository was archived by the owner on Apr 1, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 302
This repository was archived by the owner on Apr 1, 2021. It is now read-only.
Wiki request - New Wiki Articles for Python are required #509
Copy link
Copy link
Open
Labels
Description
We added a few articles on Python in the wiki. But we have to now complete the TODOs, add more extensive articles, and break the wiki articles in smaller articles for easy referencing by @camperbot.
We need to create wiki articles on how to use Django and Flask to plan and build web application.
In particular, these are our requirements:
- Home Page
- Introduction
- Basics
- Operations
- More Basic Types
- Using
type() - Containers
- Iterators
- Sequence types
- Set Types
- Big O
- Mapping Types
- Using
- Control Flow
- if else elif
- while
- for
-
range -
for...in
- String Manipulation
- String Methods
- RegEx
- Functions
- Introduction to functions and methods
- Defining functions
- Invoking functions
- Return statement
- Name binding and aliasing
- Coding style
- Default arguments
- Keyword arguments
- Arbitrary arguments
- Nested function
-
global -
nonlocal - Anonymous functions
- Best practices
- Comprehensions - Lists & Dictionaries
- Classes and Objects : Object Oriented Concepts
- Classes
- Everything is an Object
- Exploring Objects
- Basic Inheritance
- Input / Output
-
input() -
raw_input() -
print() - File I/O
-
- Modules
- import statements
- from x import y
- circular imports
-
if __name__ == "__main__" - Using
pip
- Iterators
- Files and Directories
- Serializing Objects
- Decorators
- Generators
- Lambda
- Errors and Exceptions
-
try,Except,Finally -
raiseandcatch - Make your own exception
-
- Standard library
- Popular libraries
- json
- request
- sqlalchemy
- subprocess
- datetime
- Web Development in Python
- Installing Django and Flask
- Creating First Project in Django
- Setting up a Django project with PosgreSQL
- Python Resources
Reactions are currently unavailable