Udemy - A Python project with coding framework and unit testing

seeders: 0
leechers: 0
Added 4 years ago by freecoursewb in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Udemy - A Python project with coding framework and unit testing (Size: 770.4 MB)
  1. Introduction.mp4 6.3 MB
  1. Introduction.srt 2 KB
  1. Python basics.mp4 52.4 MB
  1. Python basics.srt 7.8 KB
  1. Python unittest package.mp4 23.2 MB
  1. Python unittest package.srt 4 KB
  1. Reading data from a JSON file.mp4 19.5 MB
  1. Reading data from a JSON file.srt 2.7 KB
  1. Reading properties from a configuration file.mp4 23.3 MB
  1. Reading properties from a configuration file.srt 3.6 KB
  1. Structuring code with classes and functions.mp4 45.5 MB
  1. Structuring code with classes and functions.srt 8.3 KB
  1. What is REST.mp4 3.4 MB
  1. What is REST.srt 1.5 KB
  1. Where to go from here.html 819.2 B
  1.1 learn_python.py 1.1 KB
  2. Data and error testing.mp4 39.8 MB
  2. Data and error testing.srt 5.6 KB
  2. Initializing variables with a constructor.mp4 28.7 MB
  2. Initializing variables with a constructor.srt 5 KB
  2. Installing PostgreSQL.mp4 23.3 MB
  2. Installing PostgreSQL.srt 4 KB
  2. Preview - ML Model deployment.mp4 11.4 MB
  2. Preview - ML Model deployment.srt 2.6 KB
  2. Python dictionary.mp4 29.4 MB
  2. Python dictionary.srt 4.8 KB
  2. Understanding how REST will be used in the application.mp4 2.6 MB
  2. Understanding how REST will be used in the application.srt 1.3 KB
  2. What is Python.mp4 2.1 MB
  2. What is Python.srt 1.6 KB
  2. Writing JSON file data to PostgreSQL.mp4 49.6 MB
  2. Writing JSON file data to PostgreSQL.srt 4.8 KB
  2.1 ML_Coupon.txt 102.4 B
  3. Creating a REST API to fetch course list.mp4 53.2 MB
  3. Creating a REST API to fetch course list.srt 7.5 KB
  3. Installing Python.mp4 5 MB
  3. Installing Python.srt 614.4 B
  3. Logging using basic config.mp4 27.7 MB
  3. Logging using basic config.srt 4.5 KB
  3. Preview - Data Engineering - Hadoop and Spark.mp4 14.6 MB
  3. Preview - Data Engineering - Hadoop and Spark.srt 3.6 KB
  3. Python List and Tuple.mp4 13.9 MB
  3. Python List and Tuple.srt 2.3 KB
  3. Reading from and writing to Postgres.mp4 71 MB
  3. Reading from and writing to Postgres.srt 9.6 KB
  3. Unit testing with PyTest.mp4 40.3 MB
  3. Unit testing with PyTest.srt 4.7 KB
  3.1 Data_Engineering_Coupon.txt 102.4 B
  4. Creating a REST API to store course information.mp4 42 MB
  4. Creating a REST API to store course information.srt 6 KB
  4. Installing PyCharm.mp4 19.3 MB
  4. Installing PyCharm.srt 1.7 KB
  4. Logging using file config.mp4 28.8 MB
  4. Logging using file config.srt 5.2 KB
  4. Organizing code further.mp4 24.3 MB
  4. Organizing code further.srt 3.3 KB
  5. Creating a project in the main Python environment.mp4 7.4 MB
  5. Creating a project in the main Python environment.srt 1.7 KB
  5. Handling the unique key constraint error.mp4 13.8 MB
  5. Handling the unique key constraint error.srt 2.2 KB
  5. Having multiple loggers in an application.mp4 28.8 MB
  5. Having multiple loggers in an application.srt 3.9 KB
  6. Error handling with try and except blocks.mp4 18.4 MB
  6. Error handling with try and except blocks.srt 3.1 KB
  Bonus Resources.txt 409.6 B
  CACHEDIR.TAG 204.8 B
  FileProcessor.iml 512 B
  Get Bonus Downloads Here.url 204.8 B
  Postgres-course-catalog.sql 1.1 KB
  Project_Default.xml 409.6 B
  PythonCollections.iml 307.2 B
  README.md 307.2 B
  RestClient.iml 307.2 B
  course.json 204.8 B
  data_pipeline.py 3.4 KB
  driver.py 1.5 KB
  fileprocessor.ini 102.4 B
  gitignore 0 B
  ingest.cpython-39.pyc 1 KB
  ingest.py 614.4 B
  lastfailed 0 B
  learn_python.py 1.1 KB
  logging.conf 512 B
  main.py 409.6 B
  misc.xml 307.2 B
  modules.xml 307.2 B
  nodeids 102.4 B
  persist.cpython-39.pyc 3 KB
  persist.py 3.7 KB
  pipeline.ini 102.4 B
  postgresql-42.2.18.jar 981.2 KB
  profiles_settings.xml 204.8 B
  retailstore.csv 307.2 B
  stepwise 0 B
  test_persist.py 1.3 KB
  test_persist2.py 512 B
  transform.cpython-39.pyc 1 KB
  transform.py 614.4 B
  workspace.xml 13.6 KB
  ▲ 182 total files

Description


A Python project with coding framework and unit testing
https://DevCourseWeb.com

Last Update: 11/2021
Duration: 1h 54m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 48 kHz, 2ch | Size: 770 MB
Genre: eLearning | Language: English

Real world python coding framework and unit testing - logging, error handling, config , database, PyTest , REST API

What you'll learn:
Python basics and real world coding framework - organizing code, logging, error handling, config file, unit testing
Requirements
Basic programming skills and SQL knowledge required
Description
Learn how to code and unit test Python applications in a real world project. Go beyond the basics by solving a practical use case step by step. This course is designed for Python beginners who want to transition for academic background to a real world developer role !
Course Project :
You will be building a Python application to read data from files and store the data into PostgreSQL database. You will be creating REST endpoints using which external users will interact with your application data. All the industry standard best practices in terms of logging, error handling, config file, code structuring will be used in the application.
Course structure
Python (3.9) and PyCharm IDE installation
Python basics - Get started with basic Python data types including List, Tuple and Dictionary
Organizing code with Classes and Modules - Understand core concepts of classes and packages
Python logging - Implement logging using basic config and file config
Python error handling - Learn how to handle exceptions.
Python PostgreSQL database interaction - Understand how to read and write to PostgreSQL using psycopg2
Create REST API using Python - Learn to create APIs using Python Flask framework
Reading configuration from property file - Learn how to avoid hardcoding of configurable properties
Unit testing - Learn to test your application using unittest package
Unit testing - Learn to test your application using PyTest package

You will learn the above concepts by building a real world file processing application. No prior Python knowledge required.
Prerequisites
Basic programming skills
Basic knowledge of SQL queries

Related Torrents

torrent name size uploader age seed leech
0
0
7
0
4