Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Programming with Python
Programming with Python
Programming with Python
Ebook110 pages1 hour

Programming with Python

Rating: 0 out of 5 stars

()

Read preview

About this ebook

This document in electronic format is a compilation of the "Programming with Python" course from my blog https://evginformatica.com

This course is divided into two parts, in the first part we will start in the world of programming in python and in the second part we will see a real project where we will apply everything learned.

Additionally, in my blog, you will find programming and web development courses, free courses, tutorials and much more ...

LanguageEnglish
Release dateJun 26, 2020
ISBN9780463843529
Programming with Python
Author

Enrique Vicente

My name is Enrique Vicente and I am an IT Engineer.I already have many years of experience in developing programs in different areas of technology.I am an expert in industrial control systems and industrial plant automation.I dominate numerous programming languages such as C, C ++, C #, Visual Basic, SQL, JavaScript, PHP, etc.I am passionate about computer science and Information Technology in general and I would like to infect many people with this passion.In my blog https://evginformatica.com you can find online courses, tutorials, ebooks about programming.

Read more from Enrique Vicente

Related to Programming with Python

Related ebooks

Programming For You

View More

Related articles

Reviews for Programming with Python

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Programming with Python - Enrique Vicente

    Table of Contents

    Programming with Python

    Class 1: Introduction

    Class 2: Development environment

    Class 3: My first program

    Class 4: Variables and operations

    Class 5: Real projects

    Class 6: Functions

    Class 7: Data Structures - Tuples

    Class 8: Data structures - Lists

    Class 9: Data structures - Dictionaries

    Class 10 Examples

    Class 11: Graphics

    Class 12: Functional Programming

    Web Scraping Project for SEO with Python

    Project presentation

    Class 1: Definition of the problem and development environment

    Class 2: Reading the content of a web page with urllib

    Class 3: Obtain internal links from a web page

    Class 4: Decode links and see accents

    Class 5 : Create a list of valid links.

    Class 6: Find all internal links

    Class 7: Get metatag title

    Class 8: Get metatag description

    Class 9: Task for the student: Obtain tag

    Class 12: Student task: Generate HTML file to display in Internet browser

    Class 13: Student task: Rewrite program with Beautiful Soup

    Class 14: Analyze website for SEO

    About the Author

    Programming with Python

    This document in electronic format is a compilation of the "Programming with Python" course from my blog https://evginformatica.com

    This course is divided into two parts, in the first part we will start in the world of programming in python and in the second part we will see a real project where we will apply everything learned.

    Additionally, in my blog, you will find programming and web development courses, free courses, tutorials and much more ...

    Sincerely,

    Enrique Vicente García

    Programming with Python

    Enrique Vicente García

    Copyright 2020 Enrique Vicente

    Smashwords Edition

    Notes on the Smashwords edition

    This ebook is licensed for your personal enjoyment only. This ebook cannot be resold or given away to others. If you would like to share this book with someone else, please purchase an additional copy for each recipient. If you are reading this book and did not purchase it, or did not purchase it for your exclusive use, please return to Smashwords.com and purchase your own copy. Thank you for respecting the hard work of this author.

    Programming with Python

    Class 1: Introduction

    We begin the Programming with Python course, where we will start in this interesting programming language.

    We will try to build python programs following a series of examples and comparing them with other languages ​​such as C.

    Language characteristics

    . Python is an interpreted language, therefore it is easier to start programming with it than other languages ​​such as C, C # or Java, since being compiled languages ​​have a higher learning curve.

    . It is Dynamic language where there is no previous declaration of types and the type of the variables is associated at runtime

    Enjoying the preview?
    Page 1 of 1