Found 2471 bookmarks
Newest
Configuring Your Flask App
Configuring Your Flask App
Best practices on configuring Flask. Use different configs for different environments and keep sensitive values out of your source code.
·hackersandslackers.com·
Configuring Your Flask App
Production Recipes: Flask App | Toptal®
Production Recipes: Flask App | Toptal®
How do you make robust #Python apps with Flask? Let’s explore recipes for building a complete #production-ready #Flask #application. toptal.com/url-pending
·toptal.com·
Production Recipes: Flask App | Toptal®
Running Your Flask Application Over HTTPS
Running Your Flask Application Over HTTPS
While you work on your Flask application, you normally run the development web server, which provides a basic, yet functional WSGI complaint HTTP server. But eventually you will want to deploy your…
·blog.miguelgrinberg.com·
Running Your Flask Application Over HTTPS
Bootstrap & Webpack
Bootstrap & Webpack
The official guide for how to include and bundle Bootstrap’s CSS and JavaScript in your project using Webpack.
·getbootstrap.com·
Bootstrap & Webpack
Get started with Bootstrap
Get started with Bootstrap
Bootstrap is a powerful, feature-packed frontend toolkit. Build anything—from prototype to production—in minutes.
·getbootstrap.com·
Get started with Bootstrap
Structure of an OpenAPI Document
Structure of an OpenAPI Document
For API designers and writers wishing formalize their API in an OpenAPI Description document.
·oai.github.io·
Structure of an OpenAPI Document
JavaScript reference - JavaScript | MDN
JavaScript reference - JavaScript | MDN
The JavaScript reference serves as a repository of facts about the JavaScript language. The entire language is described here in detail. As you write JavaScript code, you'll refer to these pages often (thus the title "JavaScript reference").
·developer.mozilla.org·
JavaScript reference - JavaScript | MDN
The Modern JavaScript Tutorial
The Modern JavaScript Tutorial
Modern JavaScript Tutorial: simple, but detailed explanations with examples and tasks, including: closures, document and events, object oriented programming and more.
·javascript.info·
The Modern JavaScript Tutorial
How the Internet works
How the Internet works
The Internet has become a critical part of almost every part of our society — it provides information, communication, and entertainment to billions of people every day, and enables coordination and collaboration between people and business across the globe. Unfortunately, this crucial piece of infrastructure is poorly understood by a large majority of the population; the myriad of technologies (both hard and soft) that let your laptop connect to your bank or to your mom’s Skype window could just as well be magic as far as average person in the street is concerned.
·thesquareplanet.com·
How the Internet works
A New OO System for R
A New OO System for R
Prototype implementation of an extension to S3 that provides explicit class definitions and a form of multiple dispatch. Represents the output of the Object-oriented Programming Working Group, sponsored by the R Consortium.
·rconsortium.github.io·
A New OO System for R
Excel Automation Explained: VBA Code + Sample Workbooks
Excel Automation Explained: VBA Code + Sample Workbooks
Definition: Excel automation will streamline repetitive tasks such as updating data, formatting cells, sending emails, and even uploading files to SharePoint. Excel automation commonly uses custom-coded scripts written in VBA to complete tasks.
When using native Excel functions inside of VBA, use Application. Instead of Application.WorksheetFunction. The application will not throw any run-time errors.
You can use the underscore character to continue a VBA statement on a new line. This will make your code easier to read. In the sample workbook we provide, the email function uses this method.
Use WITH to shorten your VBA code. This is commonly used only to type a range once, then use WITH to do multiple things with the range.
Use the locals window in VBA to keep track and view the data inside variables. This is especially helpful for viewing arrays. You just need to add a breakpoint in your code. Highlight a line, then click F9. Then when the code runs, it will stop there, and all variables above that line will show in the locals window.
·surveyking.com·
Excel Automation Explained: VBA Code + Sample Workbooks
Indispensable Excel Utilities - Peltier Tech
Indispensable Excel Utilities - Peltier Tech
Excel is a mighty powerful application, and yet, there are any number of utilities available to extend its capabilities. I’m sure everyone has their favorites, and here I’m going to talk about mine. My reliance on these utilities is as a developer of Excel applications, that is, solutions that combine add-ins, templates, and regular workbook […]
·peltiertech.com·
Indispensable Excel Utilities - Peltier Tech
How data journeys through Excel - Microsoft Support
How data journeys through Excel - Microsoft Support
A thorough overview of what you can do with external data: import and refresh, shape it with Power Query, secure it, define connections and properties.
·support.microsoft.com·
How data journeys through Excel - Microsoft Support
Find Files Faster: How to Organize Files and Folders
Find Files Faster: How to Organize Files and Folders
You're sitting at your desk, putting the finishing touches on today’s big project, when ding! a message comes in from your boss: “Can you find that project we scrapped three years ago? You and John from UX worked on it, I think? We are thinking about picking it back up...
·zapier.com·
Find Files Faster: How to Organize Files and Folders