
- English
- ePUB (mobile friendly)
- Available on iOS & Android
About this book
Designed to provide an insight into the SQL and MySQL database concepts using python. Key Features
- A practical approach
- Ample code examples
- A Quick Start Guide to Python for beginners
Description
Python is becoming increasingly popular among data scientists. However, analysis and visualization tools need to interact with the data stored in various formats such as relational and NOSQL databases.
This book aims to make the reader proficient in interacting with databases such as MySQL, SQLite, MongoDB, and Cassandra.
This book assumes that the reader has no prior knowledge of programming. Hence, basic programming concepts, key concepts of OOP, serialization and data persistence have been explained in such a way that it is easy to understand. NOSQL is an emerging technology. Using MongoDB and Cassandra, the two widely used NOSQL databases are explained in detail.
The knowhow of handling databases using Python will certainly be helpful for readers pursuing a career in Data Science. What Will You Learn
- Python basics and programming fundamentals
- Serialization libraries pickle, CSV, JSON, and XML
- DB-AP and, SQLAlchemy
- Python with Excel documents
- Python with MongoDB and Cassandra
Who This Book Is For
Students and professionals who want to become proficient at database tools for a successful career in data science. Table of Contents
- Getting Started
- Program Flow Control
- Structured Python
- Python – OOP
- File IO
- Object Serialization
- RDBMS Concepts
- Python DB-API
- Python – SQLAlchemy
- Python and Excel
- Python – PyMongo
- Python – Cassandra
- Appendix A: Alternate Python Implementations
Appendix B: Alternate Python Distributions
Appendix C: Built-in Functions
Appendix D: Built-in Modules
Appendix E: Magic Methods
Appendix F: SQLite Dot Commands
Appendix G: ANSI SQL Statements
Appendix H: PyMongo API Methods
Appendix I: Cassandra CQL Shell Commands About the Author
Malhar Lathkar is an Independent software professional / Programming technologies trainer/E-Learning Subject matter Expert. He is a of Director Institute of Programming Language Studies, having an academic experience of 33 years. His expertise is in Java, Python, C#, IoT, PHP, databases. linkedIn: linkedin.com/in/malharlathkar Blog: indsport.blogspot.com
Tools to learn more effectively

Saving Books

Keyword Search

Annotating Text

Listen to it instead
Information
CHAPTER 1
Getting Started
1.1 Installation


1.2 Interactive Mode
Example 1.1
>>> 5-6/2*3-4.0>>> (5-6/2)*36.0>>>Example 1.2
>>> length=20>>> breadth=30>>> area=length*breadth>>> area6001.3 Scripting Mode
Example 1.3
#area.pylength=20breadth=30area=length*breadthprint ('area=',area)
1.4 Identifiers
Table of contents
- Cover Page
- Title Page
- Copyright Page
- Preface
- About the Author
- Code Bundle
- Table of Contents
- 1. Getting Started
- 2. Program Flow Control
- 3. Structured Python
- 4. Python - OOP
- 5. File IO
- 6. Object Serialization
- 7. RDBMS Concepts
- 8. Python DB-API
- 9. Python - SQLAlchemy
- 10. Python and Excel
- 11. Python – PyMongo
- 12. Python - Cassandra
- Appendix A: Alternate Python Implementations
- Appendix B: Alternate Python Distributions
- Appendix C: Built-in Functions
- Appendix D: Built-in Modules
- Appendix E: Magic Methods
- Appendix F: SQLite Dot Commands
- Appendix G: ANSI SQL Statements
- Appendix H: PyMongo API Methods
- Appendix I: Cassandra CQL Shell Commands
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app