全部主题 | Blog | 时讯 | @fullstackpython | Facebook | 源码
Change Log
This is a running list of the major changes to Full Stack Python since its inception in December 2012. Another way to view the modifications is through the source repository's commit log on GitHub.
2016
September
- Updated the Slack bot tutorial with a new bit on how to solve a common issue when the bot does not seem to be responding to
@
mentions due to a missing colon in the input. - New resources on the static site generators page focusing on deploying a static site.
August
- Added a new blog post on Dialing Outbound Phone Calls with a Bottle Web App.
- Merged several pull requests such as #106 which fixed some bad errors on my part. Pull requests are amazing!
- Finished the hugely successful Python for Entrepreneurs Kickstarter campaign. Thank you to everyone who contributed as a backer and supporter! Michael and I can't wait to get this new video course out to everyone.
- Updates with new resources on the API Creation and development environments pages.
- Added a Twilio API page to the APIs chapter. May add more pages that provide Python guidance for using popular APIs like Slack, Google, Sendgrid, etc.
- Updated GitHub username references to mattmakai from makaimc (old username).
- Additional Bottle resources.
- New Vim resources.
- Made a slew of improvements and added more resources to the Python 2 or 3? page.
July
- New blog post with some background information on the Python for Entrepreneurs Kickstarter.
- Launched a Kickstarter with Michael Kennedy to create a Python for Entrepreneurs video course!
- Added new Why Use Python resources to that page.
- Updated the NoSQL page with a couple of new resources.
June
- Added another new blog post, this time on Setting Up Python 3, Django & Gunicorn on Linux Mint 17.3.
- New blog post for Configuring Python 3, Pyramid and Gunicorn on Ubuntu.
- Created little images for each of the posts on the blog post list page.
- Start of new page on Ubuntu.
- Two new tutorial blog posts: How to Build Your First Slack Bot with Python and Replying to SMS Text Messages with Python and Bottle.
- New PostgreSQL monitoring resources.
May
- New SQLite resources.
- Removed or redirected a few broken links on various deployment pages.
- One more new blog post tutorial before the month ends: Responding to SMS Text Messages with Python & Flask.
- Added bunches of new content and links to the MySQL page.
- Redirected several links that were still available but changed URLs. Make sure to 301 Redirect your old links that still have traffic! :)
- Fixed a few broken and old links throughout the site. Darn link rot.
- New blog post published: How to Use Redis with Python 3 and redis-py on Ubuntu 16.04.
- Added fifth blog post, this time on Sending MMS Picture Messages with Python.
- Two new tutorial blog posts: How to Send SMS Text Messages with Python and Configuring Python 3, Bottle and Gunicorn for Development on Ubuntu 16.04 LTS.
- Wrote another blog post, this time on How to set up Python 3, Flask and Green Unicorn on Ubuntu 16.04 LTS.
- Wrote a new blog post on Setting up Python 3, Django and Gunicorn on Ubuntu 16.04 LTS.
- Added new resources to the Vim and Emacs pages.
- New Green Unicorn (Gunicorn) page added. Still a bit sparse at the moment but starting to get filled in.
April
- Updated the Nginx page with a security section.
- Added new Channels section to Django page.
- Clean up on some existing pages to remove broken links.
- Added new subnav under the logo and title so readers can more easily access the table of contents.
March
- Added new DevOps resources.
- Removed unfortunate dead links from the Django page.
- Made a huge improvement to the layout of the full-sized table of contents that appears on pages that are above 768px wide (the collapsed table of contents for mobile stays the same).
- Began work on an Apache HTTP Server page.
- Added some new awesome deployment resources.
February
- Added a new section for Python images within Docker containers.
- Added a couple of new resources to the WebSockets page.
January
- Added initial page for SQLite that will be built out over the next few weeks.
- Added a couple of new resources to the ORMs page.
- More resources on the PostgreSQL page and now grouped into Python-specific and general sections.
- Major update to relational databases page with new sections and resources.
- Updated the Jinja2 page with new sections and resources. Also added a new tutorial link on the Bottle page.
- Added new summaries and links to the Docker and Best Python Resources pages.
- Expanding the PostgreSQL page with more detail and additional resources.
- Split the relational databases page sections on PostgreSQL and MySQL out into their own pages so there is more room to write about the three topics without making the databases page a behemoth.
- Updated the template engines page with a new image to show the spectrum between arbitrary code execution and no logic in templates.
- Added a new Jinja2 page specifically for that template engine.
- Happy New Year! Finished 2015 with over 455,000 users according to Google Analytics. Thanks everyone! Can't wait to write more pages and improve the existing ones in 2016.
2015
December
- Started on a DevOps page and began adding basic resources to it.
- Added new section on "Python for specific occupations" to the best resources page.
- New web development resources.
- Released the December update to The Full Stack Python Guide to Deployments book with additional polish based on reader feedback.
- Added new resources to the API creation, comprehensions and development environments pages.
- New resources and a new basic page on the Python programming language itself.
- Added new starter projects to the Flask page.
November
- Started a new page for template engines. Needs some more writing and resources.
- Working on a page for the umbrella web development concept, but it's early days as I'm trying to figure out how to be clear and concise about this broad topic.
- Merged pull request #70 and fixed some other issues that were in tickets.
- Made more updates to the static site generators page based on feedback from folks on the /r/python subreddit.
- Updated the static site generators page with a better explanation of why they are useful.
October
- Starting a microservices page with some basic definitions and resources.
- Added a new resource to the Enterprise Python page.
September
- Updated the project templates section on the Django page.
- Added API creation resources.
- A new update for Full Stack Python Guide to Deployments went out to existing purchasers!
August
- Created new pages for unit testing and integration testing.
- Created a new page on testing that will be fleshed out over the next few weeks.
- Added new Django resources, especially for migrations.
- Added new web app security resources on HTTPS.
July
- Updated a boatload of pages with typo and grammar fixes while reviewing everything for the upcoming launch of the PDF version of FSP contained in the packaged book deal.
- Added the beginnings of a static site generator page.
- Updated sidebar with links to the new Full Stack Python Guide to Deployments ebook.
- New resources on the web frameworks and Morepath pages.
June
- New API Creation and Django resources added.
- Added new Peewee resources on the ORMs page.
- Nice little update to the ORMs page with a diagram showing that different ORMs can work with varying web frameworks and backends.
- Added a new section just for Nginx resources and Removed broken links on the web servers page.
- Added a new page on Python object-relational mappers, which helped condense that information on a single page and lighten the loads on the Django and relational databases pages.
- Added new page with a little advice on learning programming.
- Proofread and tweaked the web frameworks page.
- Added a new section entitled "Do I have to use a web framework?" to the web frameworks page.
- Reviewed and updated the introduction with slight modifications.
- Added new Docker resources.
- Made some changes to what is contained in the Markdown files versus the HTML Jinja2 templates. Behind the scenes work that needed to be done to move the project forward.
- Work continues on the Full Stack Python Guide to Deployments book.
May
- Got a whole lot of work done on my upcoming Full Stack Python Guide to Deployments book. Very close to releasing it (looking at mid-June).
- Added new Django resources, especially around migrations in Django 1.7+.
- Worked on making Why Use Python? page specific to that topic now that the Enterprise Python page contains enterprise-y info.
- New page on the super broad topic of Data with Python. Eventually it'll link to all sorts of data topics such as analysis, visualization and processing.
- New page on Enterprise Python. A bit op-ed-ish perhaps, but I think it captures some of the spirit of the open source ecosystem with regards to Python for enterprise software development.
- Added additional Django resources, specifically related to testing.
April
- Added more NoSQL resources, especially ones involving Redis.
- New Pyramid resource where the primary author is interviewed about the web framework.
- New Vim resources.
- Updated the Django page with new resources. The page is getting unwieldy at its current size so I'll likely pare it down with better categorizes sometime soon.
- Added new resources on the Flask page.
March
- Added new source control resources.
- Major site performance improvements. I removed font awesome and replaced icons with SVG elements that mimic the font awesome icons.
- Pushed the 1000th commit to Full Stack Python!
- Major update to Vim page to add screenshots, a better example .vimrc configuration and many more resources.
- Updated the web analytics page with a new Python-specific section for walkthroughs that are specific to building or using analytics with Python applications.
- Adding a slew of new Django resources.
- Working on including Crossbar.io and Autobahn to the websockets page.
- Added the Muffin framework to the other web frameworks page.
- Added new Emacs page based on pull request #49 base information. Thank you!
- Added a new page on best Python videos that breaks out all the videos I had scattered around the site and puts the best ones in a single place.
- Beefing up the Django resources and will soon break them further down into subcategories so they are easier to find by topic.
February
- Cleaned up the sidebar and email subscribe messaging.
- Added new monitoring, websockets and continuous integration resources.
- New Django resources.
- Updated the Vim page with a Vimrc configuration file explanation along with Vimrc resources.
- Added a generators page that's mostly a stub that I will be building out to explain this core language feature.
- Updated table of contents with new layout that'll allow me to expand on core Python language topics.
- Updated several out of date resources and added a new logging resource.
- New Pyramid resources. I definitely need to flesh that page out further.
- Added a Vim page and resources for learning Vim as a Python code editor.
- Reorganized content pages to make for better logical groupings as I add new content.
- Major improvements to Websockets page after suggestions from issue #47 on GitHub repository.
January
- Rewrote the Mailchimp sign up form for the email list so it doesn't have the external JQuery libraries as dependencies. Site should be even faster now.
- Stripped a significant portion of unused Bootstrap boilerplate from the CSS file and minified it. The resulting CSS file is over 100KB less (about 25KB down from 130KB) so the site should load faster now.
- Major update to WebSockets page with new diagrams and better explanations for why server push is useful.
- New task queue resources.
- Major update with the beginning of a page on Docker, split out static file handling resources on the Django page and a new section on Python programming language popularity on the "Why Use Python?" page.
- Working on a Why Use Python? page with my own assessment of the strengths and weaknesses of Python along with links to resources where other folks discuss their own experiences.
- Continuing to add WebSockets resources, especially Python-specific ones.
- Added a new separate page for the Morepath framework.
- Updated the future directions page for 2015.
- Added new WebSockets resources.
- Added WebSockets page and some initial resources.
2014
December
- Added new security resources and splitting HTTPS resources into their own section.
- Split out Djangular resources into a separate section.
- New NoSQL Python client resources.
- Added new API resources for integration and creation.
November
- Added a nice new continuous integration diagram.
- More Django and database resources.
- Revising development environments page and adding new resources.
- Adding my new Flask blog post on choose your own adventure presentations along with the open source repository.
- More resources under Best Python Resources.
- Removing broken links from Best Python Resources and Django pages.
- New monitoring and development environments resources.
October
- Added the first new page in awhile! All about development environments.
- Always adding new links to the best resources. More resources for deployments, web analytics and Flask.
- More API creation and consumption resources.
- Merged a bunch of pull requests that cleaned up spelling and grammar errors. Thank you contributors!
- Adding new Django 1.7-specific resources section on the Django page.
- New web frameworks, Bottle and Flask resources.
September
- New resources for Flask, Django and task queues sections.
- A few new resources for NoSQL data stores.
August
- New interesting link for web framework code complexity visualizations.
- Merged pull request that fixed some issues on WSGI page.
- Updated table of contents so it's easier to read and broken down by sections.
- Added new Web Design page to cleanly separate CSS from design topics and resources.
- New resources for code metrics and NoSQL databases.
- Added another Flask open source example app.
- Added new Code Metrics page.
- Updated CI page with more services and open source projects.
- Added Continuous Integration page.
- Splitting out deployment from automation so I can add chapters on continuous integration, configuration management (which will be moved from the existing deployment chapter) and related topics.
- Small tweaks to NoSQL, introduction and a few other pages.
- Moved topics map from introduction page to deployment page.
July
- Merged pull request for Django page and updated Django page with project template section.
- New Django example project resources.
- Rewrote parts of source control and CSS pages for clarity.
- Merged typo fixes PR #32.
- Added my Full Stack Python video from the EuroPython 2014 conference.
- Updated map with further details.
- Added a map to the front page. May move that elsewhere later though based on feedback.
- Merged a pull request for new REST frameworks.
- Lots of new Django, Flask and task queue resources.
- Added two new Python libraries lists to the Best Python Resources page.
- Thanks Hacker News for doubling my traffic so far in 2014! 65k uniques and counting…
June
- Added more monitoring and logging resources.
- New resources for Flask and NoSQL projects.
- Updated NoSQL data store page with specific open source projects.
- Added diagram to source control page.
- Split version control resources from Git resources. Added new version control resources.
- Updated logging page with better explanations and content ordering.
- Added learning checklists for all sections. The remaining sections that now also have checklists are logging, web analytics and web application security.
May
- Added link to my O'Reilly Programming blog post on demand for full stack developer capabilities.
- Updated APIs page with basic information on webhooks.
- Added learning checklists for source control, application dependencies, configuration management, NoSQL data stores, APIs, API integration, API creation, static content and caching sections.
- Moving learning checklists to the bottom of the pages since they are specific advice for steps to take after reading a section.
- Added a stub section for APIs.
- Cleaned up and polished the task queues and web analytics pages.
- Added learning checklist to operating systems, web servers, task queues, monitoring pages and WSGI servers.
- Adding more logging resources.
- Continuing to add learning checklists to sections such as servers.
- Moving navigation options into meta tags on markdown pages.
April
- Adding the concept of "learning checklists" to web frameworks, Django, CSS and JavaScript pages to give readers some guidance for how to learn each topic. Will expand these checklists out into other pages over the next couple of weeks.
- Added an email sign up form to determine how many people are interested in a full book since I've had a lot of requests in person to write one.
- Added new resources to the other web frameworks section.
- Updated the way choices to go from one page to another are generated. It's now done off metadata instead of duplicated HTML content.
- Huge site update to reorganize the way content is presented and navigated. Kinda has that "choose your own adventure" thing going for it, doesn't it?
New logo! This one's way more Python software stack, way less boring folder-thingy. Here's how the old one looked in comparison:
Added a future direction section to explain current priorities for further developments on the site.
More resources for web frameworks and configuration management sections.
- Added small JavaScript section. Updating witih basic resources.
- Updated application dependencies with new links to Python library collections.
- Merged a couple of awesome pull requests that fixed typos and added additional Bottle resources.
March
- Updated logging page with new resources.
- Added new CSS page.
- New intermediate learning links on the best resources page.
- Updated task queues page with better explanations and many more curated resources.
- Added why is this piece necessary for databases, WSGI servers, web frameworks and application dependencies.
- Updating best resources page with newsletters and a few additional beyond the basics resources.
- Adding 'why is this necessary' sections to servers, operating systems, and web servers pages.
- Extracting best Python resources from the introduction into a separate page.
- Cleaned up links on the first ten chapters and added new resources for web frameworks.
- Updated application dependencies section with new resources and initial content description.
- Updated the change log (how meta!) to have a cleaner layout.
February
- Added Bottle as a web framework next to Django and Flask.
- Added new Django resources.
- New sitemap.xml.
- Rewriting all sections to fix first draft typos and grammar mistakes as well as add new content.
- Added task queues section due to reader feedback.
- Rewrote intro section.
- Merged several pull requests (see closed GitHub repo pull requests).
- New resources for platform-as-a-service section.
- Added new sections specified by the community as missing.
- Reorganized ordering of content.
- Broke out subsections for Django and Flask.
- Added signficant content to the WSGI section.
- Converted from RST to Markdown (some of the downstream tools I want to use work better with Markdown than RST).
- Reorganized content into rough outline of "final" chapters.
January
- Added configuration management, application dependencies, and source control sections.
- Updated about section.
- Fully responsive web design.
2013
December
- Changed CDN section to static content section.
- Transitioned diagrams from Paper app drawings to Balsamiq mockups exported to PNG files.
- Added Python database connectors to database section.
November
- Modified color scheme.
- Updated caching and introduction section.
- Added NoSQL data stores section.
October
- Created separate monitoring section.
August
- Added more resources for web servers and other categories.
June
- Updated styling.
- Switching around several sections.
January
- Fleshed out web server, OS, and server sections, particularly IaaS and PaaS topics.
- Added initial "hand drawn" diagram placeholders for better diagrams later.
2012
December
- Initial incomplete release on fullstackpython.com, created introduction, CDN, web frameworks, and database sections with stubs for other areas.
That's the history of FSP. What's next on your learning list?
What're the future plans for Full Stack Python?
Take me back to the Full Stack Python introduction.
想找到一个完整的,一步一步的部署方案吗?请看《The Full Stack Python Guide to Deployments》.
邮件获取更新
目录
1. 简介学习编程为什么用 Python?Python 2 还是 3?企业 PythonPython CommunityBest Python Podcasts最佳 Python 资源最佳 Python 视频2. 开发环境VimEmacs3. 核心语言生成器推导式4. Web 开发Web 框架DjangoFlaskBottlePyramidMorepath其它 Web 框架Web 设计级联样式表 (CSS)JavaScriptWebSockets模板引擎Web 应用安全静态网站生成器Jinja25. 数据关系型数据库NoSQL 数据存储对象关系映射器PostgreSQLMySQLSQLite6. Web APIsAPI 集成API 的创建Twilio7. 部署服务器平台即服务(PaaS)操作系统Web 服务器WSGI 服务器源码控制应用程序依赖静态内容任务队列配置管理持续集成日志监控Web 分析Docker缓存微服务DevOpsNginxApache HTTP 服务器CaddyGreen Unicorn (Gunicorn)UbuntuPelicanLektorMkDocs8. 测试单元测试集成测试代码度量调试9. MetaBotsChange LogFuture DirectionsAbout the AuthorSQLAlchemyPeewee …或者显示全部目录内容.
Change Log
重要的更新内容会通过 Twitter 账号@fullstackpython发布。
需要更加详细的教程吗?请看 《The Full Stack Python Guide to Deployments》。
Chapters
1. 简介2. 开发环境3. 核心语言4. Web 开发5. 数据6. Web APIs7. 部署8. 测试9. Meta » Change Log …or view the full table of contents.
This site is based on Matt Makai's project Full Stack Python, thanks for his excellent work!
此网站由 @haiiiiiyun 和 开源爱好者们 共同维护。 若发现错误或想贡献,请访问: Github fullstackpython.cn 项目