programming
Learn SQL (using MySQL) in One Day and Learn It Well: SQL for Beginners with Hands-on Project Goodreads
作者: Jamie Chan / LCF Publishing
Learn SQL (using MySQL) Fast and Learn It Well. Master SQL Programming with a unique Hands-On Project
The information era is upon us and the ability to organize and make sense of data has become an invaluable skill.

Have you been hearing about data, databases and SQL and wondering what it's all about? Or perhaps you have just gotten a new job and need to learn SQL fast.

This book is for you. You no longer have to feel lost and overwhelmed by all the fragmented tutorials online, nor do you have to waste your time and money learning SQL from lengthy books and expensive online courses.

What this book offers...


Concepts in this book are presented in a "to-the-point" and concise style to cater to the busy individual. With this book, you can learn SQL in just one day and start coding immediately.



Complex topics are broken down into simple steps with
to ensure that you can easily master SQL
. In addition, the output for all examples are provided immediately so you do not have to wait till you have access to your computer to test the examples.



The complete process from database creation, table creation, data input, manipulation and retrieval etc is covered. The flow of the book is carefully planned to ensure that you can easily follow along.

How is this book different...
The best way to learn SQL is by doing. This book provides examples for all concepts taught so that you can try out the different SQL commands yourself.

In addition, you'll be guided through a complete project at the end of the book that requires the application of all the concepts taught previously. Working through the project will not only give you an immense sense of achievement, it'll also help you retain the knowledge and master the language.

Ready to embark on your SQL learning journey? This book is for you. Click the BUY button and download it now.

What you'll learn:
- What is a database and DBMS?
- What is SQL?
- What software do you need to code SQL programs?
- How to create databases and tables in SQL?
- What are the common data types in SQL?
- How to input data into the database
- How to select data from SQL tables
- How to use aggregate functions
- How to write JOIN and UNION statements
- What is a SQL view?
- How to write SQL triggers
- How to write stored procedures and functions
- How to make decisions with IF and CASE statements
- How to control the flow of program with WHILE, REPEAT and LOOP statements
- What are cursors and how to use them?
.. and more...

Finally, you'll be guided through a hands-on project that requires the application of all the topics covered.

Click the BUY button and download the book now to start learning SQL. Learn it fast and learn it well.
2022年8月22日 已读
又看掉一本一天系列,也许这样学习更适合我?因为我也不是要做程序员,只是想学些基础概念和语法而已,能够使用别人做好的工具就行。话说 SQL 的语法有点怪,跟我以前学过的语言有点格格不入。
database programming 数据库 编程
Learn Python in One Day and Learn it Well 谷歌图书
作者: Jamie Chan CreateSpace Independent Publishing 2015
A newer edition of this book is available. Get it here: https://www.amazon.com/dp/1546488332

Master Python Programming with a unique Hands-On Project

Have you always wanted to learn computer programming but are afraid it'll be too difficult for you? Or perhaps you know other programming languages but are interested in learning the Python language fast? This book is for you. You no longer have to waste your time and money learning Python from lengthy books, expensive online courses or complicated Python tutorials. What this book offers...

Python for Beginners Complex concepts are broken down into simple steps to ensure that you can easily master the Python language even if you have never coded before. Carefully Chosen Python Examples Examples are carefully chosen to illustrate all concepts. In addition, the output for all examples are provided immediately so you do not have to wait till you have access to your computer to test the examples. Learn The Python Programming Language Fast Concepts are presented in a "to-the-point" style to cater to the busy individual. With this book, you can learn Python in just one day and start coding immediately. How is this book different...

The best way to learn Python is by doing. This book includes a complete project at the end of the book that requires the application of all the concepts taught previously. Working through the project will not only give you an immense sense of achievement, it"ll also help you retain the knowledge and master the language. Are you ready to dip your toes into the exciting world of Python coding? This book is for you. Click the "Add to Cart" button to buy it now. What you'll learn:

What is Python? What software you need to code and run Python programs? What are variables? What mathematical operators are there in Python? What are the common data types in Python? What are Lists and Tuples? How to format strings How to accept user inputs and display outputs How to make decisions with If statements How to control the flow of program with loops How to handle errors and exceptions What are functions and modules? How to define your own functions and modules How to work with external files .. and more...

Finally, you'll be guided through a hands-on project that requires the application of all the topics covered. Click the "Add to Cart" button now to start learning Python. Learn it fast and learn it well.
2022年7月8日 已读
多年后重新学习 Python,找到一本极速指南,果真一天能看完,但做起练习来还是错误百出,不过好歹记起一些基础语法了。
programming
The Definitive Guide to Django 豆瓣
作者: Adrian Holovaty / Jacob Kaplan-Moss Apress 2007
Django, the Python-based equivalent to the Ruby on Rails web development framework, is presently one of the hottest topics in web development today. In The Definitive Guide to Django: Web Development Done Right, Adrian Holovaty, one of Django's creators, and Django lead developer Jacob Kaplan-Moss show you how they use this framework to create award-winning web sites. Over the course of three parts, they guide you through the creation of a web application reminiscent of chicagocrime.org.
The first part of the book introduces Django fundamentals like installation and configuration. You'll learn about creating the components that power a Django-driven web site. The second part delves into the more sophisticated features of Django, like outputting non-HTML content (such as RSS feeds and PDFs), plus caching and user management. The third part serves as a detailed reference to Django's many configuration options and commands. The book even includes seven appendixes for looking up configurations options and commands. In all, this book provides the ultimate tutorial and reference to the popular Django framework.
http://www.djangobook.com/
Cocoa(R) Programming for Mac(R) OS X (2nd Edition) 豆瓣
作者: Aaron Hillegass Addison-Wesley Professional 2004 - 4
According to Apple, "The Cocoa application environment is designed specifically for Mac OS X-only native applications. It is comprised of a set of object-oriented frameworks that support rapid development and high productivity. The Cocoa frameworks include a full-featured set of classes designed to create robust and powerful Mac OS X applications. The object-oriented design simplifies application development and debugging." Cocoa Programming for Mac OS X, 2/e teaches programmers and developers all the tools for Cocoa development. This book has a strong tutorial format and is completely updated for Mac OS X 10.2. The reader is guided through writing five applications and an InterfaceBuilder palette. Each project teaches several new ideas. As a new concept or technique is introduced, the text describes it in detail. This book will cover in depth the following topics: Cocoa: What is it? Where did it come from; ProjectBuilder, Objective-C, Controls, Archiving, Helper Objects, Multiple nibs, Getting and Setting User Defaults, Using Notifications, Custom Views, Responders and Keyboard events, Creating InterfaceBuilder Palettes, NSTimer, Updating Menus, Working with NSTextView and Using Java with Cocoa. </P>
2008年9月2日 已读
Cocoa编程很好玩,也很容易上手,自己在学习上的难点在于内存的管理上。
Cocoa mac programming