Skip to content

spacedisko/i-lern-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I am learning Python

I have literally zero code knowledge and am teaching myself Python. I am putting it on Github to share my journey and seek help when I need it.

My project thus far consists of an app called "Postr" which runs on Flask.

Getting running:

pip install -r requirements.txt

Create the database: flask --app=postr initdb

Create directories:

mkdir user_data mkdir temp_data

Run with reload: flask --app=postr run --reload

Learning to do things the right way.

In the interest of "doing it right" any contribution is helpful.

About

I have no idea what I am doing and am learning python. These are my stories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published