Home > Articles > Web Development

Web Development

840 Items

Sort by Date | Title

An Introduction to Python Web Development Using the Pyramid Framework, Part 3
Dec 16, 2013
In Part 3 of his seven-part series on learning Python Pyramid, Jesse Smith discusses the Python project structure.
An Introduction to Python Web Development Using the Pyramid Framework Part 2
Dec 9, 2013
In Part 2 of his seven-part series on learning Python Pyramid, Jesse Smith looks at how to configure a Pyramid application by using Imperative and Declarative configurations.
Five Minute Python Programming Primer
Dec 4, 2013
This user-friendly Python tutorial will have you up and running in Python programming in no time. A perfect primer for beginners, you will program a simple game after learning about variables, programming math, logic, for loops and if statements, and more.
An Introduction to Python Web Development Using the Pyramid Framework Part 1
Dec 2, 2013
In Part 1 of a seven-part series, Jesse Smith shows how to build on Python OO concepts by taking them to the Web using Python and the Pyramid Framework for building Python-based web applications.
Hadoop Fundamentals: Understanding the Problem Hadoop Solves
Nov 21, 2013
In this video, Doug Eadline defines big data and introduces the core components of Hadoop including Hadoop Distriuted File Systems (HDFS) and MapReduce.
Understanding Python Basics for Raspberry Pi
Nov 21, 2013
Get a wonderful overview of Python basics, including output and formatting output from Python; creating legal variable names and assigning values to variables; and various data types and when they are assigned by Python. Learn how Python can handle input from the keyboard and how to convert the data types of the variables receiving that input.
An Introduction to Object-Oriented Concepts in Python, Part 5
Nov 11, 2013
Programming expert Jesse Smith shows how to improve Python program design by using data structures.
Learn Python the Hard Way: Comments and Pound Characters
Nov 6, 2013
In this excerpt from Learn Python the Hard Way: A Very Simple Introduction to the Terrifyingly Beautiful World of Computers and Code, 3rd Edition, Zed A. Shaw shows you how to use comments in Python.
My Life in Tech: Q&A with Developer Erica Sadun
Nov 5, 2013
Erica Sadun talks about her career path, advice for those who want to get into iOS development, and who is stealing all of her gadgets.
An Introduction to Object-Oriented Concepts in Python, Part 4
Nov 4, 2013
Programming expert Jesse Smith shows how to make Python programs more robust by using exceptions.
An Introduction to Object-Oriented Concepts in Python, Part 3
Oct 28, 2013
Programming expert Jesse Smith shows how to get started creating Python programs using subclassing with inheritance.
How to Store Text in Strings in Python
Oct 25, 2013
When Python wants to store text in a variable, it creates a variable called a string. Katie Cunningham shows you how to create, print and format strings and when to use strings in the real world.
An Introduction to Object-Oriented Concepts in Python, Part 2
Oct 21, 2013
Programming expert Jesse Smith shows how to get started creating Python programs using modules and packages.
Why Iā€™m a Part of PyLadies
Oct 15, 2013
Katie Cunningham talks about PyLadies, why she got involved, and why you should consider joining, too.
An Introduction to Object-Oriented Concepts in Python, Part 1
Oct 14, 2013
Programming expert Jesse Smith shows how to get started with programming Python objects using Python classes.
Learn Python the Hard Way: A Good First Program
Oct 11, 2013
Just getting started with Python? Zed Shaw walks you through your first program.
Planning Your SharePoint 2013 Solution Strategy
Oct 9, 2013
This chapter starts with a discussion of what SharePoint is and clarifies its role as an application, a platform, and a framework. The remainder of the chapter provides a roadmap for framing your SharePoint solution strategy.
The First Programs to Write in Any New Language
Oct 9, 2013
What first programs should you use when you start learning a new programming language? Brian Overland suggests a path to learning a new language, starting with "Hello, World" and beyond.
How Sitecore and the Modern CMS Follow the Object-Oriented Thought Process
Oct 8, 2013
Sitecore Development Certified Senior Developer Jon Upchurch discusses how Sitecore and other modern content-management systems follow an object-oriented approach to content. This approach conveys many benefits for developers and business users alike.
Java Coding Guidelines for Reliability
Sep 27, 2013
The Java language allows a great deal of flexibility in the ways in which it is used, but some of these uses can lead to obscure techniques and code that is difficult to understand and maintain. By following these guidelines, you will produce code that is less prone to bugs and runtime failure.

<< < Prev Page 5 6 7 8 9 Next >