Python 🐍 Work With Data
1.59K subscribers
76 photos
13 videos
136 files
441 links
A collection of books and articles on Python and various data manipulation tools. Overview of architecture of business intelligence systems, design and development of BI Reports, data processing in Python Pandas.
Download Telegram
Programming_For_Computations_Python_A_Gentle_Introduction_To_Numerical.pdf
7.1 MB
The book was inspired by the Springer book TCSE 6: A Primer on Scientific Programming with Python (by Langtangen), but the style employed is more accessible and concise, in keeping with the needs of engineering students. The book outlines the shortest possible path from no previous experience with programming to a set of skills that allows students to write simple programs for solving common mathematical problems with numerical methods in the context of engineering and science courses. The emphasis is on generic algorithms, clean program design, the use of functions, and automatic tests for verification.
Django_3_Web_Development_Cookbook_Actionable_solutions_to_common.pdf
43.2 MB
Key Features
• Explore the latest version of Django, and learn effectively with the help of practical examples
• Follow a task-based approach to develop professional web apps using Django and Python
• Learn to deploy, scale, and secure apps using Docker and Amazon Web Services(AWS)

What you will learn
• Discover how to set the basic configurations to start any Django project
• Understand full-stack web application development using Django
• Build a database structure using reusable model mixins
• Implement security, performance, and deployment features in your web apps
• Import data from local sources and external web services and export it to your app
• Secure web applications against malicious usage and find and fix common performance bottlenecks
Django_3_Web_Development_Cookbook_by_Aidas_Bendoraitis,_Jake_Kronika.epub
38.4 MB
Django is a web framework for perfectionists with deadlines, designed to help you build manageable medium and large web projects in a short time span. This fourth edition of Django Web Development Cookbook is updated with Django 3's latest features to guide you effectively through the development process. This Django book starts by helping you create a virtual environment and project structure for building Python web apps. You'll learn how to build models, views, forms, and templates for your web apps and then integrate JavaScript in your Django apps to add more features. As you advance, you'll create responsive multilingual websites, ready to be shared on social networks. The book will take you through uploading and processing images, rendering data in HTML5, PDF, and Excel, using and creating APIs, and navigating different data types in Django. You'll become well-versed in security best practices and caching techniques to enhance your website's security and speed.
Learning_the_Pandas_Library_Python_Tools_for_Data_Munging,_Analysis.pdf
7 MB
Python is one of the top 3 tools that Data Scientists use.One of the tools in their arsenal is the Pandas library.This tool is popular because it gives you so much functionality out of the box.In addition, you can use all the power of Python to make the hard stuff easy!

Learning the Pandas Libraryis designed to bring developers and aspiring data scientists who are anxious to learn Pandas up to speed quickly. It starts with the fundamentals of the data structures. Then, it covers the essential functionality. It includes many examples, graphics, code samples, and plots from real world examples.
Microsoft_Power_BI_Quick_Start_Guide_Build_dashboards_and_visualizations.pdf
8.7 MB
Microsoft Power BI Quick Start Guide Build dashboards and visualizations to make your data come to life.pdf

https://github.com/PacktPublishing/Microsoft-Power-BI-Quick-Start-Guide - This is the code repository for Microsoft Power BI Quick Start Guide, published by Packt.

Build dashboards and visualizations to make your data come to life
Mastering_Large_Datasets_with_Python_Parallelize_and_Distribute.pdf
17.4 MB
Mastering Large Datasets with Python Parallelize and Distribute Your Python Code.pdf

What's inside
• An introduction to the map and reduce paradigm
• Parallelization with the multiprocessing module and pathos framework
• Hadoop and Spark for distributed computing
• Running AWS jobs to process large datasets
Python_Projects_for_Beginners_A_Ten_Week_Bootcamp_Approach_to_Python.pdf
3.9 MB
Python Projects for Beginners A Ten-Week Bootcamp Approach to Python Programming.pdf

What You Will Learn
- Understand beginning and more advanced concepts of the Python language
- Be introduced to data analysis using pandas, the Python Data Analysis library
- Walk through the process of interviewing and answering technical questions
- Create real-world applications with the Python language
- Learn how to use Anaconda, Jupyter Notebooks, and the Python Shell
Personal_Finance_with_Python_Using_pandas,_Requests,_and_Recurrent.pdf
3.8 MB
Personal Finance with Python Using pandas, Requests, and Recurrent.pdf

Deal with data, build up financial formulas in code from scratch, and evaluate and think about money in your day-to-day life. This book is about Python and personal finance and how you can effectively mix the two together.

