BITCQ

O'Reilly - Intermediate Python

Size: 1.6 GB
Magnet link

Name Size
O'Reilly - Intermediate Python/01.Introduction/0101 Welcome to the Course.mp4 25.5 MB
O'Reilly - Intermediate Python/01.Introduction/0102 Walking through the checklist of everything we need for this course.mp4 31.2 MB
O'Reilly - Intermediate Python/02.Wordplay warm-up/0201 Problem solving for words in the English language that contain double letters.mp4 45.7 MB
O'Reilly - Intermediate Python/02.Wordplay warm-up/0202 Problem solving for words in the English language that do not contain double letters.mp4 54.7 MB
O'Reilly - Intermediate Python/02.Wordplay warm-up/0203 Problem solving for the English word that contains all vowels A, E, I, O and U.mp4 20.5 MB
O'Reilly - Intermediate Python/02.Wordplay warm-up/0204 Problem solving using more than one solution method.mp4 162.9 MB
O'Reilly - Intermediate Python/03.Data structures, a practical intermediate introduction/0301 Reviewing container data structures we already know and love lists and dictionaries.mp4 42.6 MB
O'Reilly - Intermediate Python/03.Data structures, a practical intermediate introduction/0302 Using Lists and Dictionaries to Find Novel Words in Shakespeare's Sonnets.mp4 58.6 MB
O'Reilly - Intermediate Python/03.Data structures, a practical intermediate introduction/0303 An Introduction to Big O Notation and How to Analyze the Runtime Performance of Algorithms.mp4 64.8 MB
O'Reilly - Intermediate Python/03.Data structures, a practical intermediate introduction/0304 Adding a new container data structure to our toolkit the set.mp4 34 MB
O'Reilly - Intermediate Python/03.Data structures, a practical intermediate introduction/0305 Digging into the list comprehensions we've been using to put data from a file into lists and dictionaries.mp4 56.7 MB
O'Reilly - Intermediate Python/03.Data structures, a practical intermediate introduction/0306 Synthesizing the material from this section in a new script to extract the words from a file containing all of Shakespeare's sonnets.mp4 75.5 MB
O'Reilly - Intermediate Python/03.Data structures, a practical intermediate introduction/0307 Reviewing the data structures and concepts from this section.mp4 11.8 MB
O'Reilly - Intermediate Python/04.Jeopardy database/0401 Introducing the Jeopardy project, which will give us practice interacting with databases in Python.mp4 28.9 MB
O'Reilly - Intermediate Python/04.Jeopardy database/0402 Exploring our sqlite Jeopardy database interactively.mp4 26.9 MB
O'Reilly - Intermediate Python/04.Jeopardy database/0403 Exploring using Python to Interact With a SQLite Database Interactively.mp4 56.5 MB
O'Reilly - Intermediate Python/04.Jeopardy database/0404 Writing our First Script to Query a Database Jeopardy Categories.mp4 19.1 MB
O'Reilly - Intermediate Python/04.Jeopardy database/0405 Writing a script to query the Jeopardy database for clues.mp4 35.4 MB
O'Reilly - Intermediate Python/04.Jeopardy database/0406 Writing a script to query the Jeopardy database for the full set of categories for a game.mp4 65.3 MB
O'Reilly - Intermediate Python/04.Jeopardy database/0407 Writing a script to query the Jeopardy database for clues for a particular category.mp4 31.2 MB
O'Reilly - Intermediate Python/05.Plotting with Matplotlib/0501 Introducing the plotting project, which will give us practice using the popular Matplotlib plotting library.mp4 9.5 MB
O'Reilly - Intermediate Python/05.Plotting with Matplotlib/0502 Exploring basic plotting interactively.mp4 23.4 MB
O'Reilly - Intermediate Python/05.Plotting with Matplotlib/0503 Expanding on our basic plot in a script.mp4 17.3 MB
O'Reilly - Intermediate Python/05.Plotting with Matplotlib/0504 Reading a script to plot the world population over time.mp4 33.1 MB
O'Reilly - Intermediate Python/05.Plotting with Matplotlib/0505 Writing a script to plot life expectancies for men and women over time.mp4 55.4 MB
O'Reilly - Intermediate Python/05.Plotting with Matplotlib/0506 Reading a script to plot a bar chart of letter frequencies in the US constitution.mp4 89.2 MB
O'Reilly - Intermediate Python/06.Scraping the NASA Astronomy Picture of the Day Website/0601 Introducing the APOD project, which will give us practice with web scraping.mp4 15 MB
O'Reilly - Intermediate Python/06.Scraping the NASA Astronomy Picture of the Day Website/0602 Planning out our APOD scraping script.mp4 32.7 MB
O'Reilly - Intermediate Python/06.Scraping the NASA Astronomy Picture of the Day Website/0603 Implementing a basic scraper fetching web resources with urllib.mp4 25.3 MB
O'Reilly - Intermediate Python/06.Scraping the NASA Astronomy Picture of the Day Website/0604 Implementing a basic scraper processing HTML with BeautifulSoup.mp4 42.1 MB
O'Reilly - Intermediate Python/06.Scraping the NASA Astronomy Picture of the Day Website/0605 Finishing our basic scraper part 1.mp4 152.5 MB
O'Reilly - Intermediate Python/06.Scraping the NASA Astronomy Picture of the Day Website/0605 Finishing our basic scraper part 2.mp4 19.9 MB
O'Reilly - Intermediate Python/06.Scraping the NASA Astronomy Picture of the Day Website/0606 Generalizing our scraper.mp4 118.3 MB
O'Reilly - Intermediate Python/06.Scraping the NASA Astronomy Picture of the Day Website/0607 Conclusion.mp4 16.9 MB
O'Reilly - Intermediate Python/Material and exercises/Unit1/checklist.mkd 1 KB
O'Reilly - Intermediate Python/Material and exercises/Unit1/linux_python_installation.mkd 2 KB
O'Reilly - Intermediate Python/Material and exercises/Unit1/linux_terminal_navigation.mkd 4 KB
O'Reilly - Intermediate Python/Material and exercises/Unit1/linux_text_editor.mkd 1 KB
O'Reilly - Intermediate Python/Material and exercises/Unit1/osx_python_installation.mkd 2 KB
O'Reilly - Intermediate Python/Material and exercises/Unit1/osx_terminal_navigation.mkd 4 KB
O'Reilly - Intermediate Python/Material and exercises/Unit1/osx_text_editor.mkd 1 KB
O'Reilly - Intermediate Python/Material and exercises/Unit1/windows_python_installation.mkd 6 KB
O'Reilly - Intermediate Python/Material and exercises/Unit1/windows_terminal_navigation.mkd 4 KB
O'Reilly - Intermediate Python/Material and exercises/Unit1/windows_text_editor.mkd 1 KB
O'Reilly - Intermediate Python/Material and exercises/Unit2/wordplay/scrabble.py 403 B
O'Reilly - Intermediate Python/Material and exercises/Unit2/wordplay/sowpods.txt 2.6 MB
O'Reilly - Intermediate Python/Material and exercises/Unit2/video1.mkd 393 B
O'Reilly - Intermediate Python/Material and exercises/Unit3/sonnets/extract_sonnet_words.py 960 B
O'Reilly - Intermediate Python/Material and exercises/Unit3/sonnets/sonnet_words.txt 20 KB
O'Reilly - Intermediate Python/Material and exercises/Unit3/sonnets/sonnets.py 299 B
O'Reilly - Intermediate Python/Material and exercises/Unit3/sonnets/sonnets.txt 98 KB
O'Reilly - Intermediate Python/Material and exercises/Unit3/sonnets/sowpods.txt 2.6 MB
O'Reilly - Intermediate Python/Material and exercises/Unit3/dictionaries.mkd 1 KB
O'Reilly - Intermediate Python/Material and exercises/Unit3/lists.mkd 2 KB
O'Reilly - Intermediate Python/Material and exercises/Unit3/video1.mkd 220 B
O'Reilly - Intermediate Python/Material and exercises/Unit3/video2.mkd 538 B
O'Reilly - Intermediate Python/Material and exercises/Unit4/jeopardy/category_clues.py 575 B
O'Reilly - Intermediate Python/Material and exercises/Unit4/jeopardy/clues.py 227 B
O'Reilly - Intermediate Python/Material and exercises/Unit4/jeopardy/game_categories.py 805 B
O'Reilly - Intermediate Python/Material and exercises/Unit4/jeopardy/jeopardy.dump 20.7 MB
O'Reilly - Intermediate Python/Material and exercises/Unit4/video1.mkd 4 KB
O'Reilly - Intermediate Python/Material and exercises/Unit5/plotting/basic_plot.py 158 B
O'Reilly - Intermediate Python/Material and exercises/Unit5/plotting/constitution.py 2 KB
O'Reilly - Intermediate Python/Material and exercises/Unit5/plotting/constitution.txt 44 KB
O'Reilly - Intermediate Python/Material and exercises/Unit5/plotting/life_expectancies_usa.txt 219 B
O'Reilly - Intermediate Python/Material and exercises/Unit5/plotting/mystery.txt 4 KB
O'Reilly - Intermediate Python/Material and exercises/Unit5/plotting/world_population.py 390 B
O'Reilly - Intermediate Python/Material and exercises/Unit5/plotting/world_population.txt 598 B
O'Reilly - Intermediate Python/Material and exercises/Unit5/video1.mkd 1 KB
O'Reilly - Intermediate Python/Material and exercises/README.md 723 B
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce
Name Size Peers
O'Reilly - Intermediate Python Video 1.6 GB 5

Loading...