Download link
File List
-
Exercise files/python_in_3_hours/python_in_3_hours/__init__.py 0 B
Exercise files/python3hours/python3hours/__init__.py 0 B
Exercise files/hello_world.py 23 B
Exercise files/pelican-tutorial/content/first_post.md 94 B
Exercise files/python3hours/python3hours/__pycache__/__init__.cpython-36.pyc 130 B
Exercise files/python3hours/python3hours/spiders/__pycache__/__init__.cpython-36.pyc 138 B
Exercise files/python_in_3_hours/python_in_3_hours/spiders/__init__.py 161 B
Exercise files/python3hours/python3hours/spiders/__init__.py 161 B
Exercise files/my_project/Pipfile 170 B
Exercise files/sample_folder_structure.txt 179 B
Exercise files/sample/Pipfile 188 B
Exercise files/pelican-tutorial/output/theme/css/typogrify.css 190 B
Exercise files/pelican-tutorial/output/theme/images/icons/facebook.png 202 B
Exercise files/pelican-tutorial/output/tags.html 213 B
Exercise files/pelican-tutorial/output/categories.html 223 B
Exercise files/pelican-tutorial/theme/templates/base.html 226 B
Exercise files/pelican-tutorial/output/theme/images/icons/gitorious.png 227 B
Exercise files/python3hours/python3hours/__pycache__/settings.cpython-36.pyc 248 B
Exercise files/pelican-tutorial/theme/templates/article.html 255 B
Exercise files/python3hours/scrapy.cfg 268 B
Exercise files/python_in_3_hours/scrapy.cfg 278 B
Exercise files/python3hours/python3hours/items.py 291 B
Exercise files/python3hours/python3hours/pipelines.py 292 B
Exercise files/python_in_3_hours/python_in_3_hours/items.py 293 B
Exercise files/python_in_3_hours/python_in_3_hours/pipelines.py 294 B
Exercise files/pelican-tutorial/output/archives.html 301 B
Exercise files/pelican-tutorial/output/authors.html 301 B
Exercise files/pelican-tutorial/output/my-first-post.html 310 B
Exercise files/flask_tutorial/app.py 322 B
Exercise files/pelican-tutorial/output/index.html 385 B
Exercise files/pelican-tutorial/output/category/general.html 385 B
Exercise files/pelican-tutorial/output/author/rudy.html 404 B
Exercise files/pelican-tutorial/theme/templates/index.html 408 B
Exercise files/python3hours/python3hours/spiders/sample_spider.py 442 B
Exercise files/pelican-tutorial/output/theme/images/icons/youtube.png 458 B
Exercise files/pelican-tutorial/output/theme/images/icons/gittip.png 487 B
Exercise files/pelican-tutorial/publishconf.py 508 B
Exercise files/pelican-tutorial/output/theme/images/icons/google-plus.png 527 B
Exercise files/pelican-tutorial/output/theme/images/icons/slideshare.png 535 B
Exercise files/pelican-tutorial/output/theme/images/icons/vimeo.png 544 B
Exercise files/context_managers.py 606 B
Exercise files/pelican-tutorial/output/theme/css/wide.css 616 B
Exercise files/functions_list_comprehensions.py 634 B
Exercise files/pelican-tutorial/output/theme/images/icons/reddit.png 693 B
Exercise files/decorators.py 719 B
Exercise files/python3hours/python3hours/spiders/__pycache__/sample_spider.cpython-36.pyc 746 B
Exercise files/pelican-tutorial/output/theme/images/icons/aboutme.png 751 B
Exercise files/oop.py 761 B
Exercise files/pelican-tutorial/output/theme/images/icons/google-groups.png 803 B
Exercise files/pelican-tutorial/pelicanconf.py 843 B
Exercise files/pelican-tutorial/output/theme/images/icons/rss.png 879 B
Exercise files/pelican-tutorial/output/theme/images/icons/linkedin.png 896 B
Exercise files/pelican-tutorial/output/theme/images/icons/stackoverflow.png 916 B
Exercise files/pelican-tutorial/output/theme/images/icons/delicious.png 958 B
Exercise files/pelican-tutorial/output/theme/images/icons/lastfm.png 975 B
Exercise files/my_project/Pipfile.lock 1005 B
Exercise files/pelican-tutorial/output/theme/images/icons/speakerdeck.png 1.02 KB
Exercise files/pelican-tutorial/output/theme/css/reset.css 1.08 KB
Exercise files/sample/Pipfile.lock 1.36 KB
Exercise files/pelican-tutorial/output/theme/images/icons/twitter.png 1.47 KB
Exercise files/pelican-tutorial/output/theme/images/icons/github.png 1.67 KB
Exercise files/pelican-tutorial/output/theme/css/pygment.css 1.79 KB
Exercise files/python3hours/python3hours/middlewares.py 1.87 KB
Exercise files/python_in_3_hours/python_in_3_hours/middlewares.py 1.87 KB
Exercise files/python3hours/python3hours/settings.py 3.11 KB
Exercise files/python_in_3_hours/python_in_3_hours/settings.py 3.16 KB
Exercise files/pelican-tutorial/output/theme/images/icons/hackernews.png 3.2 KB
Exercise files/pelican-tutorial/output/theme/images/icons/bitbucket.png 3.63 KB
Exercise files/pelican-tutorial/output/theme/css/main.css 10.76 KB
Exercise files/python3hours/quotes-1.html 10.79 KB
Exercise files/python3hours/quotes-2.html 13.41 KB
01 First Steps in Python Development/01 The Course Overview.mp4 5.29 MB
01 First Steps in Python Development/03 Writing Your First Hello World! Program in Python.mp4 9.33 MB
03 Learning Specific Python Coding Patterns/03 Wrap Up All Dynamic Resources with Context Managers.mp4 13.85 MB
06 Websites and Web Applications Using Python/01 Generate a Static Website with Markdown and Pelican.mp4 14.28 MB
03 Learning Specific Python Coding Patterns/01 Object-Oriented Programming, the Pythonic Way.mp4 14.68 MB
02 Managing Packages and Downloading New Ones in Python/02 Structuring Your Python Application with Classes and Modules.mp4 14.87 MB
06 Websites and Web Applications Using Python/03 Deploying Your First Web Server with Flask.mp4 15.14 MB
03 Learning Specific Python Coding Patterns/02 Help Your Functions Do More Using Decorators.mp4 15.15 MB
06 Websites and Web Applications Using Python/02 Customizing Your Static Website with Jinja2 Templates.mp4 15.8 MB
01 First Steps in Python Development/02 Introducing Your One-Stop-Shop Python IDE – WinPython.mp4 15.98 MB
02 Managing Packages and Downloading New Ones in Python/01 Downloading pip So That You Can Install New Packages.mp4 16.76 MB
01 First Steps in Python Development/04 Using Functions, Lambdas, and List Comprehensions.mp4 17.79 MB
05 Data Science and Machine Learning with Python/01 Handle Your Big Datasets with NumPy and pandas.mp4 18.87 MB
02 Managing Packages and Downloading New Ones in Python/03 Installing and Using pipenv to Manage Your Projects.mp4 18.97 MB
04 Web Scraping and Data Mining with Python/01 Create Your Own Crawlers with Scrapy.mp4 20.95 MB
05 Data Science and Machine Learning with Python/03 Visualizing Data in Charts and Graphs with matplotlib.mp4 22.31 MB
05 Data Science and Machine Learning with Python/02 Make Python Smarter with Machine Learning Using scikit-learn.mp4 26.47 MB
04 Web Scraping and Data Mining with Python/02 Go Through News Articles with newspaper3k.mp4 32.92 MB
04 Web Scraping and Data Mining with Python/03 Digest RSS Feeds Using Feedparser.mp4 33.54 MB
Download Info
-
Tips
“[TutorialPace.com] Packt - Learn Python in 3 Hours - [TP]” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.