In Personal Finance with Python you will learn Python and finance at the same time by creating a profit calculator, a currency converter, an amortization schedule, a budget, a portfolio rebalancer, and a purchase forecaster. Many of the examples use pandas, the main data manipulation tool in Python. Each chapter is hands-on, self-contained, and motivated by fun and interesting examples.
Python Requests Essentials.pdf
1.4 MB
Demonstrate the use of Python Requests with the help of examples

Use the Requests module to deal with the inner sections of the request-response cycles

Implement the RESTful Web API with Python Requests

Authenticate Requests using different authentication methods

Emulate server actions and interact with a mock server

Interact with social networking sites such as Facebook, Twitter, and reddit

Scrape the Web with Python Requests and BeautifulSoup

Build your own web application with Flask
Python_Data_Analytics_With_Pandas,_NumPy,_and_Matplotlib_by_Fabio.pdf
13.9 MB
Python Data Analytics With Pandas, NumPy, and Matplotlib by Fabio Nelli.pdf

What You'll Learn
- Understand the core concepts of data analysis and the Python ecosystem
- Go in depth with pandas for reading, writing, and processing data
- Use tools and techniques for data visualization and image analysis
- Examine popular deep learning libraries Keras, Theano,TensorFlow, and PyTorch
Reinventing_ITIL®_in_the_Age_of_DevOps_Innovative_Techniques_to.pdf
6.6 MB
Reinventing ITIL in the Age of DevOps Innovative Techniques to Make Processes Agile and Relevant.pdf

What You Will Learn
• Discover the basics of ITIL and DevOps
• Compare ITIL and DevOps
• Understand the structure of a DevOps organization and adapt the ITIL roles to this structure
• Re-engineer ITIL for DevOps projects
• Implement major processes such as incident management, configuration management, and change management processes in DevOps projects
• Automate activities within processes
Django_3_By_Example_Build_powerful_and_reliable_Python_web_applications.pdf
9.1 MB
Django 3 By Example Build powerful and reliable Python web applications from scratch by Antonio Melé.pdf

Learn Django 3 with four end-to-end web projects Key Features Learn Django 3 by building real-world web applications from scratch in Python, using coding best practices Integrate other technologies into your application with clear, step-by-step explanations and comprehensive example code Implement advanced functionalities like a full-text search engine, a user activity stream, or a recommendation engine Add real-time features with Django Channels and WebSockets Book Description If you want to learn the entire process of developing professional web applications with Python and Django, then this book is for you. In the process of building four professional Django projects, you will learn about Django 3 features, how to solve common web development problems, how to implement best practices, and how to successfully deploy your applications...
Software_Architecture_with_Python_by_Anand_Balachandran_Pillai.epub
23.4 MB
1. Principles of Software Architecture
2. Writing Modifiable and Readable Code
3. Testability Writing Testable Code
4. Good Performance is Rewarding!
5. Writing Applications that Scale
6. Security Writing Secure Code
7. Design Patterns in Python
8. Python Architectural Patterns
9. Deploying Applications with Python
10. Techniques for Debugging
Python Clean Coding.rar
440.4 MB
2 hours 8 minutes

Discover simple practices for writing clean and efficient Python code

- Practical examples and case studies to demonstrate effective coding
- Set up a programming environment that encourages beautiful code
- How to take full advantage of Python features to make your code elegant
- Master available tools and modules to improve the cleanliness of your Python code
- General stylistic guidelines to make your code readable, maintainable, and extendable
- How to program in different stylistic paradigms for maximum code cleanliness depending on the application
- How to identify and rewrite bad code
Machine Learning for Algorithmic Trading Bots with Python.rar
679.5 MB
4 hours 50 minutes

Introducing the study of machine learning and algorithmic trading for financial practitioners

1. Course Introduction
2. Set Up - Twitter Developer Account
3. Starting Bot Development with Tweepy
4. Building Twitter Autoreply
5. Deploying Bot Online
6. Building Twitter Auto RetweetLike Bot
Python_For_Network_Enginers.pdf
8.3 MB
Python_For_Network_Enginers.pdf
Python 3 для сетевых инженеров
Chou_E_-_Mastering_Python_Networking_-_2017.pdf
17.4 MB
Chou_E_-_Mastering_Python_Networking_-_2017.pdf
Learning_DevOps_The_complete_guide_to_accelerate_collaboration_with.pdf
18.7 MB
Learning DevOps The complete guide to accelerate collaboration with Jenkins, Kubernetes, Terraform and Azure DevOps by Mikael Krief.pdf
Вебинар_SkillBox_Python_разработка_мессенджера_PyQT.rar
758.7 MB
Вебинар SkillBox - Python - разработка мессенджера PyQT