software 第11页
Re-thinking Mocks-拾光赋

Re-thinking Mocks

Re-thinking Mocks,These days I have mainly been using Java for my professional career (roughly I have been working with Java for a year). I also mainly have been using the Spring f...
kity的头像-拾光赋kity5年前
0429
Python Tricks - Functions to change Data Type-拾光赋

Python Tricks – Functions to change Data Type

Python Tricks - Functions to change Data Type, int () to convert to integer; long () to change to an integer length; float () to change to float; bool () to change to boolean; chr ...
kity的头像-拾光赋kity5年前
03410
Configuring Your Flask App-拾光赋

Configuring Your Flask App

Configuring Your Flask App, Build Flask Python Apps (8 Part Series) 1 Connect Flask to a Database with Flask-SQLAlchemy 2 Handling Forms in Flask with Flask-WTF ... 4 more parts......
kity的头像-拾光赋kity5年前
0426
Organizing Flask Apps with Blueprints-拾光赋

Organizing Flask Apps with Blueprints

Organizing Flask Apps with Blueprints, Build Flask Python Apps (8 Part Series) 1 Connect Flask to a Database with Flask-SQLAlchemy 2 Handling Forms in Flask with Flask-WTF ... 4 mo...
kity的头像-拾光赋kity5年前
02910
Creating Interactive Views in Django-拾光赋

Creating Interactive Views in Django

Creating Interactive Views in Django, Getting Into Django (2 Part Series) 1 Getting Started with Django 2 Creating Interactive Views in Django Aside from walking through painful 'h...
kity的头像-拾光赋kity5年前
0459
Beginner Guide to Design Patterns: Strategy-拾光赋

Beginner Guide to Design Patterns: Strategy

Beginner Guide to Design Patterns: Strategy,Throughout the course of my career, I have worked at various companies ranging from the small startup to the massive tech company. The v...
kity的头像-拾光赋kity5年前
0337
Compiling and Serving Frontend Assets in Flask-拾光赋

Compiling and Serving Frontend Assets in Flask

Compiling and Serving Frontend Assets in Flask, Build Flask Python Apps (8 Part Series) 1 Connect Flask to a Database with Flask-SQLAlchemy 2 Handling Forms in Flask with Flask-WTF...
kity的头像-拾光赋kity5年前
03815
Handle User Accounts & Authentication in Flask with Flask-Login-拾光赋

Handle User Accounts & Authentication in Flask with Flask-Login

Handle User Accounts & Authentication in Flask with Flask-Login, Build Flask Python Apps (8 Part Series) 1 Connect Flask to a Database with Flask-SQLAlchemy 2 Handling Forms in Fla...
kity的头像-拾光赋kity5年前
0278
Handling Forms in Flask with Flask-WTF-拾光赋

Handling Forms in Flask with Flask-WTF

Handling Forms in Flask with Flask-WTF, Build Flask Python Apps (8 Part Series) 1 Connect Flask to a Database with Flask-SQLAlchemy 2 Handling Forms in Flask with Flask-WTF ... 4 m...
kity的头像-拾光赋kity5年前
03010
Connecting to ODBC databases from Python with pyodbc-拾光赋

Connecting to ODBC databases from Python with pyodbc

Connecting to ODBC databases from Python with pyodbc,Steps to connect to ODBC database in Python with pyodbc module Import the pyodbc module and create a connection to the database...
kity的头像-拾光赋kity6年前
0276
How to Update Legacy Code-拾光赋

How to Update Legacy Code

How to Update Legacy Code,Imagine a situation in which you need developers to add new features to an existing and well-functioning product. Let’s say you want to add billing to yo...
kity的头像-拾光赋kity6年前
02710
Understanding Python's Dictionary and Data Structure-拾光赋

Understanding Python’s Dictionary and Data Structure

Understanding Python's Dictionary and Data Structure,Dictionaries are one of python's powerful datatype and yet they are quite underrated. Focus is placed more on Lists as they beh...
kity的头像-拾光赋kity6年前
0236