Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Events
Videos
Audiobooks
Packt Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds

Free eBook - Learn Python Programming - Second Edition

4.1 (28 reviews total)
By Romano
  • A new free eBook every day on the latest in tech
  • 30 permanently free eBooks from our core tech library
  1. A Gentle Introduction to Python
About this book
Learn Python Programming is a quick, thorough, and practical introduction to Python - an extremely flexible and powerful programming language that can be applied to many disciplines. Unlike other books, it doesn't bore you with elaborate explanations of the basics but gets you up-and-running, using the language. You will begin by learning the fundamentals of Python so that you have a rock-solid foundation to build upon. You will explore the foundations of Python programming and learn how Python can be manipulated to achieve results. Explore different programming paradigms and find the best approach to a situation; understand how to carry out performance optimization and effective debugging; control the flow of a program; and utilize an interchange format to exchange data. You'll also walk through cryptographic services in Python and understand secure tokens. Learn Python Programming will give you a thorough understanding of the Python language. You'll learn how to write programs, build websites, and work with data by harnessing Python's renowned data science libraries. Filled with real-world examples and projects, the book covers various types of applications, and concludes by building real-world projects based on the concepts you have learned.
Publication date:
June 2018
Publisher
Packt
Pages
508
ISBN
9781788996662

About the Author
  • Romano

    Fabrizio Romano was born in Italy in 1975. He holds a master's degree in Computer Science Engineering from the University of Padova. He's been working as a professional software developer since 1999. Fabrizio has been part of Sohonet's Product Team since 2016. In 2020, the Television Academy honored them with an Emmy Award in Engineering Development for advancing remote collaboration.

    Browse publications by this author
Latest Reviews (28 reviews total)
This book sells with the premise that it is a book aimed and beginners, ‘The no-nonsense, beginners guide to programming...’It is not suitable for beginners regardless what other reviewers claim. The writer is obviously a data-scientist as you can tell over and over agin in his text.The language used is complicated and it WILL leave anyone without prior programming knowledge behind within 2 chapters.That said, if you have experience with writing software the technical aspects of Python are covered thoroughly.Be warned, beginners can get better products on Python coding for less money here on Amazon.
I'd made a couple of failed attempts to learn Python till now, because most of the tutorials/books dwell too long on the basics. Although this book does contain an overview of the most basic concepts of imperative programming, it isn't needlessly long and actually these chapters are worth a read just to be aware of several gotchas of Python (e.g. changing default parameters of a function).It gives a nice presentation of doing data science or web development in Python, so you have an idea which topics you could explore further if they are of interest to you. Personally, I was hooked by the chapter about data science which showed how to use the Jupyter Notebook development environment.
I wanted to add at my other programming languages ( c++,Visual Basic, Delphi) another new language. I am very satisfied with python.
Recommended For You
40 Algorithms Every Programmer Should Know

Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental algorithms, such as sorting and searching, to modern algorithms used in machine learning and cryptography

By Imran Ahmad
The Python Workshop

Learn the fundamentals of clean, effective Python coding and build the practical skills to tackle your own software development or data science projects

By Andrew Bird and 4 more
Python 3 Object-Oriented Programming - Third Edition

Uncover modern Python with this guide to Python data structures, design patterns, and effective object-oriented techniques

By Dusty Phillips
Modern Python Cookbook - Second Edition

Complete recipes spread across 15 chapters to help you overcome commonly faced issues by Python for everybody across the globe. Each recipe takes a problem-solution approach to resolve for effective Python.

By Steven F. Lott