Skip to main content

Posts

Showing posts from August, 2020

Data Analysis with Python: Part 3 of 6 Numerical Computing with Numpy (Live Course)

Curriculum for the course Data Analysis with Python: Part 3 of 6 Numerical Computing with Numpy (Live Course) “Data Analysis with Python: Zero to Pandas” is a practical, beginner-friendly and coding-focused introduction to data analysis covering the basics of Python, Numpy, Pandas, data visualization and exploratory data analysis. You can learn more and register for a Certificate of Accomplishment at http://zerotopandas.com ⭐️ Resources ⭐️ 🔗 Numerical computing with Numpy: https://jovian.ml/aakashns/python-numerical-computing-with-numpy 🔗 100 Numpy exercises: https://jovian.ml/aakashns/100-numpy-exercises 🔗 Numpy array operations assignment: https://jovian.ml/learn/data-analysis-with-python-zero-to-pandas/assignment/assignment-2-numpy-array-operations 🔗 Discussion forum: https://jovian.ml/forum/t/lecture-3-numerical-computing-with-python-numpy/10593 ⭐️ Topics covered ⭐️ ⌨️ Going from Python lists to Numpy arrays ⌨️ Working with multi-dimensional arrays ⌨️ Array operations, s

F# 5 update for August

We’re excited to announce more updates to F# 5 which will go alongside .NET 5 preview 8 ! We’ve shipped various updates since the beginning of this year: F# 5 preview 1 F# 5 update for .NET 5 preview 5 F# 5 update for June Today, we’re pleased to announce the completion of the F# 5 feature work. There is one minor enhancement planned for the .NET 5 RC, but other than that we are finished with F# 5! From this point forward, our journey to shipping F# 5 will be focused mostly on bug fixes and addressing feedback. You can get the latest F# 5 in these ways Install the latest .NET 5 preview SDK Install .NET for Jupyter/nteract Install .NET for VSCode Notebooks If you’re using Visual Studio on Windows, you’ll need both the .NET 5 preview SDK and Visual Studio Preview installed . Using F# 5 preview You can use F# 5 preview via the .NET 5 preview SDK , or through the .NET and Jupyter Notebooks support . If you’re using the .NET 5 preview SDK, check out the sample repository wh

Automatically find latent bugs in your code with .NET 5

It’s an exciting time to be writing code! Especially for .NET developers as the platform keeps getting smarter. We now include rich diagnostics and code suggestions in the .NET SDK by default. Before you would need to install NuGet packages or other stand-alone tools to get more code analysis. Now, you will automatically get these in the new .NET 5 SDK. In the past, we’ve been reluctant to add new warnings to C#. This is because adding new warnings is technically a source breaking change for users who have warnings set as errors. However, there are a lot of cases we’ve come across over the years where we also really want to warn people that something was wrong, ranging from common coding mistakes to common API misuse patterns. Starting with .NET 5, we’re introducing what we’re calling AnalysisLevel in the C# compiler to introduce warnings for these patterns in a safe way. The default Analysis Level for all projects targeting .NET 5 will be set to 5, meaning that more warnings (and

Intermediate Python Programming Course

Curriculum for the course Intermediate Python Programming Course Take your Python skills to the next level with this intermediate Python course. First, you will get a review of basic concepts such as lists, strings, and dictionaries, but with an emphasis on some lesser known capabilities. Then, you will learn more advanced topics such as threading, multiprocessing, context managers, generators, and more. 💻 Code: https://github.com/python-engineer/python-engineer-notebooks/tree/master/advanced-python 🎥 Course from Patrick Loeber. Check out his channel: https://www.youtube.com/channel/UCbXgNpp0jedKWcQiULLbDTA 🔗 Written Tutorials from Patrick: https://www.python-engineer.com/courses/advancedpython/ ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Intro ⌨️ (0:00:56) Lists ⌨️ (0:16:30) Tuples ⌨️ (0:29:49) Dictionaries ⌨️ (0:42:40) Sets ⌨️ (0:58:44) Strings ⌨️ (1:22:50) Collections ⌨️ (1:36:43) Itertools ⌨️ (1:51:50) Lambda Functions ⌨️ (2:04:03) Exceptions and Errors ⌨️ (2:20:10) Logging ⌨️ (2

Announcing Entity Framework Core (EF Core) 5.0 Preview 8

Today, the Entity Framework Core team announces the eighth and final preview release of EF Core 5.0 . The next release will be a release candidate (RC). This release includes table-per-type (TPT) mapping, table-valued functions, SQLite table rebuilds for migrations and much more. _/\__ ---==/ \\ ___ ___ | . \ | \ | __ || __ | | ) \\\ | _ | | _ | \_/ | // | \\ | ___ || _ | / \\\/\\ _______ _ _ | __ __ | | | | | | | | __ __ _ _ __ | | __ _ _ ___ _ _ | | | '_ \ / _` | '_ \ | | / / | | | | / _ \ | | | | | | | | | | (_ | | | | | < | | _ | | (_) | | _ | | _ _ _ | _ | | _ | | _ | \__,_ | _ | | _ | _ | \_\ \__, | \___/ \__,_ | (_) (_) (_) __/ |